Shades of Hollywood Cerise #DB01AA
Tints of Hollywood Cerise #DB01AA
RGB
CMYK
RGB Variations
Color information
#DB01AA (or 0xDB01AA) is known color: Hollywood Cerise. HEX triplet: DB, 01 and AA. RGB value is (219,1,170). Sum of RGB (Red+Green+Blue) = 219+1+170=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB01AA is #24FE55. Grayscale: #545454. Windows color (decimal): -2424406 or 11141595. OLE color: 11141595.
HSL color Cylindrical-coordinate representation of color #DB01AA: hue angle of 313.49º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01AA is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.14 |
| HSL | 313.49º | 0.99% | 0.43% | - |
| HSV(B) | 313.49º | 1% | 0.86% | - |
| XYZ | 36.48 | 17.98 | 39.58 | - |
| YUV | 85.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 170 | 0 | 1.00 | 0.22 | 0.14 | 313.49 | 0.99 | 0.43 |
| Hex | DB | 1 | AA | 0 | 64 | 16 | E | 139 | 63 | 2B |
| Octal | 333 | 1 | 252 | 0 | 144 | 26 | 16 | 471 | 143 | 53 |
| Binary | 11011011 | 1 | 10101010 | 0 | 1100100 | 10110 | 1110 | 100111001 | 1100011 | 101011 |
Color Harmonies of #DB01AA
Complementary color
Monochromatic Colors of #DB01AA
Black with #DB01AA
Text Example
Text Example
White with #DB01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01AA; }
p { color: rgb(219,1,170); }
H1.HeaderClassName
{
color: #DB01AA;
}
.AnyTagClassName
{
color: #DB01AA;
}
</style>
background-color css
<style>
a { background-color: #DB01AA; }
a { background-color: rgb(219,1,170); }
div.DivClassName
{
background-color: #DB01AA;
}
.BgClassName
{
background-color: #DB01AA;
}
</style>
border-color css
<style>
span { border-color: #DB01AA; }
span { border-color: rgb(219,1,170); }
td.TdClassName
{
border-color: #DB01AA;
}
.TagClassName
{
border-color: #DB01AA;
}
</style>