Shades of Hollywood Cerise #DB0195
Tints of Hollywood Cerise #DB0195
RGB
CMYK
RGB Variations
Color information
#DB0195 (or 0xDB0195) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 95. RGB value is (219,1,149). Sum of RGB (Red+Green+Blue) = 219+1+149=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0195 is #24FE6A. Grayscale: #525252. Windows color (decimal): -2424427 or 9765339. OLE color: 9765339.
HSL color Cylindrical-coordinate representation of color #DB0195: hue angle of 319.27º 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 #DB0195 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.14 |
| HSL | 319.27º | 0.99% | 0.43% | - |
| HSV(B) | 319.27º | 1% | 0.86% | - |
| XYZ | 34.65 | 17.25 | 29.94 | - |
| YUV | 83.05 | 165.22 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 149 | 0 | 1.00 | 0.32 | 0.14 | 319.27 | 0.99 | 0.43 |
| Hex | DB | 1 | 95 | 0 | 64 | 20 | E | 13F | 63 | 2B |
| Octal | 333 | 1 | 225 | 0 | 144 | 40 | 16 | 477 | 143 | 53 |
| Binary | 11011011 | 1 | 10010101 | 0 | 1100100 | 100000 | 1110 | 100111111 | 1100011 | 101011 |
Color Harmonies of #DB0195
Complementary color
Monochromatic Colors of #DB0195
Black with #DB0195
Text Example
Text Example
White with #DB0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0195; }
p { color: rgb(219,1,149); }
H1.HeaderClassName
{
color: #DB0195;
}
.AnyTagClassName
{
color: #DB0195;
}
</style>
background-color css
<style>
a { background-color: #DB0195; }
a { background-color: rgb(219,1,149); }
div.DivClassName
{
background-color: #DB0195;
}
.BgClassName
{
background-color: #DB0195;
}
</style>
border-color css
<style>
span { border-color: #DB0195; }
span { border-color: rgb(219,1,149); }
td.TdClassName
{
border-color: #DB0195;
}
.TagClassName
{
border-color: #DB0195;
}
</style>