Shades of Hollywood Cerise #DE00A7
Tints of Hollywood Cerise #DE00A7
RGB
CMYK
RGB Variations
Color information
#DE00A7 (or 0xDE00A7) is known color: Hollywood Cerise. HEX triplet: DE, 00 and A7. RGB value is (222,0,167). Sum of RGB (Red+Green+Blue) = 222+0+167=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A7 is #21FF58. Grayscale: #545454. Windows color (decimal): -2228057 or 10944734. OLE color: 10944734.
HSL color Cylindrical-coordinate representation of color #DE00A7: hue angle of 314.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00A7 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.25 | 0.13 |
| HSL | 314.86º | 1% | 0.44% | - |
| HSV(B) | 314.86º | 1% | 0.87% | - |
| XYZ | 37.1 | 18.32 | 38.14 | - |
| YUV | 85.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 167 | 0 | 1 | 0.25 | 0.13 | 314.86 | 1 | 0.44 |
| Hex | DE | 0 | A7 | 0 | 64 | 19 | D | 13B | 64 | 2C |
| Octal | 336 | 0 | 247 | 0 | 144 | 31 | 15 | 473 | 144 | 54 |
| Binary | 11011110 | 0 | 10100111 | 0 | 1100100 | 11001 | 1101 | 100111011 | 1100100 | 101100 |
Color Harmonies of #DE00A7
Complementary color
Monochromatic Colors of #DE00A7
Black with #DE00A7
Text Example
Text Example
White with #DE00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00A7; }
p { color: rgb(222,0,167); }
H1.HeaderClassName
{
color: #DE00A7;
}
.AnyTagClassName
{
color: #DE00A7;
}
</style>
background-color css
<style>
a { background-color: #DE00A7; }
a { background-color: rgb(222,0,167); }
div.DivClassName
{
background-color: #DE00A7;
}
.BgClassName
{
background-color: #DE00A7;
}
</style>
border-color css
<style>
span { border-color: #DE00A7; }
span { border-color: rgb(222,0,167); }
td.TdClassName
{
border-color: #DE00A7;
}
.TagClassName
{
border-color: #DE00A7;
}
</style>