Shades of Hollywood Cerise #DB0397
Tints of Hollywood Cerise #DB0397
RGB
CMYK
RGB Variations
Color information
#DB0397 (or 0xDB0397) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 97. RGB value is (219,3,151). Sum of RGB (Red+Green+Blue) = 219+3+151=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0397 is #24FC68. Grayscale: #545454. Windows color (decimal): -2423913 or 9896923. OLE color: 9896923.
HSL color Cylindrical-coordinate representation of color #DB0397: hue angle of 318.89º 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 #DB0397 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.14 |
| HSL | 318.89º | 0.97% | 0.44% | - |
| HSV(B) | 318.89º | 0.99% | 0.86% | - |
| XYZ | 34.83 | 17.36 | 30.79 | - |
| YUV | 84.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 151 | 0 | 0.99 | 0.31 | 0.14 | 318.89 | 0.97 | 0.44 |
| Hex | DB | 3 | 97 | 0 | 63 | 1F | E | 13F | 61 | 2C |
| Octal | 333 | 3 | 227 | 0 | 143 | 37 | 16 | 477 | 141 | 54 |
| Binary | 11011011 | 11 | 10010111 | 0 | 1100011 | 11111 | 1110 | 100111111 | 1100001 | 101100 |
Color Harmonies of #DB0397
Complementary color
Monochromatic Colors of #DB0397
Black with #DB0397
Text Example
Text Example
White with #DB0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0397; }
p { color: rgb(219,3,151); }
H1.HeaderClassName
{
color: #DB0397;
}
.AnyTagClassName
{
color: #DB0397;
}
</style>
background-color css
<style>
a { background-color: #DB0397; }
a { background-color: rgb(219,3,151); }
div.DivClassName
{
background-color: #DB0397;
}
.BgClassName
{
background-color: #DB0397;
}
</style>
border-color css
<style>
span { border-color: #DB0397; }
span { border-color: rgb(219,3,151); }
td.TdClassName
{
border-color: #DB0397;
}
.TagClassName
{
border-color: #DB0397;
}
</style>