Shades of Hollywood Cerise #DE01A8
Tints of Hollywood Cerise #DE01A8
RGB
CMYK
RGB Variations
Color information
#DE01A8 (or 0xDE01A8) is known color: Hollywood Cerise. HEX triplet: DE, 01 and A8. RGB value is (222,1,168). Sum of RGB (Red+Green+Blue) = 222+1+168=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01A8 is #21FE57. Grayscale: #555555. Windows color (decimal): -2227800 or 11010526. OLE color: 11010526.
HSL color Cylindrical-coordinate representation of color #DE01A8: hue angle of 314.66º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE01A8 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 168 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.13 |
| HSL | 314.66º | 0.99% | 0.44% | - |
| HSV(B) | 314.66º | 1% | 0.87% | - |
| XYZ | 37.2 | 18.38 | 38.63 | - |
| YUV | 86.12 | 174.22 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 168 | 0 | 1.00 | 0.24 | 0.13 | 314.66 | 0.99 | 0.44 |
| Hex | DE | 1 | A8 | 0 | 64 | 18 | D | 13B | 63 | 2C |
| Octal | 336 | 1 | 250 | 0 | 144 | 30 | 15 | 473 | 143 | 54 |
| Binary | 11011110 | 1 | 10101000 | 0 | 1100100 | 11000 | 1101 | 100111011 | 1100011 | 101100 |
Color Harmonies of #DE01A8
Complementary color
Monochromatic Colors of #DE01A8
Black with #DE01A8
Text Example
Text Example
White with #DE01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE01A8; }
p { color: rgb(222,1,168); }
H1.HeaderClassName
{
color: #DE01A8;
}
.AnyTagClassName
{
color: #DE01A8;
}
</style>
background-color css
<style>
a { background-color: #DE01A8; }
a { background-color: rgb(222,1,168); }
div.DivClassName
{
background-color: #DE01A8;
}
.BgClassName
{
background-color: #DE01A8;
}
</style>
border-color css
<style>
span { border-color: #DE01A8; }
span { border-color: rgb(222,1,168); }
td.TdClassName
{
border-color: #DE01A8;
}
.TagClassName
{
border-color: #DE01A8;
}
</style>