Html Css Color HEX #DC129C Hollywood Cerise

📋 copy color: '#DC129C'

red 220 ◦ green 18 ◦ blue 156

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

Shades of Hollywood Cerise #DC129C

Tints of Hollywood Cerise #DC129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

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

R = 55.84%
G = 4.57%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC129C (or 0xDC129C) is known color: Hollywood Cerise. HEX triplet: DC, 12 and 9C. RGB value is (220,18,156). Sum of RGB (Red+Green+Blue) = 220+18+156=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC129C is #23ED63. Grayscale: #5D5D5D. Windows color (decimal): -2354532 or 10228444. OLE color: 10228444.

HSL color Cylindrical-coordinate representation of color #DC129C: hue angle of 319.01º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC129C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 156 -
CMYK 0 0.92 0.29 0.14
HSL 319.01º 0.85% 0.47% -
HSV(B) 319.01º 0.92% 0.86% -
XYZ 35.73 18.05 33.05 -
YUV 94.13 162.92 217.78 -
System Red Green Blue C M Y K H S L
Decimal 220 18 156 0 0.92 0.29 0.14 319.01 0.85 0.47
Hex DC 12 9C 0 5C 1D E 13F 55 2F
Octal 334 22 234 0 134 35 16 477 125 57
Binary 11011100 10010 10011100 0 1011100 11101 1110 100111111 1010101 101111

Color Harmonies of #DC129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC129C

Black with #DC129C

Text Example


Text Example

White with #DC129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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