Html Css Color HEX #DC049C Hollywood Cerise

📋 copy color: '#DC049C'

red 220 ◦ green 4 ◦ blue 156

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

Shades of Hollywood Cerise #DC049C

Tints of Hollywood Cerise #DC049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 57.89%
G = 1.05%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC049C (or 0xDC049C) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 9C. RGB value is (220,4,156). Sum of RGB (Red+Green+Blue) = 220+4+156=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC049C is #23FB63. Grayscale: #555555. Windows color (decimal): -2358116 or 10224860. OLE color: 10224860.

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

Color convert

RGB 220 4 156 -
CMYK 0 0.98 0.29 0.14
HSL 317.78º 0.96% 0.44% -
HSV(B) 317.78º 0.98% 0.86% -
XYZ 35.56 17.7 33 -
YUV 85.91 167.56 223.64 -
System Red Green Blue C M Y K H S L
Decimal 220 4 156 0 0.98 0.29 0.14 317.78 0.96 0.44
Hex DC 4 9C 0 62 1D E 13E 60 2C
Octal 334 4 234 0 142 35 16 476 140 54
Binary 11011100 100 10011100 0 1100010 11101 1110 100111110 1100000 101100

Color Harmonies of #DC049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC049C

Black with #DC049C

Text Example


Text Example

White with #DC049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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