Shades of Deep Cerise #DE4491
Tints of Deep Cerise #DE4491
RGB
CMYK
RGB Variations
Color information
#DE4491 (or 0xDE4491) is known color: Deep Cerise. HEX triplet: DE, 44 and 91. RGB value is (222,68,145). Sum of RGB (Red+Green+Blue) = 222+68+145=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4491 is #21BB6E. Grayscale: #7A7A7A. Windows color (decimal): -2210671 or 9520350. OLE color: 9520350.
HSL color Cylindrical-coordinate representation of color #DE4491: hue angle of 330º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE4491 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 145 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.13 |
| HSL | 330º | 0.7% | 0.57% | - |
| HSV(B) | 330º | 0.69% | 0.87% | - |
| XYZ | 37.3 | 21.71 | 29.01 | - |
| YUV | 122.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 145 | 0 | 0.69 | 0.35 | 0.13 | 330 | 0.7 | 0.57 |
| Hex | DE | 44 | 91 | 0 | 45 | 23 | D | 14A | 46 | 39 |
| Octal | 336 | 104 | 221 | 0 | 105 | 43 | 15 | 512 | 106 | 71 |
| Binary | 11011110 | 1000100 | 10010001 | 0 | 1000101 | 100011 | 1101 | 101001010 | 1000110 | 111001 |
Color Harmonies of #DE4491
Complementary color
Monochromatic Colors of #DE4491
Black with #DE4491
Text Example
Text Example
White with #DE4491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4491; }
p { color: rgb(222,68,145); }
H1.HeaderClassName
{
color: #DE4491;
}
.AnyTagClassName
{
color: #DE4491;
}
</style>
background-color css
<style>
a { background-color: #DE4491; }
a { background-color: rgb(222,68,145); }
div.DivClassName
{
background-color: #DE4491;
}
.BgClassName
{
background-color: #DE4491;
}
</style>
border-color css
<style>
span { border-color: #DE4491; }
span { border-color: rgb(222,68,145); }
td.TdClassName
{
border-color: #DE4491;
}
.TagClassName
{
border-color: #DE4491;
}
</style>