Html Css Color HEX #DC029C Hollywood Cerise

📋 copy color: '#DC029C'

red 220 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #DC029C

Tints of Hollywood Cerise #DC029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 58.2%
G = 0.53%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC029C (or 0xDC029C) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 9C. RGB value is (220,2,156). Sum of RGB (Red+Green+Blue) = 220+2+156=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC029C is #23FD63. Grayscale: #545454. Windows color (decimal): -2358628 or 10224348. OLE color: 10224348.

HSL color Cylindrical-coordinate representation of color #DC029C: hue angle of 317.61º 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 #DC029C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 156 -
CMYK 0 0.99 0.29 0.14
HSL 317.61º 0.98% 0.44% -
HSV(B) 317.61º 0.99% 0.86% -
XYZ 35.54 17.66 32.99 -
YUV 84.74 168.22 224.48 -
System Red Green Blue C M Y K H S L
Decimal 220 2 156 0 0.99 0.29 0.14 317.61 0.98 0.44
Hex DC 2 9C 0 63 1D E 13E 62 2C
Octal 334 2 234 0 143 35 16 476 142 54
Binary 11011100 10 10011100 0 1100011 11101 1110 100111110 1100010 101100

Color Harmonies of #DC029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC029C

Black with #DC029C

Text Example


Text Example

White with #DC029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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