Shades of Hollywood Cerise #DE00B3
Tints of Hollywood Cerise #DE00B3
RGB
CMYK
RGB Variations
Color information
#DE00B3 (or 0xDE00B3) is known color: Hollywood Cerise. HEX triplet: DE, 00 and B3. RGB value is (222,0,179). Sum of RGB (Red+Green+Blue) = 222+0+179=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00B3 is #21FF4C. Grayscale: #565656. Windows color (decimal): -2228045 or 11731166. OLE color: 11731166.
HSL color Cylindrical-coordinate representation of color #DE00B3: hue angle of 311.62º 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 #DE00B3 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.19 | 0.13 |
| HSL | 311.62º | 1% | 0.44% | - |
| HSV(B) | 311.62º | 1% | 0.87% | - |
| XYZ | 38.26 | 18.78 | 44.26 | - |
| YUV | 86.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 179 | 0 | 1 | 0.19 | 0.13 | 311.62 | 1 | 0.44 |
| Hex | DE | 0 | B3 | 0 | 64 | 13 | D | 138 | 64 | 2C |
| Octal | 336 | 0 | 263 | 0 | 144 | 23 | 15 | 470 | 144 | 54 |
| Binary | 11011110 | 0 | 10110011 | 0 | 1100100 | 10011 | 1101 | 100111000 | 1100100 | 101100 |
Color Harmonies of #DE00B3
Complementary color
Monochromatic Colors of #DE00B3
Black with #DE00B3
Text Example
Text Example
White with #DE00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00B3; }
p { color: rgb(222,0,179); }
H1.HeaderClassName
{
color: #DE00B3;
}
.AnyTagClassName
{
color: #DE00B3;
}
</style>
background-color css
<style>
a { background-color: #DE00B3; }
a { background-color: rgb(222,0,179); }
div.DivClassName
{
background-color: #DE00B3;
}
.BgClassName
{
background-color: #DE00B3;
}
</style>
border-color css
<style>
span { border-color: #DE00B3; }
span { border-color: rgb(222,0,179); }
td.TdClassName
{
border-color: #DE00B3;
}
.TagClassName
{
border-color: #DE00B3;
}
</style>