Shades of Hollywood Cerise #DE00A4
Tints of Hollywood Cerise #DE00A4
RGB
CMYK
RGB Variations
Color information
#DE00A4 (or 0xDE00A4) is known color: Hollywood Cerise. HEX triplet: DE, 00 and A4. RGB value is (222,0,164). Sum of RGB (Red+Green+Blue) = 222+0+164=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A4 is #21FF5B. Grayscale: #545454. Windows color (decimal): -2228060 or 10748126. OLE color: 10748126.
HSL color Cylindrical-coordinate representation of color #DE00A4: hue angle of 315.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00A4 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.26 | 0.13 |
| HSL | 315.68º | 1% | 0.44% | - |
| HSV(B) | 315.68º | 1% | 0.87% | - |
| XYZ | 36.83 | 18.21 | 36.7 | - |
| YUV | 85.07 | 172.55 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 164 | 0 | 1 | 0.26 | 0.13 | 315.68 | 1 | 0.44 |
| Hex | DE | 0 | A4 | 0 | 64 | 1A | D | 13C | 64 | 2C |
| Octal | 336 | 0 | 244 | 0 | 144 | 32 | 15 | 474 | 144 | 54 |
| Binary | 11011110 | 0 | 10100100 | 0 | 1100100 | 11010 | 1101 | 100111100 | 1100100 | 101100 |
Color Harmonies of #DE00A4
Complementary color
Monochromatic Colors of #DE00A4
Black with #DE00A4
Text Example
Text Example
White with #DE00A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00A4; }
p { color: rgb(222,0,164); }
H1.HeaderClassName
{
color: #DE00A4;
}
.AnyTagClassName
{
color: #DE00A4;
}
</style>
background-color css
<style>
a { background-color: #DE00A4; }
a { background-color: rgb(222,0,164); }
div.DivClassName
{
background-color: #DE00A4;
}
.BgClassName
{
background-color: #DE00A4;
}
</style>
border-color css
<style>
span { border-color: #DE00A4; }
span { border-color: rgb(222,0,164); }
td.TdClassName
{
border-color: #DE00A4;
}
.TagClassName
{
border-color: #DE00A4;
}
</style>