Html Css Color HEX #D00FAB Deep Magenta

📋 copy color: '#D00FAB'

red 208 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #D00FAB

Tints of Deep Magenta #D00FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

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

R = 52.79%
G = 3.81%
B = 43.4%

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

#D00FAB (or 0xD00FAB) is known color: Deep Magenta. HEX triplet: D0, 0F and AB. RGB value is (208,15,171). Sum of RGB (Red+Green+Blue) = 208+15+171=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FAB is #2FF054. Grayscale: #5A5A5A. Windows color (decimal): -3141717 or 11210704. OLE color: 11210704.

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

Color convert

RGB 208 15 171 -
CMYK 0 0.93 0.18 0.18
HSL 311.5º 0.87% 0.44% -
HSV(B) 311.5º 0.93% 0.82% -
XYZ 33.53 16.69 39.98 -
YUV 90.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 208 15 171 0 0.93 0.18 0.18 311.5 0.87 0.44
Hex D0 F AB 0 5D 12 12 138 57 2C
Octal 320 17 253 0 135 22 22 470 127 54
Binary 11010000 1111 10101011 0 1011101 10010 10010 100111000 1010111 101100

Color Harmonies of #D00FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FAB

Black with #D00FAB

Text Example


Text Example

White with #D00FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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