Shades of Hollywood Cerise #DC0298
Tints of Hollywood Cerise #DC0298
RGB
CMYK
RGB Variations
Color information
#DC0298 (or 0xDC0298) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 98. RGB value is (220,2,152). Sum of RGB (Red+Green+Blue) = 220+2+152=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0298 is #23FD67. Grayscale: #535353. Windows color (decimal): -2358632 or 9962204. OLE color: 9962204.
HSL color Cylindrical-coordinate representation of color #DC0298: hue angle of 318.72º 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 #DC0298 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.14 |
| HSL | 318.72º | 0.98% | 0.44% | - |
| HSV(B) | 318.72º | 0.99% | 0.86% | - |
| XYZ | 35.2 | 17.53 | 31.23 | - |
| YUV | 84.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 152 | 0 | 0.99 | 0.31 | 0.14 | 318.72 | 0.98 | 0.44 |
| Hex | DC | 2 | 98 | 0 | 63 | 1F | E | 13F | 62 | 2C |
| Octal | 334 | 2 | 230 | 0 | 143 | 37 | 16 | 477 | 142 | 54 |
| Binary | 11011100 | 10 | 10011000 | 0 | 1100011 | 11111 | 1110 | 100111111 | 1100010 | 101100 |
Color Harmonies of #DC0298
Complementary color
Monochromatic Colors of #DC0298
Black with #DC0298
Text Example
Text Example
White with #DC0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0298; }
p { color: rgb(220,2,152); }
H1.HeaderClassName
{
color: #DC0298;
}
.AnyTagClassName
{
color: #DC0298;
}
</style>
background-color css
<style>
a { background-color: #DC0298; }
a { background-color: rgb(220,2,152); }
div.DivClassName
{
background-color: #DC0298;
}
.BgClassName
{
background-color: #DC0298;
}
</style>
border-color css
<style>
span { border-color: #DC0298; }
span { border-color: rgb(220,2,152); }
td.TdClassName
{
border-color: #DC0298;
}
.TagClassName
{
border-color: #DC0298;
}
</style>