Html Css Color HEX #D00DAE Deep Magenta

📋 copy color: '#D00DAE'

red 208 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #D00DAE

Tints of Deep Magenta #D00DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.29%

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 52.66%
G = 3.29%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D00DAE (or 0xD00DAE) is known color: Deep Magenta. HEX triplet: D0, 0D and AE. RGB value is (208,13,174). Sum of RGB (Red+Green+Blue) = 208+13+174=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00DAE is #2FF251. Grayscale: #595959. Windows color (decimal): -3142226 or 11406800. OLE color: 11406800.

HSL color Cylindrical-coordinate representation of color #D00DAE: hue angle of 310.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DAE is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 174 -
CMYK 0 0.94 0.16 0.18
HSL 310.46º 0.88% 0.43% -
HSV(B) 310.46º 0.94% 0.82% -
XYZ 33.8 16.75 41.5 -
YUV 89.66 175.6 212.41 -
System Red Green Blue C M Y K H S L
Decimal 208 13 174 0 0.94 0.16 0.18 310.46 0.88 0.43
Hex D0 D AE 0 5E 10 12 136 58 2B
Octal 320 15 256 0 136 20 22 466 130 53
Binary 11010000 1101 10101110 0 1011110 10000 10010 100110110 1011000 101011

Color Harmonies of #D00DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DAE

Black with #D00DAE

Text Example


Text Example

White with #D00DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DAE; }

 p { color: rgb(208,13,174); }

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

background-color css

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

 a { background-color: rgb(208,13,174); }

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

border-color css

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

 span { border-color: rgb(208,13,174); }

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