Html Css Color HEX #D00DAF Deep Magenta

📋 copy color: '#D00DAF'

red 208 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #D00DAF

Tints of Deep Magenta #D00DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 52.53%
G = 3.28%
B = 44.19%

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

#D00DAF (or 0xD00DAF) is known color: Deep Magenta. HEX triplet: D0, 0D and AF. RGB value is (208,13,175). Sum of RGB (Red+Green+Blue) = 208+13+175=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00DAF is #2FF250. Grayscale: #595959. Windows color (decimal): -3142225 or 11472336. OLE color: 11472336.

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

Color convert

RGB 208 13 175 -
CMYK 0 0.94 0.16 0.18
HSL 310.15º 0.88% 0.43% -
HSV(B) 310.15º 0.94% 0.82% -
XYZ 33.89 16.79 42.01 -
YUV 89.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 208 13 175 0 0.94 0.16 0.18 310.15 0.88 0.43
Hex D0 D AF 0 5E 10 12 136 58 2B
Octal 320 15 257 0 136 20 22 466 130 53
Binary 11010000 1101 10101111 0 1011110 10000 10010 100110110 1011000 101011

Color Harmonies of #D00DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DAF

Black with #D00DAF

Text Example


Text Example

White with #D00DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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