Shades of Hollywood Cerise #DE0DAF
Tints of Hollywood Cerise #DE0DAF
RGB
CMYK
RGB Variations
Color information
#DE0DAF (or 0xDE0DAF) is known color: Hollywood Cerise. HEX triplet: DE, 0D and AF. RGB value is (222,13,175). Sum of RGB (Red+Green+Blue) = 222+13+175=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0DAF is #21F250. Grayscale: #5D5D5D. Windows color (decimal): -2224721 or 11472350. OLE color: 11472350.
HSL color Cylindrical-coordinate representation of color #DE0DAF: hue angle of 313.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0DAF is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.13 |
| HSL | 313.49º | 0.89% | 0.46% | - |
| HSV(B) | 313.49º | 0.94% | 0.87% | - |
| XYZ | 38.01 | 18.91 | 42.2 | - |
| YUV | 93.96 | 173.74 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 175 | 0 | 0.94 | 0.21 | 0.13 | 313.49 | 0.89 | 0.46 |
| Hex | DE | D | AF | 0 | 5E | 15 | D | 139 | 59 | 2E |
| Octal | 336 | 15 | 257 | 0 | 136 | 25 | 15 | 471 | 131 | 56 |
| Binary | 11011110 | 1101 | 10101111 | 0 | 1011110 | 10101 | 1101 | 100111001 | 1011001 | 101110 |
Color Harmonies of #DE0DAF
Complementary color
Monochromatic Colors of #DE0DAF
Black with #DE0DAF
Text Example
Text Example
White with #DE0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0DAF; }
p { color: rgb(222,13,175); }
H1.HeaderClassName
{
color: #DE0DAF;
}
.AnyTagClassName
{
color: #DE0DAF;
}
</style>
background-color css
<style>
a { background-color: #DE0DAF; }
a { background-color: rgb(222,13,175); }
div.DivClassName
{
background-color: #DE0DAF;
}
.BgClassName
{
background-color: #DE0DAF;
}
</style>
border-color css
<style>
span { border-color: #DE0DAF; }
span { border-color: rgb(222,13,175); }
td.TdClassName
{
border-color: #DE0DAF;
}
.TagClassName
{
border-color: #DE0DAF;
}
</style>