Shades of Hollywood Cerise #DE14AA
Tints of Hollywood Cerise #DE14AA
RGB
CMYK
RGB Variations
Color information
#DE14AA (or 0xDE14AA) is known color: Hollywood Cerise. HEX triplet: DE, 14 and AA. RGB value is (222,20,170). Sum of RGB (Red+Green+Blue) = 222+20+170=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE14AA is #21EB55. Grayscale: #616161. Windows color (decimal): -2222934 or 11146462. OLE color: 11146462.
HSL color Cylindrical-coordinate representation of color #DE14AA: hue angle of 315.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE14AA is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 170 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.13 |
| HSL | 315.45º | 0.83% | 0.47% | - |
| HSV(B) | 315.45º | 0.91% | 0.87% | - |
| XYZ | 37.63 | 18.93 | 39.7 | - |
| YUV | 97.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 170 | 0 | 0.91 | 0.23 | 0.13 | 315.45 | 0.83 | 0.47 |
| Hex | DE | 14 | AA | 0 | 5B | 17 | D | 13B | 53 | 2F |
| Octal | 336 | 24 | 252 | 0 | 133 | 27 | 15 | 473 | 123 | 57 |
| Binary | 11011110 | 10100 | 10101010 | 0 | 1011011 | 10111 | 1101 | 100111011 | 1010011 | 101111 |
Color Harmonies of #DE14AA
Complementary color
Monochromatic Colors of #DE14AA
Black with #DE14AA
Text Example
Text Example
White with #DE14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE14AA; }
p { color: rgb(222,20,170); }
H1.HeaderClassName
{
color: #DE14AA;
}
.AnyTagClassName
{
color: #DE14AA;
}
</style>
background-color css
<style>
a { background-color: #DE14AA; }
a { background-color: rgb(222,20,170); }
div.DivClassName
{
background-color: #DE14AA;
}
.BgClassName
{
background-color: #DE14AA;
}
</style>
border-color css
<style>
span { border-color: #DE14AA; }
span { border-color: rgb(222,20,170); }
td.TdClassName
{
border-color: #DE14AA;
}
.TagClassName
{
border-color: #DE14AA;
}
</style>