Shades of Deep Cerise #DE1E9D
Tints of Deep Cerise #DE1E9D
RGB
CMYK
RGB Variations
Color information
#DE1E9D (or 0xDE1E9D) is known color: Deep Cerise. HEX triplet: DE, 1E and 9D. RGB value is (222,30,157). Sum of RGB (Red+Green+Blue) = 222+30+157=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E9D is #21E162. Grayscale: #656565. Windows color (decimal): -2220387 or 10297054. OLE color: 10297054.
HSL color Cylindrical-coordinate representation of color #DE1E9D: hue angle of 320.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E9D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 157 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.13 |
| HSL | 320.31º | 0.76% | 0.49% | - |
| HSV(B) | 320.31º | 0.86% | 0.87% | - |
| XYZ | 36.67 | 18.89 | 33.61 | - |
| YUV | 101.89 | 159.11 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 157 | 0 | 0.86 | 0.29 | 0.13 | 320.31 | 0.76 | 0.49 |
| Hex | DE | 1E | 9D | 0 | 56 | 1D | D | 140 | 4C | 31 |
| Octal | 336 | 36 | 235 | 0 | 126 | 35 | 15 | 500 | 114 | 61 |
| Binary | 11011110 | 11110 | 10011101 | 0 | 1010110 | 11101 | 1101 | 101000000 | 1001100 | 110001 |
Color Harmonies of #DE1E9D
Complementary color
Monochromatic Colors of #DE1E9D
Black with #DE1E9D
Text Example
Text Example
White with #DE1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E9D; }
p { color: rgb(222,30,157); }
H1.HeaderClassName
{
color: #DE1E9D;
}
.AnyTagClassName
{
color: #DE1E9D;
}
</style>
background-color css
<style>
a { background-color: #DE1E9D; }
a { background-color: rgb(222,30,157); }
div.DivClassName
{
background-color: #DE1E9D;
}
.BgClassName
{
background-color: #DE1E9D;
}
</style>
border-color css
<style>
span { border-color: #DE1E9D; }
span { border-color: rgb(222,30,157); }
td.TdClassName
{
border-color: #DE1E9D;
}
.TagClassName
{
border-color: #DE1E9D;
}
</style>