Shades of Deep Cerise #DE4199
Tints of Deep Cerise #DE4199
RGB
CMYK
RGB Variations
Color information
#DE4199 (or 0xDE4199) is known color: Deep Cerise. HEX triplet: DE, 41 and 99. RGB value is (222,65,153). Sum of RGB (Red+Green+Blue) = 222+65+153=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4199 is #21BE66. Grayscale: #797979. Windows color (decimal): -2211431 or 10043870. OLE color: 10043870.
HSL color Cylindrical-coordinate representation of color #DE4199: hue angle of 326.37º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4199 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 153 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.13 |
| HSL | 326.37º | 0.7% | 0.56% | - |
| HSV(B) | 326.37º | 0.71% | 0.87% | - |
| XYZ | 37.76 | 21.61 | 32.32 | - |
| YUV | 121.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 153 | 0 | 0.71 | 0.31 | 0.13 | 326.37 | 0.7 | 0.56 |
| Hex | DE | 41 | 99 | 0 | 47 | 1F | D | 146 | 46 | 38 |
| Octal | 336 | 101 | 231 | 0 | 107 | 37 | 15 | 506 | 106 | 70 |
| Binary | 11011110 | 1000001 | 10011001 | 0 | 1000111 | 11111 | 1101 | 101000110 | 1000110 | 111000 |
Color Harmonies of #DE4199
Complementary color
Monochromatic Colors of #DE4199
Black with #DE4199
Text Example
Text Example
White with #DE4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4199; }
p { color: rgb(222,65,153); }
H1.HeaderClassName
{
color: #DE4199;
}
.AnyTagClassName
{
color: #DE4199;
}
</style>
background-color css
<style>
a { background-color: #DE4199; }
a { background-color: rgb(222,65,153); }
div.DivClassName
{
background-color: #DE4199;
}
.BgClassName
{
background-color: #DE4199;
}
</style>
border-color css
<style>
span { border-color: #DE4199; }
span { border-color: rgb(222,65,153); }
td.TdClassName
{
border-color: #DE4199;
}
.TagClassName
{
border-color: #DE4199;
}
</style>