Shades of Hollywood Cerise #DB0FAF
Tints of Hollywood Cerise #DB0FAF
RGB
CMYK
RGB Variations
Color information
#DB0FAF (or 0xDB0FAF) is known color: Hollywood Cerise. HEX triplet: DB, 0F and AF. RGB value is (219,15,175). Sum of RGB (Red+Green+Blue) = 219+15+175=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FAF is #24F050. Grayscale: #5D5D5D. Windows color (decimal): -2420817 or 11472859. OLE color: 11472859.
HSL color Cylindrical-coordinate representation of color #DB0FAF: hue angle of 312.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FAF is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 175 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.14 |
| HSL | 312.94º | 0.87% | 0.46% | - |
| HSV(B) | 312.94º | 0.93% | 0.86% | - |
| XYZ | 37.12 | 18.5 | 42.17 | - |
| YUV | 94.24 | 173.59 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 175 | 0 | 0.93 | 0.20 | 0.14 | 312.94 | 0.87 | 0.46 |
| Hex | DB | F | AF | 0 | 5D | 14 | E | 139 | 57 | 2E |
| Octal | 333 | 17 | 257 | 0 | 135 | 24 | 16 | 471 | 127 | 56 |
| Binary | 11011011 | 1111 | 10101111 | 0 | 1011101 | 10100 | 1110 | 100111001 | 1010111 | 101110 |
Color Harmonies of #DB0FAF
Complementary color
Monochromatic Colors of #DB0FAF
Black with #DB0FAF
Text Example
Text Example
White with #DB0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FAF; }
p { color: rgb(219,15,175); }
H1.HeaderClassName
{
color: #DB0FAF;
}
.AnyTagClassName
{
color: #DB0FAF;
}
</style>
background-color css
<style>
a { background-color: #DB0FAF; }
a { background-color: rgb(219,15,175); }
div.DivClassName
{
background-color: #DB0FAF;
}
.BgClassName
{
background-color: #DB0FAF;
}
</style>
border-color css
<style>
span { border-color: #DB0FAF; }
span { border-color: rgb(219,15,175); }
td.TdClassName
{
border-color: #DB0FAF;
}
.TagClassName
{
border-color: #DB0FAF;
}
</style>