Shades of Hollywood Cerise #DE01AB
Tints of Hollywood Cerise #DE01AB
RGB
CMYK
RGB Variations
Color information
#DE01AB (or 0xDE01AB) is known color: Hollywood Cerise. HEX triplet: DE, 01 and AB. RGB value is (222,1,171). Sum of RGB (Red+Green+Blue) = 222+1+171=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE01AB is #21FE54. Grayscale: #565656. Windows color (decimal): -2227797 or 11207134. OLE color: 11207134.
HSL color Cylindrical-coordinate representation of color #DE01AB: hue angle of 313.85º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE01AB is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.13 |
| HSL | 313.85º | 0.99% | 0.44% | - |
| HSV(B) | 313.85º | 1% | 0.87% | - |
| XYZ | 37.49 | 18.49 | 40.12 | - |
| YUV | 86.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 171 | 0 | 1.00 | 0.23 | 0.13 | 313.85 | 0.99 | 0.44 |
| Hex | DE | 1 | AB | 0 | 64 | 17 | D | 13A | 63 | 2C |
| Octal | 336 | 1 | 253 | 0 | 144 | 27 | 15 | 472 | 143 | 54 |
| Binary | 11011110 | 1 | 10101011 | 0 | 1100100 | 10111 | 1101 | 100111010 | 1100011 | 101100 |
Color Harmonies of #DE01AB
Complementary color
Monochromatic Colors of #DE01AB
Black with #DE01AB
Text Example
Text Example
White with #DE01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE01AB; }
p { color: rgb(222,1,171); }
H1.HeaderClassName
{
color: #DE01AB;
}
.AnyTagClassName
{
color: #DE01AB;
}
</style>
background-color css
<style>
a { background-color: #DE01AB; }
a { background-color: rgb(222,1,171); }
div.DivClassName
{
background-color: #DE01AB;
}
.BgClassName
{
background-color: #DE01AB;
}
</style>
border-color css
<style>
span { border-color: #DE01AB; }
span { border-color: rgb(222,1,171); }
td.TdClassName
{
border-color: #DE01AB;
}
.TagClassName
{
border-color: #DE01AB;
}
</style>