Shades of Hollywood Cerise #DB00AB
Tints of Hollywood Cerise #DB00AB
RGB
CMYK
RGB Variations
Color information
#DB00AB (or 0xDB00AB) is known color: Hollywood Cerise. HEX triplet: DB, 00 and AB. RGB value is (219,0,171). Sum of RGB (Red+Green+Blue) = 219+0+171=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00AB is #24FF54. Grayscale: #545454. Windows color (decimal): -2424661 or 11206875. OLE color: 11206875.
HSL color Cylindrical-coordinate representation of color #DB00AB: hue angle of 313.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00AB is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.22 | 0.14 |
| HSL | 313.15º | 1% | 0.43% | - |
| HSV(B) | 313.15º | 1% | 0.86% | - |
| XYZ | 36.56 | 18 | 40.08 | - |
| YUV | 84.98 | 176.55 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 171 | 0 | 1 | 0.22 | 0.14 | 313.15 | 1 | 0.43 |
| Hex | DB | 0 | AB | 0 | 64 | 16 | E | 139 | 64 | 2B |
| Octal | 333 | 0 | 253 | 0 | 144 | 26 | 16 | 471 | 144 | 53 |
| Binary | 11011011 | 0 | 10101011 | 0 | 1100100 | 10110 | 1110 | 100111001 | 1100100 | 101011 |
Color Harmonies of #DB00AB
Complementary color
Monochromatic Colors of #DB00AB
Black with #DB00AB
Text Example
Text Example
White with #DB00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00AB; }
p { color: rgb(219,0,171); }
H1.HeaderClassName
{
color: #DB00AB;
}
.AnyTagClassName
{
color: #DB00AB;
}
</style>
background-color css
<style>
a { background-color: #DB00AB; }
a { background-color: rgb(219,0,171); }
div.DivClassName
{
background-color: #DB00AB;
}
.BgClassName
{
background-color: #DB00AB;
}
</style>
border-color css
<style>
span { border-color: #DB00AB; }
span { border-color: rgb(219,0,171); }
td.TdClassName
{
border-color: #DB00AB;
}
.TagClassName
{
border-color: #DB00AB;
}
</style>