Shades of Hollywood Cerise #DE00B2
Tints of Hollywood Cerise #DE00B2
RGB
CMYK
RGB Variations
Color information
#DE00B2 (or 0xDE00B2) is known color: Hollywood Cerise. HEX triplet: DE, 00 and B2. RGB value is (222,0,178). Sum of RGB (Red+Green+Blue) = 222+0+178=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00B2 is #21FF4D. Grayscale: #565656. Windows color (decimal): -2228046 or 11665630. OLE color: 11665630.
HSL color Cylindrical-coordinate representation of color #DE00B2: hue angle of 311.89º 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 #DE00B2 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.20 | 0.13 |
| HSL | 311.89º | 1% | 0.44% | - |
| HSV(B) | 311.89º | 1% | 0.87% | - |
| XYZ | 38.16 | 18.74 | 43.73 | - |
| YUV | 86.67 | 179.55 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 178 | 0 | 1 | 0.20 | 0.13 | 311.89 | 1 | 0.44 |
| Hex | DE | 0 | B2 | 0 | 64 | 14 | D | 138 | 64 | 2C |
| Octal | 336 | 0 | 262 | 0 | 144 | 24 | 15 | 470 | 144 | 54 |
| Binary | 11011110 | 0 | 10110010 | 0 | 1100100 | 10100 | 1101 | 100111000 | 1100100 | 101100 |
Color Harmonies of #DE00B2
Complementary color
Monochromatic Colors of #DE00B2
Black with #DE00B2
Text Example
Text Example
White with #DE00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00B2; }
p { color: rgb(222,0,178); }
H1.HeaderClassName
{
color: #DE00B2;
}
.AnyTagClassName
{
color: #DE00B2;
}
</style>
background-color css
<style>
a { background-color: #DE00B2; }
a { background-color: rgb(222,0,178); }
div.DivClassName
{
background-color: #DE00B2;
}
.BgClassName
{
background-color: #DE00B2;
}
</style>
border-color css
<style>
span { border-color: #DE00B2; }
span { border-color: rgb(222,0,178); }
td.TdClassName
{
border-color: #DE00B2;
}
.TagClassName
{
border-color: #DE00B2;
}
</style>