Shades of Hollywood Cerise #DE10A6
Tints of Hollywood Cerise #DE10A6
RGB
CMYK
RGB Variations
Color information
#DE10A6 (or 0xDE10A6) is known color: Hollywood Cerise. HEX triplet: DE, 10 and A6. RGB value is (222,16,166). Sum of RGB (Red+Green+Blue) = 222+16+166=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE10A6 is #21EF59. Grayscale: #5E5E5E. Windows color (decimal): -2223962 or 10883294. OLE color: 10883294.
HSL color Cylindrical-coordinate representation of color #DE10A6: hue angle of 316.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE10A6 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 166 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.13 |
| HSL | 316.31º | 0.87% | 0.47% | - |
| HSV(B) | 316.31º | 0.93% | 0.87% | - |
| XYZ | 37.19 | 18.65 | 37.72 | - |
| YUV | 94.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 166 | 0 | 0.93 | 0.25 | 0.13 | 316.31 | 0.87 | 0.47 |
| Hex | DE | 10 | A6 | 0 | 5D | 19 | D | 13C | 57 | 2F |
| Octal | 336 | 20 | 246 | 0 | 135 | 31 | 15 | 474 | 127 | 57 |
| Binary | 11011110 | 10000 | 10100110 | 0 | 1011101 | 11001 | 1101 | 100111100 | 1010111 | 101111 |
Color Harmonies of #DE10A6
Complementary color
Monochromatic Colors of #DE10A6
Black with #DE10A6
Text Example
Text Example
White with #DE10A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10A6; }
p { color: rgb(222,16,166); }
H1.HeaderClassName
{
color: #DE10A6;
}
.AnyTagClassName
{
color: #DE10A6;
}
</style>
background-color css
<style>
a { background-color: #DE10A6; }
a { background-color: rgb(222,16,166); }
div.DivClassName
{
background-color: #DE10A6;
}
.BgClassName
{
background-color: #DE10A6;
}
</style>
border-color css
<style>
span { border-color: #DE10A6; }
span { border-color: rgb(222,16,166); }
td.TdClassName
{
border-color: #DE10A6;
}
.TagClassName
{
border-color: #DE10A6;
}
</style>