Shades of Hollywood Cerise #DE00B0
Tints of Hollywood Cerise #DE00B0
RGB
CMYK
RGB Variations
Color information
#DE00B0 (or 0xDE00B0) is known color: Hollywood Cerise. HEX triplet: DE, 00 and B0. RGB value is (222,0,176). Sum of RGB (Red+Green+Blue) = 222+0+176=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00B0 is #21FF4F. Grayscale: #555555. Windows color (decimal): -2228048 or 11534558. OLE color: 11534558.
HSL color Cylindrical-coordinate representation of color #DE00B0: hue angle of 312.43º 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 #DE00B0 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.21 | 0.13 |
| HSL | 312.43º | 1% | 0.44% | - |
| HSV(B) | 312.43º | 1% | 0.87% | - |
| XYZ | 37.96 | 18.66 | 42.68 | - |
| YUV | 86.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 176 | 0 | 1 | 0.21 | 0.13 | 312.43 | 1 | 0.44 |
| Hex | DE | 0 | B0 | 0 | 64 | 15 | D | 138 | 64 | 2C |
| Octal | 336 | 0 | 260 | 0 | 144 | 25 | 15 | 470 | 144 | 54 |
| Binary | 11011110 | 0 | 10110000 | 0 | 1100100 | 10101 | 1101 | 100111000 | 1100100 | 101100 |
Color Harmonies of #DE00B0
Complementary color
Monochromatic Colors of #DE00B0
Black with #DE00B0
Text Example
Text Example
White with #DE00B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00B0; }
p { color: rgb(222,0,176); }
H1.HeaderClassName
{
color: #DE00B0;
}
.AnyTagClassName
{
color: #DE00B0;
}
</style>
background-color css
<style>
a { background-color: #DE00B0; }
a { background-color: rgb(222,0,176); }
div.DivClassName
{
background-color: #DE00B0;
}
.BgClassName
{
background-color: #DE00B0;
}
</style>
border-color css
<style>
span { border-color: #DE00B0; }
span { border-color: rgb(222,0,176); }
td.TdClassName
{
border-color: #DE00B0;
}
.TagClassName
{
border-color: #DE00B0;
}
</style>