Shades of Hollywood Cerise #DB0398
Tints of Hollywood Cerise #DB0398
RGB
CMYK
RGB Variations
Color information
#DB0398 (or 0xDB0398) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 98. RGB value is (219,3,152). Sum of RGB (Red+Green+Blue) = 219+3+152=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0398 is #24FC67. Grayscale: #545454. Windows color (decimal): -2423912 or 9962459. OLE color: 9962459.
HSL color Cylindrical-coordinate representation of color #DB0398: hue angle of 318.61º degrees, saturation: 0.97, 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 #DB0398 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.14 |
| HSL | 318.61º | 0.97% | 0.44% | - |
| HSV(B) | 318.61º | 0.99% | 0.86% | - |
| XYZ | 34.91 | 17.39 | 31.22 | - |
| YUV | 84.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 152 | 0 | 0.99 | 0.31 | 0.14 | 318.61 | 0.97 | 0.44 |
| Hex | DB | 3 | 98 | 0 | 63 | 1F | E | 13F | 61 | 2C |
| Octal | 333 | 3 | 230 | 0 | 143 | 37 | 16 | 477 | 141 | 54 |
| Binary | 11011011 | 11 | 10011000 | 0 | 1100011 | 11111 | 1110 | 100111111 | 1100001 | 101100 |
Color Harmonies of #DB0398
Complementary color
Monochromatic Colors of #DB0398
Black with #DB0398
Text Example
Text Example
White with #DB0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0398; }
p { color: rgb(219,3,152); }
H1.HeaderClassName
{
color: #DB0398;
}
.AnyTagClassName
{
color: #DB0398;
}
</style>
background-color css
<style>
a { background-color: #DB0398; }
a { background-color: rgb(219,3,152); }
div.DivClassName
{
background-color: #DB0398;
}
.BgClassName
{
background-color: #DB0398;
}
</style>
border-color css
<style>
span { border-color: #DB0398; }
span { border-color: rgb(219,3,152); }
td.TdClassName
{
border-color: #DB0398;
}
.TagClassName
{
border-color: #DB0398;
}
</style>