Shades of Hollywood Cerise #DE10A3
Tints of Hollywood Cerise #DE10A3
RGB
CMYK
RGB Variations
Color information
#DE10A3 (or 0xDE10A3) is known color: Hollywood Cerise. HEX triplet: DE, 10 and A3. RGB value is (222,16,163). Sum of RGB (Red+Green+Blue) = 222+16+163=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE10A3 is #21EF5C. Grayscale: #5D5D5D. Windows color (decimal): -2223965 or 10686686. OLE color: 10686686.
HSL color Cylindrical-coordinate representation of color #DE10A3: hue angle of 317.18º 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 #DE10A3 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 163 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.13 |
| HSL | 317.18º | 0.87% | 0.47% | - |
| HSV(B) | 317.18º | 0.93% | 0.87% | - |
| XYZ | 36.92 | 18.54 | 36.28 | - |
| YUV | 94.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 163 | 0 | 0.93 | 0.27 | 0.13 | 317.18 | 0.87 | 0.47 |
| Hex | DE | 10 | A3 | 0 | 5D | 1B | D | 13D | 57 | 2F |
| Octal | 336 | 20 | 243 | 0 | 135 | 33 | 15 | 475 | 127 | 57 |
| Binary | 11011110 | 10000 | 10100011 | 0 | 1011101 | 11011 | 1101 | 100111101 | 1010111 | 101111 |
Color Harmonies of #DE10A3
Complementary color
Monochromatic Colors of #DE10A3
Black with #DE10A3
Text Example
Text Example
White with #DE10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10A3; }
p { color: rgb(222,16,163); }
H1.HeaderClassName
{
color: #DE10A3;
}
.AnyTagClassName
{
color: #DE10A3;
}
</style>
background-color css
<style>
a { background-color: #DE10A3; }
a { background-color: rgb(222,16,163); }
div.DivClassName
{
background-color: #DE10A3;
}
.BgClassName
{
background-color: #DE10A3;
}
</style>
border-color css
<style>
span { border-color: #DE10A3; }
span { border-color: rgb(222,16,163); }
td.TdClassName
{
border-color: #DE10A3;
}
.TagClassName
{
border-color: #DE10A3;
}
</style>