#D01DC0

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

Shades of Deep Magenta #D01DC0

Tints of Deep Magenta #D01DC0

Color information

#D01DC0 (or 0xD01DC0) is unknown color: approx Deep Magenta. HEX triplet: D0, 1D and C0. RGB value is (208,29,192). Sum of RGB (Red+Green+Blue) = 208+29+192=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DC0 is #2FE23F. Grayscale: #646464. Windows color (decimal): -3138112 or 12590544. OLE color: 12590544.

HSL color Cylindrical-coordinate representation of color #D01DC0: hue angle of 305.36º 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 #D01DC0 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB20829192-
CMYK00.860.080.18
HSL305.36º75.53%46.47%-
HSV(B)305.36º86.06%81.57%-
XYZ35.9718.0951.47-
YUV101.1179.3204.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 29 (11.72% from 255) = 6.76%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=48.48%
G=6.76%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082919200.860.080.18305.3675.5346.47
HexD01DC00568121314c2e
Octal320353000126102246111456
Binary110100001110111000000010101101000100101001100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DC0; }

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

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

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

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

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

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

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

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