#D01DB6

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

Shades of Deep Magenta #D01DB6

Tints of Deep Magenta #D01DB6

Color information

#D01DB6 (or 0xD01DB6) is unknown color: approx Deep Magenta. HEX triplet: D0, 1D and B6. RGB value is (208,29,182). Sum of RGB (Red+Green+Blue) = 208+29+182=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DB6 is #2FE249. Grayscale: #636363. Windows color (decimal): -3138122 or 11935184. OLE color: 11935184.

HSL color Cylindrical-coordinate representation of color #D01DB6: hue angle of 308.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DB6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20829182-
CMYK00.860.120.18
HSL308.72º75.53%46.47%-
HSV(B)308.72º86.06%81.57%-
XYZ34.917.6745.83-
YUV99.96174.3205.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 29 (11.72% from 255) = 6.92%
BLUE value IS 182 (71.48% from 255) = 43.44%
R=49.64%
G=6.92%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082918200.860.120.18308.7275.5346.47
HexD01DB6056C121354c2e
Octal320352660126142246511456
Binary110100001110110110110010101101100100101001101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DB6; }

 p { color: rgb(208,29,182); }

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

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

 a { background-color: rgb(208,29,182); }

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

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

 span { border-color: rgb(208,29,182); }

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