Shades of Deep Cerise #DE2299
Tints of Deep Cerise #DE2299
RGB
CMYK
RGB Variations
Color information
#DE2299 (or 0xDE2299) is known color: Deep Cerise. HEX triplet: DE, 22 and 99. RGB value is (222,34,153). Sum of RGB (Red+Green+Blue) = 222+34+153=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2299 is #21DD66. Grayscale: #676767. Windows color (decimal): -2219367 or 10035934. OLE color: 10035934.
HSL color Cylindrical-coordinate representation of color #DE2299: hue angle of 322.02º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2299 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 153 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.13 |
| HSL | 322.02º | 0.74% | 0.5% | - |
| HSV(B) | 322.02º | 0.85% | 0.87% | - |
| XYZ | 36.45 | 18.97 | 31.88 | - |
| YUV | 103.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 153 | 0 | 0.85 | 0.31 | 0.13 | 322.02 | 0.74 | 0.5 |
| Hex | DE | 22 | 99 | 0 | 55 | 1F | D | 142 | 4A | 32 |
| Octal | 336 | 42 | 231 | 0 | 125 | 37 | 15 | 502 | 112 | 62 |
| Binary | 11011110 | 100010 | 10011001 | 0 | 1010101 | 11111 | 1101 | 101000010 | 1001010 | 110010 |
Color Harmonies of #DE2299
Complementary color
Monochromatic Colors of #DE2299
Black with #DE2299
Text Example
Text Example
White with #DE2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2299; }
p { color: rgb(222,34,153); }
H1.HeaderClassName
{
color: #DE2299;
}
.AnyTagClassName
{
color: #DE2299;
}
</style>
background-color css
<style>
a { background-color: #DE2299; }
a { background-color: rgb(222,34,153); }
div.DivClassName
{
background-color: #DE2299;
}
.BgClassName
{
background-color: #DE2299;
}
</style>
border-color css
<style>
span { border-color: #DE2299; }
span { border-color: rgb(222,34,153); }
td.TdClassName
{
border-color: #DE2299;
}
.TagClassName
{
border-color: #DE2299;
}
</style>