Shades of Hollywood Cerise #DB07AD
Tints of Hollywood Cerise #DB07AD
RGB
CMYK
RGB Variations
Color information
#DB07AD (or 0xDB07AD) is known color: Hollywood Cerise. HEX triplet: DB, 07 and AD. RGB value is (219,7,173). Sum of RGB (Red+Green+Blue) = 219+7+173=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07AD is #24F852. Grayscale: #585858. Windows color (decimal): -2422867 or 11339739. OLE color: 11339739.
HSL color Cylindrical-coordinate representation of color #DB07AD: hue angle of 313.02º 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 #DB07AD is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.14 |
| HSL | 313.02º | 0.94% | 0.44% | - |
| HSV(B) | 313.02º | 0.97% | 0.86% | - |
| XYZ | 36.83 | 18.23 | 41.11 | - |
| YUV | 89.31 | 175.24 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 173 | 0 | 0.97 | 0.21 | 0.14 | 313.02 | 0.94 | 0.44 |
| Hex | DB | 7 | AD | 0 | 61 | 15 | E | 139 | 5E | 2C |
| Octal | 333 | 7 | 255 | 0 | 141 | 25 | 16 | 471 | 136 | 54 |
| Binary | 11011011 | 111 | 10101101 | 0 | 1100001 | 10101 | 1110 | 100111001 | 1011110 | 101100 |
Color Harmonies of #DB07AD
Complementary color
Monochromatic Colors of #DB07AD
Black with #DB07AD
Text Example
Text Example
White with #DB07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07AD; }
p { color: rgb(219,7,173); }
H1.HeaderClassName
{
color: #DB07AD;
}
.AnyTagClassName
{
color: #DB07AD;
}
</style>
background-color css
<style>
a { background-color: #DB07AD; }
a { background-color: rgb(219,7,173); }
div.DivClassName
{
background-color: #DB07AD;
}
.BgClassName
{
background-color: #DB07AD;
}
</style>
border-color css
<style>
span { border-color: #DB07AD; }
span { border-color: rgb(219,7,173); }
td.TdClassName
{
border-color: #DB07AD;
}
.TagClassName
{
border-color: #DB07AD;
}
</style>