Html Css Color HEX #D00DAB Deep Magenta

📋 copy color: '#D00DAB'

red 208 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #D00DAB

Tints of Deep Magenta #D00DAB

RGB

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

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

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

R = 53.06%
G = 3.32%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D00DAB (or 0xD00DAB) is known color: Deep Magenta. HEX triplet: D0, 0D and AB. RGB value is (208,13,171). Sum of RGB (Red+Green+Blue) = 208+13+171=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00DAB is #2FF254. Grayscale: #585858. Windows color (decimal): -3142229 or 11210192. OLE color: 11210192.

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

Color convert

RGB 208 13 171 -
CMYK 0 0.94 0.18 0.18
HSL 311.38º 0.88% 0.43% -
HSV(B) 311.38º 0.94% 0.82% -
XYZ 33.51 16.64 39.97 -
YUV 89.32 174.1 212.65 -
System Red Green Blue C M Y K H S L
Decimal 208 13 171 0 0.94 0.18 0.18 311.38 0.88 0.43
Hex D0 D AB 0 5E 12 12 137 58 2B
Octal 320 15 253 0 136 22 22 467 130 53
Binary 11010000 1101 10101011 0 1011110 10010 10010 100110111 1011000 101011

Color Harmonies of #D00DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DAB

Black with #D00DAB

Text Example


Text Example

White with #D00DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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