#D20DB7

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

Shades of Deep Magenta #D20DB7

Tints of Deep Magenta #D20DB7

Color information

#D20DB7 (or 0xD20DB7) is unknown color: approx Deep Magenta. HEX triplet: D2, 0D and B7. RGB value is (210,13,183). Sum of RGB (Red+Green+Blue) = 210+13+183=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DB7 is #2DF248. Grayscale: #5A5A5A. Windows color (decimal): -3011145 or 11996626. OLE color: 11996626.

HSL color Cylindrical-coordinate representation of color #D20DB7: hue angle of 308.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB21013183-
CMYK00.940.130.18
HSL308.22º88.34%43.73%-
HSV(B)308.22º93.81%82.35%-
XYZ35.2717.4146.3-
YUV91.28179.77212.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 13 (5.47% from 255) = 3.20%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=51.72%
G=3.20%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101318300.940.130.18308.2288.3443.73
HexD2DB705ED12134582c
Octal322152670136152246413054
Binary11010010110110110111010111101101100101001101001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20DB7; }

 p { color: rgb(210,13,183); }

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

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

 a { background-color: rgb(210,13,183); }

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

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

 span { border-color: rgb(210,13,183); }

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