Shades of Hollywood Cerise #DB01AD
Tints of Hollywood Cerise #DB01AD
RGB
CMYK
RGB Variations
Color information
#DB01AD (or 0xDB01AD) is known color: Hollywood Cerise. HEX triplet: DB, 01 and AD. RGB value is (219,1,173). Sum of RGB (Red+Green+Blue) = 219+1+173=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB01AD is #24FE52. Grayscale: #555555. Windows color (decimal): -2424403 or 11338203. OLE color: 11338203.
HSL color Cylindrical-coordinate representation of color #DB01AD: hue angle of 312.66º 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 #DB01AD is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.14 |
| HSL | 312.66º | 0.99% | 0.43% | - |
| HSV(B) | 312.66º | 1% | 0.86% | - |
| XYZ | 36.77 | 18.1 | 41.09 | - |
| YUV | 85.79 | 177.22 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 173 | 0 | 1.00 | 0.21 | 0.14 | 312.66 | 0.99 | 0.43 |
| Hex | DB | 1 | AD | 0 | 64 | 15 | E | 139 | 63 | 2B |
| Octal | 333 | 1 | 255 | 0 | 144 | 25 | 16 | 471 | 143 | 53 |
| Binary | 11011011 | 1 | 10101101 | 0 | 1100100 | 10101 | 1110 | 100111001 | 1100011 | 101011 |
Color Harmonies of #DB01AD
Complementary color
Monochromatic Colors of #DB01AD
Black with #DB01AD
Text Example
Text Example
White with #DB01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01AD; }
p { color: rgb(219,1,173); }
H1.HeaderClassName
{
color: #DB01AD;
}
.AnyTagClassName
{
color: #DB01AD;
}
</style>
background-color css
<style>
a { background-color: #DB01AD; }
a { background-color: rgb(219,1,173); }
div.DivClassName
{
background-color: #DB01AD;
}
.BgClassName
{
background-color: #DB01AD;
}
</style>
border-color css
<style>
span { border-color: #DB01AD; }
span { border-color: rgb(219,1,173); }
td.TdClassName
{
border-color: #DB01AD;
}
.TagClassName
{
border-color: #DB01AD;
}
</style>