Shades of Hollywood Cerise #DB0298
Tints of Hollywood Cerise #DB0298
RGB
CMYK
RGB Variations
Color information
#DB0298 (or 0xDB0298) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 98. RGB value is (219,2,152). Sum of RGB (Red+Green+Blue) = 219+2+152=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0298 is #24FD67. Grayscale: #535353. Windows color (decimal): -2424168 or 9962203. OLE color: 9962203.
HSL color Cylindrical-coordinate representation of color #DB0298: hue angle of 318.53º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0298 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.14 |
| HSL | 318.53º | 0.98% | 0.43% | - |
| HSV(B) | 318.53º | 0.99% | 0.86% | - |
| XYZ | 34.9 | 17.37 | 31.22 | - |
| YUV | 83.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 152 | 0 | 0.99 | 0.31 | 0.14 | 318.53 | 0.98 | 0.43 |
| Hex | DB | 2 | 98 | 0 | 63 | 1F | E | 13F | 62 | 2B |
| Octal | 333 | 2 | 230 | 0 | 143 | 37 | 16 | 477 | 142 | 53 |
| Binary | 11011011 | 10 | 10011000 | 0 | 1100011 | 11111 | 1110 | 100111111 | 1100010 | 101011 |
Color Harmonies of #DB0298
Complementary color
Monochromatic Colors of #DB0298
Black with #DB0298
Text Example
Text Example
White with #DB0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0298; }
p { color: rgb(219,2,152); }
H1.HeaderClassName
{
color: #DB0298;
}
.AnyTagClassName
{
color: #DB0298;
}
</style>
background-color css
<style>
a { background-color: #DB0298; }
a { background-color: rgb(219,2,152); }
div.DivClassName
{
background-color: #DB0298;
}
.BgClassName
{
background-color: #DB0298;
}
</style>
border-color css
<style>
span { border-color: #DB0298; }
span { border-color: rgb(219,2,152); }
td.TdClassName
{
border-color: #DB0298;
}
.TagClassName
{
border-color: #DB0298;
}
</style>