Shades of Hollywood Cerise #DB13A1
Tints of Hollywood Cerise #DB13A1
RGB
CMYK
RGB Variations
Color information
#DB13A1 (or 0xDB13A1) is known color: Hollywood Cerise. HEX triplet: DB, 13 and A1. RGB value is (219,19,161). Sum of RGB (Red+Green+Blue) = 219+19+161=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13A1 is #24EC5E. Grayscale: #5E5E5E. Windows color (decimal): -2419807 or 10556379. OLE color: 10556379.
HSL color Cylindrical-coordinate representation of color #DB13A1: hue angle of 317.4º 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 #DB13A1 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 161 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.14 |
| HSL | 317.4º | 0.84% | 0.47% | - |
| HSV(B) | 317.4º | 0.91% | 0.86% | - |
| XYZ | 35.88 | 18.1 | 35.32 | - |
| YUV | 94.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 161 | 0 | 0.91 | 0.26 | 0.14 | 317.4 | 0.84 | 0.47 |
| Hex | DB | 13 | A1 | 0 | 5B | 1A | E | 13D | 54 | 2F |
| Octal | 333 | 23 | 241 | 0 | 133 | 32 | 16 | 475 | 124 | 57 |
| Binary | 11011011 | 10011 | 10100001 | 0 | 1011011 | 11010 | 1110 | 100111101 | 1010100 | 101111 |
Color Harmonies of #DB13A1
Complementary color
Monochromatic Colors of #DB13A1
Black with #DB13A1
Text Example
Text Example
White with #DB13A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13A1; }
p { color: rgb(219,19,161); }
H1.HeaderClassName
{
color: #DB13A1;
}
.AnyTagClassName
{
color: #DB13A1;
}
</style>
background-color css
<style>
a { background-color: #DB13A1; }
a { background-color: rgb(219,19,161); }
div.DivClassName
{
background-color: #DB13A1;
}
.BgClassName
{
background-color: #DB13A1;
}
</style>
border-color css
<style>
span { border-color: #DB13A1; }
span { border-color: rgb(219,19,161); }
td.TdClassName
{
border-color: #DB13A1;
}
.TagClassName
{
border-color: #DB13A1;
}
</style>