Shades of Hollywood Cerise #DB01AC
Tints of Hollywood Cerise #DB01AC
RGB
CMYK
RGB Variations
Color information
#DB01AC (or 0xDB01AC) is known color: Hollywood Cerise. HEX triplet: DB, 01 and AC. RGB value is (219,1,172). Sum of RGB (Red+Green+Blue) = 219+1+172=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB01AC is #24FE53. Grayscale: #555555. Windows color (decimal): -2424404 or 11272667. OLE color: 11272667.
HSL color Cylindrical-coordinate representation of color #DB01AC: hue angle of 312.94º 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 #DB01AC is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.14 |
| HSL | 312.94º | 0.99% | 0.43% | - |
| HSV(B) | 312.94º | 1% | 0.86% | - |
| XYZ | 36.67 | 18.06 | 40.58 | - |
| YUV | 85.68 | 176.72 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 172 | 0 | 1.00 | 0.21 | 0.14 | 312.94 | 0.99 | 0.43 |
| Hex | DB | 1 | AC | 0 | 64 | 15 | E | 139 | 63 | 2B |
| Octal | 333 | 1 | 254 | 0 | 144 | 25 | 16 | 471 | 143 | 53 |
| Binary | 11011011 | 1 | 10101100 | 0 | 1100100 | 10101 | 1110 | 100111001 | 1100011 | 101011 |
Color Harmonies of #DB01AC
Complementary color
Monochromatic Colors of #DB01AC
Black with #DB01AC
Text Example
Text Example
White with #DB01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01AC; }
p { color: rgb(219,1,172); }
H1.HeaderClassName
{
color: #DB01AC;
}
.AnyTagClassName
{
color: #DB01AC;
}
</style>
background-color css
<style>
a { background-color: #DB01AC; }
a { background-color: rgb(219,1,172); }
div.DivClassName
{
background-color: #DB01AC;
}
.BgClassName
{
background-color: #DB01AC;
}
</style>
border-color css
<style>
span { border-color: #DB01AC; }
span { border-color: rgb(219,1,172); }
td.TdClassName
{
border-color: #DB01AC;
}
.TagClassName
{
border-color: #DB01AC;
}
</style>