Shades of Hollywood Cerise #DE149A
Tints of Hollywood Cerise #DE149A
RGB
CMYK
RGB Variations
Color information
#DE149A (or 0xDE149A) is known color: Hollywood Cerise. HEX triplet: DE, 14 and 9A. RGB value is (222,20,154). Sum of RGB (Red+Green+Blue) = 222+20+154=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE149A is #21EB65. Grayscale: #5F5F5F. Windows color (decimal): -2222950 or 10097886. OLE color: 10097886.
HSL color Cylindrical-coordinate representation of color #DE149A: hue angle of 320.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE149A is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.13 |
| HSL | 320.2º | 0.83% | 0.47% | - |
| HSV(B) | 320.2º | 0.91% | 0.87% | - |
| XYZ | 36.21 | 18.36 | 32.21 | - |
| YUV | 95.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 154 | 0 | 0.91 | 0.31 | 0.13 | 320.2 | 0.83 | 0.47 |
| Hex | DE | 14 | 9A | 0 | 5B | 1F | D | 140 | 53 | 2F |
| Octal | 336 | 24 | 232 | 0 | 133 | 37 | 15 | 500 | 123 | 57 |
| Binary | 11011110 | 10100 | 10011010 | 0 | 1011011 | 11111 | 1101 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DE149A
Complementary color
Monochromatic Colors of #DE149A
Black with #DE149A
Text Example
Text Example
White with #DE149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE149A; }
p { color: rgb(222,20,154); }
H1.HeaderClassName
{
color: #DE149A;
}
.AnyTagClassName
{
color: #DE149A;
}
</style>
background-color css
<style>
a { background-color: #DE149A; }
a { background-color: rgb(222,20,154); }
div.DivClassName
{
background-color: #DE149A;
}
.BgClassName
{
background-color: #DE149A;
}
</style>
border-color css
<style>
span { border-color: #DE149A; }
span { border-color: rgb(222,20,154); }
td.TdClassName
{
border-color: #DE149A;
}
.TagClassName
{
border-color: #DE149A;
}
</style>