Html Css Color HEX #DC0DAA Hollywood Cerise

📋 copy color: '#DC0DAA'

red 220 ◦ green 13 ◦ blue 170

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

Shades of Hollywood Cerise #DC0DAA

Tints of Hollywood Cerise #DC0DAA

RGB

 RED value IS 220 (86.33% from 255) = 54.59%

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 54.59%
G = 3.23%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC0DAA (or 0xDC0DAA) is known color: Hollywood Cerise. HEX triplet: DC, 0D and AA. RGB value is (220,13,170). Sum of RGB (Red+Green+Blue) = 220+13+170=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0DAA is #23F255. Grayscale: #5C5C5C. Windows color (decimal): -2355798 or 11144668. OLE color: 11144668.

HSL color Cylindrical-coordinate representation of color #DC0DAA: hue angle of 314.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DAA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 170 -
CMYK 0 0.94 0.23 0.14
HSL 314.49º 0.89% 0.46% -
HSV(B) 314.49º 0.94% 0.86% -
XYZ 36.91 18.41 39.64 -
YUV 92.79 171.58 218.73 -
System Red Green Blue C M Y K H S L
Decimal 220 13 170 0 0.94 0.23 0.14 314.49 0.89 0.46
Hex DC D AA 0 5E 17 E 13A 59 2E
Octal 334 15 252 0 136 27 16 472 131 56
Binary 11011100 1101 10101010 0 1011110 10111 1110 100111010 1011001 101110

Color Harmonies of #DC0DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DAA

Black with #DC0DAA

Text Example


Text Example

White with #DC0DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DAA; }

 p { color: rgb(220,13,170); }

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

background-color css

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

 a { background-color: rgb(220,13,170); }

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

border-color css

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

 span { border-color: rgb(220,13,170); }

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