Shades of Hollywood Cerise #DC0297
Tints of Hollywood Cerise #DC0297
RGB
CMYK
RGB Variations
Color information
#DC0297 (or 0xDC0297) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 97. RGB value is (220,2,151). Sum of RGB (Red+Green+Blue) = 220+2+151=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0297 is #23FD68. Grayscale: #535353. Windows color (decimal): -2358633 or 9896668. OLE color: 9896668.
HSL color Cylindrical-coordinate representation of color #DC0297: hue angle of 318.99º 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 #DC0297 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.14 |
| HSL | 318.99º | 0.98% | 0.44% | - |
| HSV(B) | 318.99º | 0.99% | 0.86% | - |
| XYZ | 35.12 | 17.49 | 30.8 | - |
| YUV | 84.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 151 | 0 | 0.99 | 0.31 | 0.14 | 318.99 | 0.98 | 0.44 |
| Hex | DC | 2 | 97 | 0 | 63 | 1F | E | 13F | 62 | 2C |
| Octal | 334 | 2 | 227 | 0 | 143 | 37 | 16 | 477 | 142 | 54 |
| Binary | 11011100 | 10 | 10010111 | 0 | 1100011 | 11111 | 1110 | 100111111 | 1100010 | 101100 |
Color Harmonies of #DC0297
Complementary color
Monochromatic Colors of #DC0297
Black with #DC0297
Text Example
Text Example
White with #DC0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0297; }
p { color: rgb(220,2,151); }
H1.HeaderClassName
{
color: #DC0297;
}
.AnyTagClassName
{
color: #DC0297;
}
</style>
background-color css
<style>
a { background-color: #DC0297; }
a { background-color: rgb(220,2,151); }
div.DivClassName
{
background-color: #DC0297;
}
.BgClassName
{
background-color: #DC0297;
}
</style>
border-color css
<style>
span { border-color: #DC0297; }
span { border-color: rgb(220,2,151); }
td.TdClassName
{
border-color: #DC0297;
}
.TagClassName
{
border-color: #DC0297;
}
</style>