Shades of Hollywood Cerise #DC0C97
Tints of Hollywood Cerise #DC0C97
RGB
CMYK
RGB Variations
Color information
#DC0C97 (or 0xDC0C97) is known color: Hollywood Cerise. HEX triplet: DC, 0C and 97. RGB value is (220,12,151). Sum of RGB (Red+Green+Blue) = 220+12+151=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0C97 is #23F368. Grayscale: #595959. Windows color (decimal): -2356073 or 9899228. OLE color: 9899228.
HSL color Cylindrical-coordinate representation of color #DC0C97: hue angle of 319.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C97 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.14 |
| HSL | 319.9º | 0.9% | 0.45% | - |
| HSV(B) | 319.9º | 0.95% | 0.86% | - |
| XYZ | 35.23 | 17.71 | 30.84 | - |
| YUV | 90.04 | 162.41 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 151 | 0 | 0.95 | 0.31 | 0.14 | 319.9 | 0.9 | 0.45 |
| Hex | DC | C | 97 | 0 | 5F | 1F | E | 140 | 5A | 2D |
| Octal | 334 | 14 | 227 | 0 | 137 | 37 | 16 | 500 | 132 | 55 |
| Binary | 11011100 | 1100 | 10010111 | 0 | 1011111 | 11111 | 1110 | 101000000 | 1011010 | 101101 |
Color Harmonies of #DC0C97
Complementary color
Monochromatic Colors of #DC0C97
Black with #DC0C97
Text Example
Text Example
White with #DC0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C97; }
p { color: rgb(220,12,151); }
H1.HeaderClassName
{
color: #DC0C97;
}
.AnyTagClassName
{
color: #DC0C97;
}
</style>
background-color css
<style>
a { background-color: #DC0C97; }
a { background-color: rgb(220,12,151); }
div.DivClassName
{
background-color: #DC0C97;
}
.BgClassName
{
background-color: #DC0C97;
}
</style>
border-color css
<style>
span { border-color: #DC0C97; }
span { border-color: rgb(220,12,151); }
td.TdClassName
{
border-color: #DC0C97;
}
.TagClassName
{
border-color: #DC0C97;
}
</style>