Shades of Deep Cerise #DE1C92
Tints of Deep Cerise #DE1C92
RGB
CMYK
RGB Variations
Color information
#DE1C92 (or 0xDE1C92) is known color: Deep Cerise. HEX triplet: DE, 1C and 92. RGB value is (222,28,146). Sum of RGB (Red+Green+Blue) = 222+28+146=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1C92 is #21E36D. Grayscale: #636363. Windows color (decimal): -2220910 or 9575646. OLE color: 9575646.
HSL color Cylindrical-coordinate representation of color #DE1C92: hue angle of 323.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C92 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 146 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.13 |
| HSL | 323.51º | 0.78% | 0.49% | - |
| HSV(B) | 323.51º | 0.87% | 0.87% | - |
| XYZ | 35.73 | 18.44 | 28.87 | - |
| YUV | 99.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 146 | 0 | 0.87 | 0.34 | 0.13 | 323.51 | 0.78 | 0.49 |
| Hex | DE | 1C | 92 | 0 | 57 | 22 | D | 144 | 4E | 31 |
| Octal | 336 | 34 | 222 | 0 | 127 | 42 | 15 | 504 | 116 | 61 |
| Binary | 11011110 | 11100 | 10010010 | 0 | 1010111 | 100010 | 1101 | 101000100 | 1001110 | 110001 |
Color Harmonies of #DE1C92
Complementary color
Monochromatic Colors of #DE1C92
Black with #DE1C92
Text Example
Text Example
White with #DE1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C92; }
p { color: rgb(222,28,146); }
H1.HeaderClassName
{
color: #DE1C92;
}
.AnyTagClassName
{
color: #DE1C92;
}
</style>
background-color css
<style>
a { background-color: #DE1C92; }
a { background-color: rgb(222,28,146); }
div.DivClassName
{
background-color: #DE1C92;
}
.BgClassName
{
background-color: #DE1C92;
}
</style>
border-color css
<style>
span { border-color: #DE1C92; }
span { border-color: rgb(222,28,146); }
td.TdClassName
{
border-color: #DE1C92;
}
.TagClassName
{
border-color: #DE1C92;
}
</style>