Html Css Color HEX #D00EAC Deep Magenta

📋 copy color: '#D00EAC'

red 208 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #D00EAC

Tints of Deep Magenta #D00EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 52.79%
G = 3.55%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D00EAC (or 0xD00EAC) is known color: Deep Magenta. HEX triplet: D0, 0E and AC. RGB value is (208,14,172). Sum of RGB (Red+Green+Blue) = 208+14+172=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D00EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00EAC is #2FF153. Grayscale: #595959. Windows color (decimal): -3141972 or 11275984. OLE color: 11275984.

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

Color convert

RGB 208 14 172 -
CMYK 0 0.93 0.17 0.18
HSL 311.13º 0.87% 0.44% -
HSV(B) 311.13º 0.93% 0.82% -
XYZ 33.62 16.7 40.48 -
YUV 90.02 174.27 212.15 -
System Red Green Blue C M Y K H S L
Decimal 208 14 172 0 0.93 0.17 0.18 311.13 0.87 0.44
Hex D0 E AC 0 5D 11 12 137 57 2C
Octal 320 16 254 0 135 21 22 467 127 54
Binary 11010000 1110 10101100 0 1011101 10001 10010 100110111 1010111 101100

Color Harmonies of #D00EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EAC

Black with #D00EAC

Text Example


Text Example

White with #D00EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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