Shades of Hollywood Cerise #DB15AF
Tints of Hollywood Cerise #DB15AF
RGB
CMYK
RGB Variations
Color information
#DB15AF (or 0xDB15AF) is known color: Hollywood Cerise. HEX triplet: DB, 15 and AF. RGB value is (219,21,175). Sum of RGB (Red+Green+Blue) = 219+21+175=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB15AF is #24EA50. Grayscale: #616161. Windows color (decimal): -2419281 or 11474395. OLE color: 11474395.
HSL color Cylindrical-coordinate representation of color #DB15AF: hue angle of 313.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB15AF is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.14 |
| HSL | 313.33º | 0.83% | 0.47% | - |
| HSV(B) | 313.33º | 0.9% | 0.86% | - |
| XYZ | 37.22 | 18.69 | 42.2 | - |
| YUV | 97.76 | 171.6 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 175 | 0 | 0.90 | 0.20 | 0.14 | 313.33 | 0.83 | 0.47 |
| Hex | DB | 15 | AF | 0 | 5A | 14 | E | 139 | 52 | 2F |
| Octal | 333 | 25 | 257 | 0 | 132 | 24 | 16 | 471 | 122 | 57 |
| Binary | 11011011 | 10101 | 10101111 | 0 | 1011010 | 10100 | 1110 | 100111001 | 1010010 | 101111 |
Color Harmonies of #DB15AF
Complementary color
Monochromatic Colors of #DB15AF
Black with #DB15AF
Text Example
Text Example
White with #DB15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15AF; }
p { color: rgb(219,21,175); }
H1.HeaderClassName
{
color: #DB15AF;
}
.AnyTagClassName
{
color: #DB15AF;
}
</style>
background-color css
<style>
a { background-color: #DB15AF; }
a { background-color: rgb(219,21,175); }
div.DivClassName
{
background-color: #DB15AF;
}
.BgClassName
{
background-color: #DB15AF;
}
</style>
border-color css
<style>
span { border-color: #DB15AF; }
span { border-color: rgb(219,21,175); }
td.TdClassName
{
border-color: #DB15AF;
}
.TagClassName
{
border-color: #DB15AF;
}
</style>