Html Css Color HEX #DC05AA Hollywood Cerise

📋 copy color: '#DC05AA'

red 220 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #DC05AA

Tints of Hollywood Cerise #DC05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 55.7%
G = 1.27%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC05AA (or 0xDC05AA) is known color: Hollywood Cerise. HEX triplet: DC, 05 and AA. RGB value is (220,5,170). Sum of RGB (Red+Green+Blue) = 220+5+170=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05AA is #23FA55. Grayscale: #575757. Windows color (decimal): -2357846 or 11142620. OLE color: 11142620.

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

Color convert

RGB 220 5 170 -
CMYK 0 0.98 0.23 0.14
HSL 313.95º 0.96% 0.44% -
HSV(B) 313.95º 0.98% 0.86% -
XYZ 36.83 18.23 39.61 -
YUV 88.1 174.23 222.08 -
System Red Green Blue C M Y K H S L
Decimal 220 5 170 0 0.98 0.23 0.14 313.95 0.96 0.44
Hex DC 5 AA 0 62 17 E 13A 60 2C
Octal 334 5 252 0 142 27 16 472 140 54
Binary 11011100 101 10101010 0 1100010 10111 1110 100111010 1100000 101100

Color Harmonies of #DC05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05AA

Black with #DC05AA

Text Example


Text Example

White with #DC05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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