Shades of Hollywood Cerise #DE0AB3
Tints of Hollywood Cerise #DE0AB3
RGB
CMYK
RGB Variations
Color information
#DE0AB3 (or 0xDE0AB3) is known color: Hollywood Cerise. HEX triplet: DE, 0A and B3. RGB value is (222,10,179). Sum of RGB (Red+Green+Blue) = 222+10+179=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0AB3 is #21F54C. Grayscale: #5C5C5C. Windows color (decimal): -2225485 or 11733726. OLE color: 11733726.
HSL color Cylindrical-coordinate representation of color #DE0AB3: hue angle of 312.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0AB3 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 179 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.13 |
| HSL | 312.17º | 0.91% | 0.45% | - |
| HSV(B) | 312.17º | 0.95% | 0.87% | - |
| XYZ | 38.37 | 19 | 44.29 | - |
| YUV | 92.65 | 176.74 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 179 | 0 | 0.95 | 0.19 | 0.13 | 312.17 | 0.91 | 0.45 |
| Hex | DE | A | B3 | 0 | 5F | 13 | D | 138 | 5B | 2D |
| Octal | 336 | 12 | 263 | 0 | 137 | 23 | 15 | 470 | 133 | 55 |
| Binary | 11011110 | 1010 | 10110011 | 0 | 1011111 | 10011 | 1101 | 100111000 | 1011011 | 101101 |
Color Harmonies of #DE0AB3
Complementary color
Monochromatic Colors of #DE0AB3
Black with #DE0AB3
Text Example
Text Example
White with #DE0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0AB3; }
p { color: rgb(222,10,179); }
H1.HeaderClassName
{
color: #DE0AB3;
}
.AnyTagClassName
{
color: #DE0AB3;
}
</style>
background-color css
<style>
a { background-color: #DE0AB3; }
a { background-color: rgb(222,10,179); }
div.DivClassName
{
background-color: #DE0AB3;
}
.BgClassName
{
background-color: #DE0AB3;
}
</style>
border-color css
<style>
span { border-color: #DE0AB3; }
span { border-color: rgb(222,10,179); }
td.TdClassName
{
border-color: #DE0AB3;
}
.TagClassName
{
border-color: #DE0AB3;
}
</style>