Shades of Hollywood Cerise #DB0192
Tints of Hollywood Cerise #DB0192
RGB
CMYK
RGB Variations
Color information
#DB0192 (or 0xDB0192) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 92. RGB value is (219,1,146). Sum of RGB (Red+Green+Blue) = 219+1+146=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0192 is #24FE6D. Grayscale: #525252. Windows color (decimal): -2424430 or 9568731. OLE color: 9568731.
HSL color Cylindrical-coordinate representation of color #DB0192: hue angle of 320.09º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0192 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.14 |
| HSL | 320.09º | 0.99% | 0.43% | - |
| HSV(B) | 320.09º | 1% | 0.86% | - |
| XYZ | 34.41 | 17.16 | 28.69 | - |
| YUV | 82.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 146 | 0 | 1.00 | 0.33 | 0.14 | 320.09 | 0.99 | 0.43 |
| Hex | DB | 1 | 92 | 0 | 64 | 21 | E | 140 | 63 | 2B |
| Octal | 333 | 1 | 222 | 0 | 144 | 41 | 16 | 500 | 143 | 53 |
| Binary | 11011011 | 1 | 10010010 | 0 | 1100100 | 100001 | 1110 | 101000000 | 1100011 | 101011 |
Color Harmonies of #DB0192
Complementary color
Monochromatic Colors of #DB0192
Black with #DB0192
Text Example
Text Example
White with #DB0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0192; }
p { color: rgb(219,1,146); }
H1.HeaderClassName
{
color: #DB0192;
}
.AnyTagClassName
{
color: #DB0192;
}
</style>
background-color css
<style>
a { background-color: #DB0192; }
a { background-color: rgb(219,1,146); }
div.DivClassName
{
background-color: #DB0192;
}
.BgClassName
{
background-color: #DB0192;
}
</style>
border-color css
<style>
span { border-color: #DB0192; }
span { border-color: rgb(219,1,146); }
td.TdClassName
{
border-color: #DB0192;
}
.TagClassName
{
border-color: #DB0192;
}
</style>