Html Css Color HEX #D00CAC Deep Magenta

📋 copy color: '#D00CAC'

red 208 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #D00CAC

Tints of Deep Magenta #D00CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.06%

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

R = 53.06%
G = 3.06%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D00CAC (or 0xD00CAC) is known color: Deep Magenta. HEX triplet: D0, 0C and AC. RGB value is (208,12,172). Sum of RGB (Red+Green+Blue) = 208+12+172=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00CAC is #2FF353. Grayscale: #585858. Windows color (decimal): -3142484 or 11275472. OLE color: 11275472.

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

Color convert

RGB 208 12 172 -
CMYK 0 0.94 0.17 0.18
HSL 311.02º 0.89% 0.43% -
HSV(B) 311.02º 0.94% 0.82% -
XYZ 33.59 16.65 40.47 -
YUV 88.84 174.93 212.99 -
System Red Green Blue C M Y K H S L
Decimal 208 12 172 0 0.94 0.17 0.18 311.02 0.89 0.43
Hex D0 C AC 0 5E 11 12 137 59 2B
Octal 320 14 254 0 136 21 22 467 131 53
Binary 11010000 1100 10101100 0 1011110 10001 10010 100110111 1011001 101011

Color Harmonies of #D00CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CAC

Black with #D00CAC

Text Example


Text Example

White with #D00CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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