Shades of Hollywood Cerise #DB07AC
Tints of Hollywood Cerise #DB07AC
RGB
CMYK
RGB Variations
Color information
#DB07AC (or 0xDB07AC) is known color: Hollywood Cerise. HEX triplet: DB, 07 and AC. RGB value is (219,7,172). Sum of RGB (Red+Green+Blue) = 219+7+172=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07AC is #24F853. Grayscale: #585858. Windows color (decimal): -2422868 or 11274203. OLE color: 11274203.
HSL color Cylindrical-coordinate representation of color #DB07AC: hue angle of 313.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07AC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.14 |
| HSL | 313.3º | 0.94% | 0.44% | - |
| HSV(B) | 313.3º | 0.97% | 0.86% | - |
| XYZ | 36.74 | 18.19 | 40.6 | - |
| YUV | 89.2 | 174.74 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 172 | 0 | 0.97 | 0.21 | 0.14 | 313.3 | 0.94 | 0.44 |
| Hex | DB | 7 | AC | 0 | 61 | 15 | E | 139 | 5E | 2C |
| Octal | 333 | 7 | 254 | 0 | 141 | 25 | 16 | 471 | 136 | 54 |
| Binary | 11011011 | 111 | 10101100 | 0 | 1100001 | 10101 | 1110 | 100111001 | 1011110 | 101100 |
Color Harmonies of #DB07AC
Complementary color
Monochromatic Colors of #DB07AC
Black with #DB07AC
Text Example
Text Example
White with #DB07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07AC; }
p { color: rgb(219,7,172); }
H1.HeaderClassName
{
color: #DB07AC;
}
.AnyTagClassName
{
color: #DB07AC;
}
</style>
background-color css
<style>
a { background-color: #DB07AC; }
a { background-color: rgb(219,7,172); }
div.DivClassName
{
background-color: #DB07AC;
}
.BgClassName
{
background-color: #DB07AC;
}
</style>
border-color css
<style>
span { border-color: #DB07AC; }
span { border-color: rgb(219,7,172); }
td.TdClassName
{
border-color: #DB07AC;
}
.TagClassName
{
border-color: #DB07AC;
}
</style>