Shades of Deep Cerise #DE289E
Tints of Deep Cerise #DE289E
RGB
CMYK
RGB Variations
Color information
#DE289E (or 0xDE289E) is known color: Deep Cerise. HEX triplet: DE, 28 and 9E. RGB value is (222,40,158). Sum of RGB (Red+Green+Blue) = 222+40+158=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE289E is #21D761. Grayscale: #6B6B6B. Windows color (decimal): -2217826 or 10365150. OLE color: 10365150.
HSL color Cylindrical-coordinate representation of color #DE289E: hue angle of 321.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE289E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 158 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.13 |
| HSL | 321.1º | 0.73% | 0.51% | - |
| HSV(B) | 321.1º | 0.82% | 0.87% | - |
| XYZ | 37.05 | 19.52 | 34.16 | - |
| YUV | 107.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 158 | 0 | 0.82 | 0.29 | 0.13 | 321.1 | 0.73 | 0.51 |
| Hex | DE | 28 | 9E | 0 | 52 | 1D | D | 141 | 49 | 33 |
| Octal | 336 | 50 | 236 | 0 | 122 | 35 | 15 | 501 | 111 | 63 |
| Binary | 11011110 | 101000 | 10011110 | 0 | 1010010 | 11101 | 1101 | 101000001 | 1001001 | 110011 |
Color Harmonies of #DE289E
Complementary color
Monochromatic Colors of #DE289E
Black with #DE289E
Text Example
Text Example
White with #DE289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE289E; }
p { color: rgb(222,40,158); }
H1.HeaderClassName
{
color: #DE289E;
}
.AnyTagClassName
{
color: #DE289E;
}
</style>
background-color css
<style>
a { background-color: #DE289E; }
a { background-color: rgb(222,40,158); }
div.DivClassName
{
background-color: #DE289E;
}
.BgClassName
{
background-color: #DE289E;
}
</style>
border-color css
<style>
span { border-color: #DE289E; }
span { border-color: rgb(222,40,158); }
td.TdClassName
{
border-color: #DE289E;
}
.TagClassName
{
border-color: #DE289E;
}
</style>