Shades of Deep Cerise #DE2781
Tints of Deep Cerise #DE2781
RGB
CMYK
RGB Variations
Color information
#DE2781 (or 0xDE2781) is known color: Deep Cerise. HEX triplet: DE, 27 and 81. RGB value is (222,39,129). Sum of RGB (Red+Green+Blue) = 222+39+129=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2781 is #21D87E. Grayscale: #676767. Windows color (decimal): -2218111 or 8464350. OLE color: 8464350.
HSL color Cylindrical-coordinate representation of color #DE2781: hue angle of 330.49º 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 #DE2781 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 129 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.13 |
| HSL | 330.49º | 0.73% | 0.51% | - |
| HSV(B) | 330.49º | 0.82% | 0.87% | - |
| XYZ | 34.81 | 18.57 | 22.52 | - |
| YUV | 103.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 129 | 0 | 0.82 | 0.42 | 0.13 | 330.49 | 0.73 | 0.51 |
| Hex | DE | 27 | 81 | 0 | 52 | 2A | D | 14A | 49 | 33 |
| Octal | 336 | 47 | 201 | 0 | 122 | 52 | 15 | 512 | 111 | 63 |
| Binary | 11011110 | 100111 | 10000001 | 0 | 1010010 | 101010 | 1101 | 101001010 | 1001001 | 110011 |
Color Harmonies of #DE2781
Complementary color
Monochromatic Colors of #DE2781
Black with #DE2781
Text Example
Text Example
White with #DE2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2781; }
p { color: rgb(222,39,129); }
H1.HeaderClassName
{
color: #DE2781;
}
.AnyTagClassName
{
color: #DE2781;
}
</style>
background-color css
<style>
a { background-color: #DE2781; }
a { background-color: rgb(222,39,129); }
div.DivClassName
{
background-color: #DE2781;
}
.BgClassName
{
background-color: #DE2781;
}
</style>
border-color css
<style>
span { border-color: #DE2781; }
span { border-color: rgb(222,39,129); }
td.TdClassName
{
border-color: #DE2781;
}
.TagClassName
{
border-color: #DE2781;
}
</style>