Html Css Color HEX #D00EAB Deep Magenta

📋 copy color: '#D00EAB'

red 208 ◦ green 14 ◦ blue 171

#D00EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D00EAB

Tints of Deep Magenta #D00EAB

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

 GREEN value IS 14 (5.86% from 255) = 3.56%

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 52.93%
G = 3.56%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D00EAB (or 0xD00EAB) is known color: Deep Magenta. HEX triplet: D0, 0E and AB. RGB value is (208,14,171). Sum of RGB (Red+Green+Blue) = 208+14+171=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D00EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00EAB is #2FF154. Grayscale: #595959. Windows color (decimal): -3141973 or 11210448. OLE color: 11210448.

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

Color convert

RGB 208 14 171 -
CMYK 0 0.93 0.18 0.18
HSL 311.44º 0.87% 0.44% -
HSV(B) 311.44º 0.93% 0.82% -
XYZ 33.52 16.66 39.98 -
YUV 89.9 173.77 212.23 -
System Red Green Blue C M Y K H S L
Decimal 208 14 171 0 0.93 0.18 0.18 311.44 0.87 0.44
Hex D0 E AB 0 5D 12 12 137 57 2C
Octal 320 16 253 0 135 22 22 467 127 54
Binary 11010000 1110 10101011 0 1011101 10010 10010 100110111 1010111 101100

Color Harmonies of #D00EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EAB

Black with #D00EAB

Text Example


Text Example

White with #D00EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EAB; }

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

 H1.HeaderClassName
 {
   color: #D00EAB;
 }
 .AnyTagClassName
 {
   color: #D00EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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