Shades of Deep Cerise #DE287B
Tints of Deep Cerise #DE287B
RGB
CMYK
RGB Variations
Color information
#DE287B (or 0xDE287B) is known color: Deep Cerise. HEX triplet: DE, 28 and 7B. RGB value is (222,40,123). Sum of RGB (Red+Green+Blue) = 222+40+123=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE287B is #21D784. Grayscale: #676767. Windows color (decimal): -2217861 or 8071390. OLE color: 8071390.
HSL color Cylindrical-coordinate representation of color #DE287B: hue angle of 332.64º 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 #DE287B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 123 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.13 |
| HSL | 332.64º | 0.73% | 0.51% | - |
| HSV(B) | 332.64º | 0.82% | 0.87% | - |
| XYZ | 34.46 | 18.48 | 20.49 | - |
| YUV | 103.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 123 | 0 | 0.82 | 0.45 | 0.13 | 332.64 | 0.73 | 0.51 |
| Hex | DE | 28 | 7B | 0 | 52 | 2D | D | 14D | 49 | 33 |
| Octal | 336 | 50 | 173 | 0 | 122 | 55 | 15 | 515 | 111 | 63 |
| Binary | 11011110 | 101000 | 1111011 | 0 | 1010010 | 101101 | 1101 | 101001101 | 1001001 | 110011 |
Color Harmonies of #DE287B
Complementary color
Monochromatic Colors of #DE287B
Black with #DE287B
Text Example
Text Example
White with #DE287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE287B; }
p { color: rgb(222,40,123); }
H1.HeaderClassName
{
color: #DE287B;
}
.AnyTagClassName
{
color: #DE287B;
}
</style>
background-color css
<style>
a { background-color: #DE287B; }
a { background-color: rgb(222,40,123); }
div.DivClassName
{
background-color: #DE287B;
}
.BgClassName
{
background-color: #DE287B;
}
</style>
border-color css
<style>
span { border-color: #DE287B; }
span { border-color: rgb(222,40,123); }
td.TdClassName
{
border-color: #DE287B;
}
.TagClassName
{
border-color: #DE287B;
}
</style>