Shades of Hollywood Cerise #DB1AA3
Tints of Hollywood Cerise #DB1AA3
RGB
CMYK
RGB Variations
Color information
#DB1AA3 (or 0xDB1AA3) is known color: Hollywood Cerise. HEX triplet: DB, 1A and A3. RGB value is (219,26,163). Sum of RGB (Red+Green+Blue) = 219+26+163=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA3 is #24E55C. Grayscale: #626262. Windows color (decimal): -2418013 or 10689243. OLE color: 10689243.
HSL color Cylindrical-coordinate representation of color #DB1AA3: hue angle of 317.41º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AA3 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 163 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.14 |
| HSL | 317.41º | 0.79% | 0.48% | - |
| HSV(B) | 317.41º | 0.88% | 0.86% | - |
| XYZ | 36.19 | 18.44 | 36.3 | - |
| YUV | 99.33 | 163.94 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 163 | 0 | 0.88 | 0.26 | 0.14 | 317.41 | 0.79 | 0.48 |
| Hex | DB | 1A | A3 | 0 | 58 | 1A | E | 13D | 4F | 30 |
| Octal | 333 | 32 | 243 | 0 | 130 | 32 | 16 | 475 | 117 | 60 |
| Binary | 11011011 | 11010 | 10100011 | 0 | 1011000 | 11010 | 1110 | 100111101 | 1001111 | 110000 |
Color Harmonies of #DB1AA3
Complementary color
Monochromatic Colors of #DB1AA3
Black with #DB1AA3
Text Example
Text Example
White with #DB1AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AA3; }
p { color: rgb(219,26,163); }
H1.HeaderClassName
{
color: #DB1AA3;
}
.AnyTagClassName
{
color: #DB1AA3;
}
</style>
background-color css
<style>
a { background-color: #DB1AA3; }
a { background-color: rgb(219,26,163); }
div.DivClassName
{
background-color: #DB1AA3;
}
.BgClassName
{
background-color: #DB1AA3;
}
</style>
border-color css
<style>
span { border-color: #DB1AA3; }
span { border-color: rgb(219,26,163); }
td.TdClassName
{
border-color: #DB1AA3;
}
.TagClassName
{
border-color: #DB1AA3;
}
</style>