Shades of Deep Cerise #DE289A
Tints of Deep Cerise #DE289A
RGB
CMYK
RGB Variations
Color information
#DE289A (or 0xDE289A) is known color: Deep Cerise. HEX triplet: DE, 28 and 9A. RGB value is (222,40,154). Sum of RGB (Red+Green+Blue) = 222+40+154=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE289A is #21D765. Grayscale: #6B6B6B. Windows color (decimal): -2217830 or 10103006. OLE color: 10103006.
HSL color Cylindrical-coordinate representation of color #DE289A: hue angle of 322.42º 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 #DE289A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 154 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.13 |
| HSL | 322.42º | 0.73% | 0.51% | - |
| HSV(B) | 322.42º | 0.82% | 0.87% | - |
| XYZ | 36.72 | 19.38 | 32.38 | - |
| YUV | 107.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 154 | 0 | 0.82 | 0.31 | 0.13 | 322.42 | 0.73 | 0.51 |
| Hex | DE | 28 | 9A | 0 | 52 | 1F | D | 142 | 49 | 33 |
| Octal | 336 | 50 | 232 | 0 | 122 | 37 | 15 | 502 | 111 | 63 |
| Binary | 11011110 | 101000 | 10011010 | 0 | 1010010 | 11111 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DE289A
Complementary color
Monochromatic Colors of #DE289A
Black with #DE289A
Text Example
Text Example
White with #DE289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE289A; }
p { color: rgb(222,40,154); }
H1.HeaderClassName
{
color: #DE289A;
}
.AnyTagClassName
{
color: #DE289A;
}
</style>
background-color css
<style>
a { background-color: #DE289A; }
a { background-color: rgb(222,40,154); }
div.DivClassName
{
background-color: #DE289A;
}
.BgClassName
{
background-color: #DE289A;
}
</style>
border-color css
<style>
span { border-color: #DE289A; }
span { border-color: rgb(222,40,154); }
td.TdClassName
{
border-color: #DE289A;
}
.TagClassName
{
border-color: #DE289A;
}
</style>