Shades of Hollywood Cerise #DB01A3
Tints of Hollywood Cerise #DB01A3
RGB
CMYK
RGB Variations
Color information
#DB01A3 (or 0xDB01A3) is known color: Hollywood Cerise. HEX triplet: DB, 01 and A3. RGB value is (219,1,163). Sum of RGB (Red+Green+Blue) = 219+1+163=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB01A3 is #24FE5C. Grayscale: #545454. Windows color (decimal): -2424413 or 10682843. OLE color: 10682843.
HSL color Cylindrical-coordinate representation of color #DB01A3: hue angle of 315.41º 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 #DB01A3 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 163 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.14 |
| HSL | 315.41º | 0.99% | 0.43% | - |
| HSV(B) | 315.41º | 1% | 0.86% | - |
| XYZ | 35.84 | 17.73 | 36.18 | - |
| YUV | 84.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 163 | 0 | 1.00 | 0.26 | 0.14 | 315.41 | 0.99 | 0.43 |
| Hex | DB | 1 | A3 | 0 | 64 | 1A | E | 13B | 63 | 2B |
| Octal | 333 | 1 | 243 | 0 | 144 | 32 | 16 | 473 | 143 | 53 |
| Binary | 11011011 | 1 | 10100011 | 0 | 1100100 | 11010 | 1110 | 100111011 | 1100011 | 101011 |
Color Harmonies of #DB01A3
Complementary color
Monochromatic Colors of #DB01A3
Black with #DB01A3
Text Example
Text Example
White with #DB01A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01A3; }
p { color: rgb(219,1,163); }
H1.HeaderClassName
{
color: #DB01A3;
}
.AnyTagClassName
{
color: #DB01A3;
}
</style>
background-color css
<style>
a { background-color: #DB01A3; }
a { background-color: rgb(219,1,163); }
div.DivClassName
{
background-color: #DB01A3;
}
.BgClassName
{
background-color: #DB01A3;
}
</style>
border-color css
<style>
span { border-color: #DB01A3; }
span { border-color: rgb(219,1,163); }
td.TdClassName
{
border-color: #DB01A3;
}
.TagClassName
{
border-color: #DB01A3;
}
</style>