#D512D7

Color #D512D7 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D512D7

Tints of Deep Magenta #D512D7

Color information

#D512D7 (or 0xD512D7) is unknown color: approx Deep Magenta. HEX triplet: D5, 12 and D7. RGB value is (213,18,215). Sum of RGB (Red+Green+Blue) = 213+18+215=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #D512D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512D7 is #2AED28. Grayscale: #626262. Windows color (decimal): -2813225 or 14095061. OLE color: 14095061.

HSL color Cylindrical-coordinate representation of color #D512D7: hue angle of 299.39º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512D7 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21318215-
CMYK0.010.9200.16
HSL299.39º84.55%45.69%-
HSV(B)299.39º91.63%84.31%-
XYZ39.9219.4965.95-
YUV98.76193.6209.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 18 (7.42% from 255) = 4.04%
BLUE value IS 215 (84.38% from 255) = 48.21%
R=47.76%
G=4.04%
B=48.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213182150.010.9200.16299.3984.5545.69
HexD512D715C01012b552e
Octal32522327113402045312556
Binary110101011001011010111110111000100001001010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D512D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D512D7; }

 p { color: rgb(213,18,215); }

 H1.HeaderClassName
 {
   color: #D512D7;
 }
 .AnyTagClassName
 {
   color: #D512D7;
 }
</style>
background-color css

<style>
 a { background-color: #D512D7; }

 a { background-color: rgb(213,18,215); }

 div.DivClassName
 {
   background-color: #D512D7;
 }
 .BgClassName
 {
   background-color: #D512D7;
 }
</style>
border-color css

<style>
 span { border-color: #D512D7; }

 span { border-color: rgb(213,18,215); }

 td.TdClassName
 {
   border-color: #D512D7;
 }
 .TagClassName
 {
   border-color: #D512D7;
 }
</style>