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