Shades of Hollywood Cerise #DB03A1
Tints of Hollywood Cerise #DB03A1
RGB
CMYK
RGB Variations
Color information
#DB03A1 (or 0xDB03A1) is known color: Hollywood Cerise. HEX triplet: DB, 03 and A1. RGB value is (219,3,161). Sum of RGB (Red+Green+Blue) = 219+3+161=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB03A1 is #24FC5E. Grayscale: #555555. Windows color (decimal): -2423903 or 10552283. OLE color: 10552283.
HSL color Cylindrical-coordinate representation of color #DB03A1: hue angle of 316.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03A1 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.14 |
| HSL | 316.11º | 0.97% | 0.44% | - |
| HSV(B) | 316.11º | 0.99% | 0.86% | - |
| XYZ | 35.68 | 17.7 | 35.25 | - |
| YUV | 85.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 161 | 0 | 0.99 | 0.26 | 0.14 | 316.11 | 0.97 | 0.44 |
| Hex | DB | 3 | A1 | 0 | 63 | 1A | E | 13C | 61 | 2C |
| Octal | 333 | 3 | 241 | 0 | 143 | 32 | 16 | 474 | 141 | 54 |
| Binary | 11011011 | 11 | 10100001 | 0 | 1100011 | 11010 | 1110 | 100111100 | 1100001 | 101100 |
Color Harmonies of #DB03A1
Complementary color
Monochromatic Colors of #DB03A1
Black with #DB03A1
Text Example
Text Example
White with #DB03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03A1; }
p { color: rgb(219,3,161); }
H1.HeaderClassName
{
color: #DB03A1;
}
.AnyTagClassName
{
color: #DB03A1;
}
</style>
background-color css
<style>
a { background-color: #DB03A1; }
a { background-color: rgb(219,3,161); }
div.DivClassName
{
background-color: #DB03A1;
}
.BgClassName
{
background-color: #DB03A1;
}
</style>
border-color css
<style>
span { border-color: #DB03A1; }
span { border-color: rgb(219,3,161); }
td.TdClassName
{
border-color: #DB03A1;
}
.TagClassName
{
border-color: #DB03A1;
}
</style>