Shades of Deep Cerise #DE2999
Tints of Deep Cerise #DE2999
RGB
CMYK
RGB Variations
Color information
#DE2999 (or 0xDE2999) is known color: Deep Cerise. HEX triplet: DE, 29 and 99. RGB value is (222,41,153). Sum of RGB (Red+Green+Blue) = 222+41+153=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2999 is #21D666. Grayscale: #6B6B6B. Windows color (decimal): -2217575 or 10037726. OLE color: 10037726.
HSL color Cylindrical-coordinate representation of color #DE2999: hue angle of 322.87º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2999 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 153 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.13 |
| HSL | 322.87º | 0.73% | 0.52% | - |
| HSV(B) | 322.87º | 0.82% | 0.87% | - |
| XYZ | 36.67 | 19.42 | 31.95 | - |
| YUV | 107.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 153 | 0 | 0.82 | 0.31 | 0.13 | 322.87 | 0.73 | 0.52 |
| Hex | DE | 29 | 99 | 0 | 52 | 1F | D | 143 | 49 | 34 |
| Octal | 336 | 51 | 231 | 0 | 122 | 37 | 15 | 503 | 111 | 64 |
| Binary | 11011110 | 101001 | 10011001 | 0 | 1010010 | 11111 | 1101 | 101000011 | 1001001 | 110100 |
Color Harmonies of #DE2999
Complementary color
Monochromatic Colors of #DE2999
Black with #DE2999
Text Example
Text Example
White with #DE2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2999; }
p { color: rgb(222,41,153); }
H1.HeaderClassName
{
color: #DE2999;
}
.AnyTagClassName
{
color: #DE2999;
}
</style>
background-color css
<style>
a { background-color: #DE2999; }
a { background-color: rgb(222,41,153); }
div.DivClassName
{
background-color: #DE2999;
}
.BgClassName
{
background-color: #DE2999;
}
</style>
border-color css
<style>
span { border-color: #DE2999; }
span { border-color: rgb(222,41,153); }
td.TdClassName
{
border-color: #DE2999;
}
.TagClassName
{
border-color: #DE2999;
}
</style>