Shades of Hollywood Cerise #DE0698
Tints of Hollywood Cerise #DE0698
RGB
CMYK
RGB Variations
Color information
#DE0698 (or 0xDE0698) is known color: Hollywood Cerise. HEX triplet: DE, 06 and 98. RGB value is (222,6,152). Sum of RGB (Red+Green+Blue) = 222+6+152=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0698 is #21F967. Grayscale: #565656. Windows color (decimal): -2226536 or 9963230. OLE color: 9963230.
HSL color Cylindrical-coordinate representation of color #DE0698: hue angle of 319.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0698 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.13 |
| HSL | 319.44º | 0.95% | 0.45% | - |
| HSV(B) | 319.44º | 0.97% | 0.87% | - |
| XYZ | 35.86 | 17.93 | 31.28 | - |
| YUV | 87.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 152 | 0 | 0.97 | 0.32 | 0.13 | 319.44 | 0.95 | 0.45 |
| Hex | DE | 6 | 98 | 0 | 61 | 20 | D | 13F | 5F | 2D |
| Octal | 336 | 6 | 230 | 0 | 141 | 40 | 15 | 477 | 137 | 55 |
| Binary | 11011110 | 110 | 10011000 | 0 | 1100001 | 100000 | 1101 | 100111111 | 1011111 | 101101 |
Color Harmonies of #DE0698
Complementary color
Monochromatic Colors of #DE0698
Black with #DE0698
Text Example
Text Example
White with #DE0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0698; }
p { color: rgb(222,6,152); }
H1.HeaderClassName
{
color: #DE0698;
}
.AnyTagClassName
{
color: #DE0698;
}
</style>
background-color css
<style>
a { background-color: #DE0698; }
a { background-color: rgb(222,6,152); }
div.DivClassName
{
background-color: #DE0698;
}
.BgClassName
{
background-color: #DE0698;
}
</style>
border-color css
<style>
span { border-color: #DE0698; }
span { border-color: rgb(222,6,152); }
td.TdClassName
{
border-color: #DE0698;
}
.TagClassName
{
border-color: #DE0698;
}
</style>