Shades of Hollywood Cerise #DE00B5
Tints of Hollywood Cerise #DE00B5
RGB
CMYK
RGB Variations
Color information
#DE00B5 (or 0xDE00B5) is known color: Hollywood Cerise. HEX triplet: DE, 00 and B5. RGB value is (222,0,181). Sum of RGB (Red+Green+Blue) = 222+0+181=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00B5 is #21FF4A. Grayscale: #565656. Windows color (decimal): -2228043 or 11862238. OLE color: 11862238.
HSL color Cylindrical-coordinate representation of color #DE00B5: hue angle of 311.08º 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 #DE00B5 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.18 | 0.13 |
| HSL | 311.08º | 1% | 0.44% | - |
| HSV(B) | 311.08º | 1% | 0.87% | - |
| XYZ | 38.46 | 18.87 | 45.33 | - |
| YUV | 87.01 | 181.05 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 181 | 0 | 1 | 0.18 | 0.13 | 311.08 | 1 | 0.44 |
| Hex | DE | 0 | B5 | 0 | 64 | 12 | D | 137 | 64 | 2C |
| Octal | 336 | 0 | 265 | 0 | 144 | 22 | 15 | 467 | 144 | 54 |
| Binary | 11011110 | 0 | 10110101 | 0 | 1100100 | 10010 | 1101 | 100110111 | 1100100 | 101100 |
Color Harmonies of #DE00B5
Complementary color
Monochromatic Colors of #DE00B5
Black with #DE00B5
Text Example
Text Example
White with #DE00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00B5; }
p { color: rgb(222,0,181); }
H1.HeaderClassName
{
color: #DE00B5;
}
.AnyTagClassName
{
color: #DE00B5;
}
</style>
background-color css
<style>
a { background-color: #DE00B5; }
a { background-color: rgb(222,0,181); }
div.DivClassName
{
background-color: #DE00B5;
}
.BgClassName
{
background-color: #DE00B5;
}
</style>
border-color css
<style>
span { border-color: #DE00B5; }
span { border-color: rgb(222,0,181); }
td.TdClassName
{
border-color: #DE00B5;
}
.TagClassName
{
border-color: #DE00B5;
}
</style>