Html Css Color HEX #DC02AA Hollywood Cerise

📋 copy color: '#DC02AA'

red 220 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #DC02AA

Tints of Hollywood Cerise #DC02AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 56.12%
G = 0.51%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC02AA (or 0xDC02AA) is known color: Hollywood Cerise. HEX triplet: DC, 02 and AA. RGB value is (220,2,170). Sum of RGB (Red+Green+Blue) = 220+2+170=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02AA is #23FD55. Grayscale: #555555. Windows color (decimal): -2358614 or 11141852. OLE color: 11141852.

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

Color convert

RGB 220 2 170 -
CMYK 0 0.99 0.23 0.14
HSL 313.76º 0.98% 0.44% -
HSV(B) 313.76º 0.99% 0.86% -
XYZ 36.79 18.16 39.6 -
YUV 86.33 175.22 223.34 -
System Red Green Blue C M Y K H S L
Decimal 220 2 170 0 0.99 0.23 0.14 313.76 0.98 0.44
Hex DC 2 AA 0 63 17 E 13A 62 2C
Octal 334 2 252 0 143 27 16 472 142 54
Binary 11011100 10 10101010 0 1100011 10111 1110 100111010 1100010 101100

Color Harmonies of #DC02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02AA

Black with #DC02AA

Text Example


Text Example

White with #DC02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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