Shades of Hollywood Cerise #DE03A8
Tints of Hollywood Cerise #DE03A8
RGB
CMYK
RGB Variations
Color information
#DE03A8 (or 0xDE03A8) is known color: Hollywood Cerise. HEX triplet: DE, 03 and A8. RGB value is (222,3,168). Sum of RGB (Red+Green+Blue) = 222+3+168=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE03A8 is #21FC57. Grayscale: #565656. Windows color (decimal): -2227288 or 11011038. OLE color: 11011038.
HSL color Cylindrical-coordinate representation of color #DE03A8: hue angle of 314.79º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.13 |
| HSL | 314.79º | 0.97% | 0.44% | - |
| HSV(B) | 314.79º | 0.99% | 0.87% | - |
| XYZ | 37.22 | 18.42 | 38.64 | - |
| YUV | 87.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 168 | 0 | 0.99 | 0.24 | 0.13 | 314.79 | 0.97 | 0.44 |
| Hex | DE | 3 | A8 | 0 | 63 | 18 | D | 13B | 61 | 2C |
| Octal | 336 | 3 | 250 | 0 | 143 | 30 | 15 | 473 | 141 | 54 |
| Binary | 11011110 | 11 | 10101000 | 0 | 1100011 | 11000 | 1101 | 100111011 | 1100001 | 101100 |
Color Harmonies of #DE03A8
Complementary color
Monochromatic Colors of #DE03A8
Black with #DE03A8
Text Example
Text Example
White with #DE03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE03A8; }
p { color: rgb(222,3,168); }
H1.HeaderClassName
{
color: #DE03A8;
}
.AnyTagClassName
{
color: #DE03A8;
}
</style>
background-color css
<style>
a { background-color: #DE03A8; }
a { background-color: rgb(222,3,168); }
div.DivClassName
{
background-color: #DE03A8;
}
.BgClassName
{
background-color: #DE03A8;
}
</style>
border-color css
<style>
span { border-color: #DE03A8; }
span { border-color: rgb(222,3,168); }
td.TdClassName
{
border-color: #DE03A8;
}
.TagClassName
{
border-color: #DE03A8;
}
</style>