Shades of Deep Cerise #DE2D83
Tints of Deep Cerise #DE2D83
RGB
CMYK
RGB Variations
Color information
#DE2D83 (or 0xDE2D83) is known color: Deep Cerise. HEX triplet: DE, 2D and 83. RGB value is (222,45,131). Sum of RGB (Red+Green+Blue) = 222+45+131=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2D83 is #21D27C. Grayscale: #6B6B6B. Windows color (decimal): -2216573 or 8596958. OLE color: 8596958.
HSL color Cylindrical-coordinate representation of color #DE2D83: hue angle of 330.85º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D83 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 131 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.13 |
| HSL | 330.85º | 0.73% | 0.52% | - |
| HSV(B) | 330.85º | 0.8% | 0.87% | - |
| XYZ | 35.16 | 19.05 | 23.3 | - |
| YUV | 107.73 | 141.14 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 131 | 0 | 0.80 | 0.41 | 0.13 | 330.85 | 0.73 | 0.52 |
| Hex | DE | 2D | 83 | 0 | 50 | 29 | D | 14B | 49 | 34 |
| Octal | 336 | 55 | 203 | 0 | 120 | 51 | 15 | 513 | 111 | 64 |
| Binary | 11011110 | 101101 | 10000011 | 0 | 1010000 | 101001 | 1101 | 101001011 | 1001001 | 110100 |
Color Harmonies of #DE2D83
Complementary color
Monochromatic Colors of #DE2D83
Black with #DE2D83
Text Example
Text Example
White with #DE2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D83; }
p { color: rgb(222,45,131); }
H1.HeaderClassName
{
color: #DE2D83;
}
.AnyTagClassName
{
color: #DE2D83;
}
</style>
background-color css
<style>
a { background-color: #DE2D83; }
a { background-color: rgb(222,45,131); }
div.DivClassName
{
background-color: #DE2D83;
}
.BgClassName
{
background-color: #DE2D83;
}
</style>
border-color css
<style>
span { border-color: #DE2D83; }
span { border-color: rgb(222,45,131); }
td.TdClassName
{
border-color: #DE2D83;
}
.TagClassName
{
border-color: #DE2D83;
}
</style>