Shades of Hollywood Cerise #DB03AC
Tints of Hollywood Cerise #DB03AC
RGB
CMYK
RGB Variations
Color information
#DB03AC (or 0xDB03AC) is known color: Hollywood Cerise. HEX triplet: DB, 03 and AC. RGB value is (219,3,172). Sum of RGB (Red+Green+Blue) = 219+3+172=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB03AC is #24FC53. Grayscale: #565656. Windows color (decimal): -2423892 or 11273179. OLE color: 11273179.
HSL color Cylindrical-coordinate representation of color #DB03AC: hue angle of 313.06º 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 #DB03AC is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.14 |
| HSL | 313.06º | 0.97% | 0.44% | - |
| HSV(B) | 313.06º | 0.99% | 0.86% | - |
| XYZ | 36.69 | 18.1 | 40.59 | - |
| YUV | 86.85 | 176.06 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 172 | 0 | 0.99 | 0.21 | 0.14 | 313.06 | 0.97 | 0.44 |
| Hex | DB | 3 | AC | 0 | 63 | 15 | E | 139 | 61 | 2C |
| Octal | 333 | 3 | 254 | 0 | 143 | 25 | 16 | 471 | 141 | 54 |
| Binary | 11011011 | 11 | 10101100 | 0 | 1100011 | 10101 | 1110 | 100111001 | 1100001 | 101100 |
Color Harmonies of #DB03AC
Complementary color
Monochromatic Colors of #DB03AC
Black with #DB03AC
Text Example
Text Example
White with #DB03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03AC; }
p { color: rgb(219,3,172); }
H1.HeaderClassName
{
color: #DB03AC;
}
.AnyTagClassName
{
color: #DB03AC;
}
</style>
background-color css
<style>
a { background-color: #DB03AC; }
a { background-color: rgb(219,3,172); }
div.DivClassName
{
background-color: #DB03AC;
}
.BgClassName
{
background-color: #DB03AC;
}
</style>
border-color css
<style>
span { border-color: #DB03AC; }
span { border-color: rgb(219,3,172); }
td.TdClassName
{
border-color: #DB03AC;
}
.TagClassName
{
border-color: #DB03AC;
}
</style>