Shades of Deep Cerise #DE289B
Tints of Deep Cerise #DE289B
RGB
CMYK
RGB Variations
Color information
#DE289B (or 0xDE289B) is known color: Deep Cerise. HEX triplet: DE, 28 and 9B. RGB value is (222,40,155). Sum of RGB (Red+Green+Blue) = 222+40+155=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE289B is #21D764. Grayscale: #6B6B6B. Windows color (decimal): -2217829 or 10168542. OLE color: 10168542.
HSL color Cylindrical-coordinate representation of color #DE289B: hue angle of 322.09º 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 #DE289B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 155 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.13 |
| HSL | 322.09º | 0.73% | 0.51% | - |
| HSV(B) | 322.09º | 0.82% | 0.87% | - |
| XYZ | 36.8 | 19.41 | 32.82 | - |
| YUV | 107.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 155 | 0 | 0.82 | 0.30 | 0.13 | 322.09 | 0.73 | 0.51 |
| Hex | DE | 28 | 9B | 0 | 52 | 1E | D | 142 | 49 | 33 |
| Octal | 336 | 50 | 233 | 0 | 122 | 36 | 15 | 502 | 111 | 63 |
| Binary | 11011110 | 101000 | 10011011 | 0 | 1010010 | 11110 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DE289B
Complementary color
Monochromatic Colors of #DE289B
Black with #DE289B
Text Example
Text Example
White with #DE289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE289B; }
p { color: rgb(222,40,155); }
H1.HeaderClassName
{
color: #DE289B;
}
.AnyTagClassName
{
color: #DE289B;
}
</style>
background-color css
<style>
a { background-color: #DE289B; }
a { background-color: rgb(222,40,155); }
div.DivClassName
{
background-color: #DE289B;
}
.BgClassName
{
background-color: #DE289B;
}
</style>
border-color css
<style>
span { border-color: #DE289B; }
span { border-color: rgb(222,40,155); }
td.TdClassName
{
border-color: #DE289B;
}
.TagClassName
{
border-color: #DE289B;
}
</style>