Shades of Hollywood Cerise #DC0097
Tints of Hollywood Cerise #DC0097
RGB
CMYK
RGB Variations
Color information
#DC0097 (or 0xDC0097) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 97. RGB value is (220,0,151). Sum of RGB (Red+Green+Blue) = 220+0+151=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0097 is #23FF68. Grayscale: #525252. Windows color (decimal): -2359145 or 9896156. OLE color: 9896156.
HSL color Cylindrical-coordinate representation of color #DC0097: hue angle of 318.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0097 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.31 | 0.14 |
| HSL | 318.82º | 1% | 0.43% | - |
| HSV(B) | 318.82º | 1% | 0.86% | - |
| XYZ | 35.1 | 17.45 | 30.8 | - |
| YUV | 82.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 151 | 0 | 1 | 0.31 | 0.14 | 318.82 | 1 | 0.43 |
| Hex | DC | 0 | 97 | 0 | 64 | 1F | E | 13F | 64 | 2B |
| Octal | 334 | 0 | 227 | 0 | 144 | 37 | 16 | 477 | 144 | 53 |
| Binary | 11011100 | 0 | 10010111 | 0 | 1100100 | 11111 | 1110 | 100111111 | 1100100 | 101011 |
Color Harmonies of #DC0097
Complementary color
Monochromatic Colors of #DC0097
Black with #DC0097
Text Example
Text Example
White with #DC0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0097; }
p { color: rgb(220,0,151); }
H1.HeaderClassName
{
color: #DC0097;
}
.AnyTagClassName
{
color: #DC0097;
}
</style>
background-color css
<style>
a { background-color: #DC0097; }
a { background-color: rgb(220,0,151); }
div.DivClassName
{
background-color: #DC0097;
}
.BgClassName
{
background-color: #DC0097;
}
</style>
border-color css
<style>
span { border-color: #DC0097; }
span { border-color: rgb(220,0,151); }
td.TdClassName
{
border-color: #DC0097;
}
.TagClassName
{
border-color: #DC0097;
}
</style>