Shades of Hollywood Cerise #DB01A1
Tints of Hollywood Cerise #DB01A1
RGB
CMYK
RGB Variations
Color information
#DB01A1 (or 0xDB01A1) is known color: Hollywood Cerise. HEX triplet: DB, 01 and A1. RGB value is (219,1,161). Sum of RGB (Red+Green+Blue) = 219+1+161=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB01A1 is #24FE5E. Grayscale: #545454. Windows color (decimal): -2424415 or 10551771. OLE color: 10551771.
HSL color Cylindrical-coordinate representation of color #DB01A1: hue angle of 315.96º 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 #DB01A1 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 161 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.14 |
| HSL | 315.96º | 0.99% | 0.43% | - |
| HSV(B) | 315.96º | 1% | 0.86% | - |
| XYZ | 35.66 | 17.65 | 35.25 | - |
| YUV | 84.42 | 171.22 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 161 | 0 | 1.00 | 0.26 | 0.14 | 315.96 | 0.99 | 0.43 |
| Hex | DB | 1 | A1 | 0 | 64 | 1A | E | 13C | 63 | 2B |
| Octal | 333 | 1 | 241 | 0 | 144 | 32 | 16 | 474 | 143 | 53 |
| Binary | 11011011 | 1 | 10100001 | 0 | 1100100 | 11010 | 1110 | 100111100 | 1100011 | 101011 |
Color Harmonies of #DB01A1
Complementary color
Monochromatic Colors of #DB01A1
Black with #DB01A1
Text Example
Text Example
White with #DB01A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01A1; }
p { color: rgb(219,1,161); }
H1.HeaderClassName
{
color: #DB01A1;
}
.AnyTagClassName
{
color: #DB01A1;
}
</style>
background-color css
<style>
a { background-color: #DB01A1; }
a { background-color: rgb(219,1,161); }
div.DivClassName
{
background-color: #DB01A1;
}
.BgClassName
{
background-color: #DB01A1;
}
</style>
border-color css
<style>
span { border-color: #DB01A1; }
span { border-color: rgb(219,1,161); }
td.TdClassName
{
border-color: #DB01A1;
}
.TagClassName
{
border-color: #DB01A1;
}
</style>