Shades of Hollywood Cerise #DB06AE
Tints of Hollywood Cerise #DB06AE
RGB
CMYK
RGB Variations
Color information
#DB06AE (or 0xDB06AE) is known color: Hollywood Cerise. HEX triplet: DB, 06 and AE. RGB value is (219,6,174). Sum of RGB (Red+Green+Blue) = 219+6+174=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06AE is #24F951. Grayscale: #585858. Windows color (decimal): -2423122 or 11405019. OLE color: 11405019.
HSL color Cylindrical-coordinate representation of color #DB06AE: hue angle of 312.68º degrees, saturation: 0.95, 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 #DB06AE is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 174 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.14 |
| HSL | 312.68º | 0.95% | 0.44% | - |
| HSV(B) | 312.68º | 0.97% | 0.86% | - |
| XYZ | 36.92 | 18.25 | 41.62 | - |
| YUV | 88.84 | 176.07 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 174 | 0 | 0.97 | 0.21 | 0.14 | 312.68 | 0.95 | 0.44 |
| Hex | DB | 6 | AE | 0 | 61 | 15 | E | 139 | 5F | 2C |
| Octal | 333 | 6 | 256 | 0 | 141 | 25 | 16 | 471 | 137 | 54 |
| Binary | 11011011 | 110 | 10101110 | 0 | 1100001 | 10101 | 1110 | 100111001 | 1011111 | 101100 |
Color Harmonies of #DB06AE
Complementary color
Monochromatic Colors of #DB06AE
Black with #DB06AE
Text Example
Text Example
White with #DB06AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06AE; }
p { color: rgb(219,6,174); }
H1.HeaderClassName
{
color: #DB06AE;
}
.AnyTagClassName
{
color: #DB06AE;
}
</style>
background-color css
<style>
a { background-color: #DB06AE; }
a { background-color: rgb(219,6,174); }
div.DivClassName
{
background-color: #DB06AE;
}
.BgClassName
{
background-color: #DB06AE;
}
</style>
border-color css
<style>
span { border-color: #DB06AE; }
span { border-color: rgb(219,6,174); }
td.TdClassName
{
border-color: #DB06AE;
}
.TagClassName
{
border-color: #DB06AE;
}
</style>