Shades of Hollywood Cerise #DE00A3
Tints of Hollywood Cerise #DE00A3
RGB
CMYK
RGB Variations
Color information
#DE00A3 (or 0xDE00A3) is known color: Hollywood Cerise. HEX triplet: DE, 00 and A3. RGB value is (222,0,163). Sum of RGB (Red+Green+Blue) = 222+0+163=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A3 is #21FF5C. Grayscale: #545454. Windows color (decimal): -2228061 or 10682590. OLE color: 10682590.
HSL color Cylindrical-coordinate representation of color #DE00A3: hue angle of 315.95º 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 #DE00A3 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.27 | 0.13 |
| HSL | 315.95º | 1% | 0.44% | - |
| HSV(B) | 315.95º | 1% | 0.87% | - |
| XYZ | 36.74 | 18.17 | 36.22 | - |
| YUV | 84.96 | 172.05 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 163 | 0 | 1 | 0.27 | 0.13 | 315.95 | 1 | 0.44 |
| Hex | DE | 0 | A3 | 0 | 64 | 1B | D | 13C | 64 | 2C |
| Octal | 336 | 0 | 243 | 0 | 144 | 33 | 15 | 474 | 144 | 54 |
| Binary | 11011110 | 0 | 10100011 | 0 | 1100100 | 11011 | 1101 | 100111100 | 1100100 | 101100 |
Color Harmonies of #DE00A3
Complementary color
Monochromatic Colors of #DE00A3
Black with #DE00A3
Text Example
Text Example
White with #DE00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00A3; }
p { color: rgb(222,0,163); }
H1.HeaderClassName
{
color: #DE00A3;
}
.AnyTagClassName
{
color: #DE00A3;
}
</style>
background-color css
<style>
a { background-color: #DE00A3; }
a { background-color: rgb(222,0,163); }
div.DivClassName
{
background-color: #DE00A3;
}
.BgClassName
{
background-color: #DE00A3;
}
</style>
border-color css
<style>
span { border-color: #DE00A3; }
span { border-color: rgb(222,0,163); }
td.TdClassName
{
border-color: #DE00A3;
}
.TagClassName
{
border-color: #DE00A3;
}
</style>