Shades of Hollywood Cerise #DE0CA5
Tints of Hollywood Cerise #DE0CA5
RGB
CMYK
RGB Variations
Color information
#DE0CA5 (or 0xDE0CA5) is known color: Hollywood Cerise. HEX triplet: DE, 0C and A5. RGB value is (222,12,165). Sum of RGB (Red+Green+Blue) = 222+12+165=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0CA5 is #21F35A. Grayscale: #5B5B5B. Windows color (decimal): -2224987 or 10816734. OLE color: 10816734.
HSL color Cylindrical-coordinate representation of color #DE0CA5: hue angle of 316.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 165 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.13 |
| HSL | 316.29º | 0.9% | 0.46% | - |
| HSV(B) | 316.29º | 0.95% | 0.87% | - |
| XYZ | 37.05 | 18.51 | 37.22 | - |
| YUV | 92.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 165 | 0 | 0.95 | 0.26 | 0.13 | 316.29 | 0.9 | 0.46 |
| Hex | DE | C | A5 | 0 | 5F | 1A | D | 13C | 5A | 2E |
| Octal | 336 | 14 | 245 | 0 | 137 | 32 | 15 | 474 | 132 | 56 |
| Binary | 11011110 | 1100 | 10100101 | 0 | 1011111 | 11010 | 1101 | 100111100 | 1011010 | 101110 |
Color Harmonies of #DE0CA5
Complementary color
Monochromatic Colors of #DE0CA5
Black with #DE0CA5
Text Example
Text Example
White with #DE0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CA5; }
p { color: rgb(222,12,165); }
H1.HeaderClassName
{
color: #DE0CA5;
}
.AnyTagClassName
{
color: #DE0CA5;
}
</style>
background-color css
<style>
a { background-color: #DE0CA5; }
a { background-color: rgb(222,12,165); }
div.DivClassName
{
background-color: #DE0CA5;
}
.BgClassName
{
background-color: #DE0CA5;
}
</style>
border-color css
<style>
span { border-color: #DE0CA5; }
span { border-color: rgb(222,12,165); }
td.TdClassName
{
border-color: #DE0CA5;
}
.TagClassName
{
border-color: #DE0CA5;
}
</style>