Shades of Hollywood Cerise #DB13A7
Tints of Hollywood Cerise #DB13A7
RGB
CMYK
RGB Variations
Color information
#DB13A7 (or 0xDB13A7) is known color: Hollywood Cerise. HEX triplet: DB, 13 and A7. RGB value is (219,19,167). Sum of RGB (Red+Green+Blue) = 219+19+167=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13A7 is #24EC58. Grayscale: #5F5F5F. Windows color (decimal): -2419801 or 10949595. OLE color: 10949595.
HSL color Cylindrical-coordinate representation of color #DB13A7: hue angle of 315.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB13A7 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 167 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.14 |
| HSL | 315.6º | 0.84% | 0.47% | - |
| HSV(B) | 315.6º | 0.91% | 0.86% | - |
| XYZ | 36.42 | 18.32 | 38.17 | - |
| YUV | 95.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 167 | 0 | 0.91 | 0.24 | 0.14 | 315.6 | 0.84 | 0.47 |
| Hex | DB | 13 | A7 | 0 | 5B | 18 | E | 13C | 54 | 2F |
| Octal | 333 | 23 | 247 | 0 | 133 | 30 | 16 | 474 | 124 | 57 |
| Binary | 11011011 | 10011 | 10100111 | 0 | 1011011 | 11000 | 1110 | 100111100 | 1010100 | 101111 |
Color Harmonies of #DB13A7
Complementary color
Monochromatic Colors of #DB13A7
Black with #DB13A7
Text Example
Text Example
White with #DB13A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13A7; }
p { color: rgb(219,19,167); }
H1.HeaderClassName
{
color: #DB13A7;
}
.AnyTagClassName
{
color: #DB13A7;
}
</style>
background-color css
<style>
a { background-color: #DB13A7; }
a { background-color: rgb(219,19,167); }
div.DivClassName
{
background-color: #DB13A7;
}
.BgClassName
{
background-color: #DB13A7;
}
</style>
border-color css
<style>
span { border-color: #DB13A7; }
span { border-color: rgb(219,19,167); }
td.TdClassName
{
border-color: #DB13A7;
}
.TagClassName
{
border-color: #DB13A7;
}
</style>