#D00EAD

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

Shades of Deep Magenta #D00EAD

Tints of Deep Magenta #D00EAD

Color information

#D00EAD (or 0xD00EAD) is unknown color: approx Deep Magenta. HEX triplet: D0, 0E and AD. RGB value is (208,14,173). Sum of RGB (Red+Green+Blue) = 208+14+173=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D00EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00EAD is #2FF152. Grayscale: #595959. Windows color (decimal): -3141971 or 11341520. OLE color: 11341520.

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

Color convert

RGB20814173-
CMYK00.930.170.18
HSL310.82º87.39%43.53%-
HSV(B)310.82º93.27%81.57%-
XYZ33.7116.7440.99-
YUV90.13174.77212.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 14 (5.86% from 255) = 3.54%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=52.66%
G=3.54%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081417300.930.170.18310.8287.3943.53
HexD0EAD05D1112137572c
Octal320162550135212246712754
Binary110100001110101011010101110110001100101001101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00EAD; }

 p { color: rgb(208,14,173); }

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

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

 a { background-color: rgb(208,14,173); }

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

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

 span { border-color: rgb(208,14,173); }

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