Shades of Hollywood Cerise #DE1298
Tints of Hollywood Cerise #DE1298
RGB
CMYK
RGB Variations
Color information
#DE1298 (or 0xDE1298) is known color: Hollywood Cerise. HEX triplet: DE, 12 and 98. RGB value is (222,18,152). Sum of RGB (Red+Green+Blue) = 222+18+152=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1298 is #21ED67. Grayscale: #5D5D5D. Windows color (decimal): -2223464 or 9966302. OLE color: 9966302.
HSL color Cylindrical-coordinate representation of color #DE1298: hue angle of 320.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1298 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 152 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.13 |
| HSL | 320.59º | 0.85% | 0.47% | - |
| HSV(B) | 320.59º | 0.92% | 0.87% | - |
| XYZ | 36.01 | 18.23 | 31.33 | - |
| YUV | 94.27 | 160.59 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 152 | 0 | 0.92 | 0.32 | 0.13 | 320.59 | 0.85 | 0.47 |
| Hex | DE | 12 | 98 | 0 | 5C | 20 | D | 141 | 55 | 2F |
| Octal | 336 | 22 | 230 | 0 | 134 | 40 | 15 | 501 | 125 | 57 |
| Binary | 11011110 | 10010 | 10011000 | 0 | 1011100 | 100000 | 1101 | 101000001 | 1010101 | 101111 |
Color Harmonies of #DE1298
Complementary color
Monochromatic Colors of #DE1298
Black with #DE1298
Text Example
Text Example
White with #DE1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1298; }
p { color: rgb(222,18,152); }
H1.HeaderClassName
{
color: #DE1298;
}
.AnyTagClassName
{
color: #DE1298;
}
</style>
background-color css
<style>
a { background-color: #DE1298; }
a { background-color: rgb(222,18,152); }
div.DivClassName
{
background-color: #DE1298;
}
.BgClassName
{
background-color: #DE1298;
}
</style>
border-color css
<style>
span { border-color: #DE1298; }
span { border-color: rgb(222,18,152); }
td.TdClassName
{
border-color: #DE1298;
}
.TagClassName
{
border-color: #DE1298;
}
</style>