Shades of Hollywood Cerise #DE15AA
Tints of Hollywood Cerise #DE15AA
RGB
CMYK
RGB Variations
Color information
#DE15AA (or 0xDE15AA) is known color: Hollywood Cerise. HEX triplet: DE, 15 and AA. RGB value is (222,21,170). Sum of RGB (Red+Green+Blue) = 222+21+170=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE15AA is #21EA55. Grayscale: #616161. Windows color (decimal): -2222678 or 11146718. OLE color: 11146718.
HSL color Cylindrical-coordinate representation of color #DE15AA: hue angle of 315.52º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15AA is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 170 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.13 |
| HSL | 315.52º | 0.83% | 0.48% | - |
| HSV(B) | 315.52º | 0.91% | 0.87% | - |
| XYZ | 37.65 | 18.97 | 39.71 | - |
| YUV | 98.09 | 168.59 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 170 | 0 | 0.91 | 0.23 | 0.13 | 315.52 | 0.83 | 0.48 |
| Hex | DE | 15 | AA | 0 | 5B | 17 | D | 13C | 53 | 30 |
| Octal | 336 | 25 | 252 | 0 | 133 | 27 | 15 | 474 | 123 | 60 |
| Binary | 11011110 | 10101 | 10101010 | 0 | 1011011 | 10111 | 1101 | 100111100 | 1010011 | 110000 |
Color Harmonies of #DE15AA
Complementary color
Monochromatic Colors of #DE15AA
Black with #DE15AA
Text Example
Text Example
White with #DE15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE15AA; }
p { color: rgb(222,21,170); }
H1.HeaderClassName
{
color: #DE15AA;
}
.AnyTagClassName
{
color: #DE15AA;
}
</style>
background-color css
<style>
a { background-color: #DE15AA; }
a { background-color: rgb(222,21,170); }
div.DivClassName
{
background-color: #DE15AA;
}
.BgClassName
{
background-color: #DE15AA;
}
</style>
border-color css
<style>
span { border-color: #DE15AA; }
span { border-color: rgb(222,21,170); }
td.TdClassName
{
border-color: #DE15AA;
}
.TagClassName
{
border-color: #DE15AA;
}
</style>