Shades of Hollywood Cerise #DB03B2
Tints of Hollywood Cerise #DB03B2
RGB
CMYK
RGB Variations
Color information
#DB03B2 (or 0xDB03B2) is known color: Hollywood Cerise. HEX triplet: DB, 03 and B2. RGB value is (219,3,178). Sum of RGB (Red+Green+Blue) = 219+3+178=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB03B2 is #24FC4D. Grayscale: #575757. Windows color (decimal): -2423886 or 11666395. OLE color: 11666395.
HSL color Cylindrical-coordinate representation of color #DB03B2: hue angle of 311.39º 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 #DB03B2 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 178 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.14 |
| HSL | 311.39º | 0.97% | 0.44% | - |
| HSV(B) | 311.39º | 0.99% | 0.86% | - |
| XYZ | 37.28 | 18.34 | 43.69 | - |
| YUV | 87.53 | 179.06 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 178 | 0 | 0.99 | 0.19 | 0.14 | 311.39 | 0.97 | 0.44 |
| Hex | DB | 3 | B2 | 0 | 63 | 13 | E | 137 | 61 | 2C |
| Octal | 333 | 3 | 262 | 0 | 143 | 23 | 16 | 467 | 141 | 54 |
| Binary | 11011011 | 11 | 10110010 | 0 | 1100011 | 10011 | 1110 | 100110111 | 1100001 | 101100 |
Color Harmonies of #DB03B2
Complementary color
Monochromatic Colors of #DB03B2
Black with #DB03B2
Text Example
Text Example
White with #DB03B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03B2; }
p { color: rgb(219,3,178); }
H1.HeaderClassName
{
color: #DB03B2;
}
.AnyTagClassName
{
color: #DB03B2;
}
</style>
background-color css
<style>
a { background-color: #DB03B2; }
a { background-color: rgb(219,3,178); }
div.DivClassName
{
background-color: #DB03B2;
}
.BgClassName
{
background-color: #DB03B2;
}
</style>
border-color css
<style>
span { border-color: #DB03B2; }
span { border-color: rgb(219,3,178); }
td.TdClassName
{
border-color: #DB03B2;
}
.TagClassName
{
border-color: #DB03B2;
}
</style>