Shades of Deep Cerise #DE287A
Tints of Deep Cerise #DE287A
RGB
CMYK
RGB Variations
Color information
#DE287A (or 0xDE287A) is known color: Deep Cerise. HEX triplet: DE, 28 and 7A. RGB value is (222,40,122). Sum of RGB (Red+Green+Blue) = 222+40+122=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE287A is #21D785. Grayscale: #676767. Windows color (decimal): -2217862 or 8005854. OLE color: 8005854.
HSL color Cylindrical-coordinate representation of color #DE287A: hue angle of 332.97º 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 #DE287A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 122 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.13 |
| HSL | 332.97º | 0.73% | 0.51% | - |
| HSV(B) | 332.97º | 0.82% | 0.87% | - |
| XYZ | 34.4 | 18.45 | 20.16 | - |
| YUV | 103.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 122 | 0 | 0.82 | 0.45 | 0.13 | 332.97 | 0.73 | 0.51 |
| Hex | DE | 28 | 7A | 0 | 52 | 2D | D | 14D | 49 | 33 |
| Octal | 336 | 50 | 172 | 0 | 122 | 55 | 15 | 515 | 111 | 63 |
| Binary | 11011110 | 101000 | 1111010 | 0 | 1010010 | 101101 | 1101 | 101001101 | 1001001 | 110011 |
Color Harmonies of #DE287A
Complementary color
Monochromatic Colors of #DE287A
Black with #DE287A
Text Example
Text Example
White with #DE287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE287A; }
p { color: rgb(222,40,122); }
H1.HeaderClassName
{
color: #DE287A;
}
.AnyTagClassName
{
color: #DE287A;
}
</style>
background-color css
<style>
a { background-color: #DE287A; }
a { background-color: rgb(222,40,122); }
div.DivClassName
{
background-color: #DE287A;
}
.BgClassName
{
background-color: #DE287A;
}
</style>
border-color css
<style>
span { border-color: #DE287A; }
span { border-color: rgb(222,40,122); }
td.TdClassName
{
border-color: #DE287A;
}
.TagClassName
{
border-color: #DE287A;
}
</style>