Shades of Deep Cerise #DF2EA0
Tints of Deep Cerise #DF2EA0
RGB
CMYK
RGB Variations
Color information
#DF2EA0 (or 0xDF2EA0) is known color: Deep Cerise. HEX triplet: DF, 2E and A0. RGB value is (223,46,160). Sum of RGB (Red+Green+Blue) = 223+46+160=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA0 is #20D15F. Grayscale: #6F6F6F. Windows color (decimal): -2150752 or 10497759. OLE color: 10497759.
HSL color Cylindrical-coordinate representation of color #DF2EA0: hue angle of 321.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EA0 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 160 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.13 |
| HSL | 321.36º | 0.73% | 0.53% | - |
| HSV(B) | 321.36º | 0.79% | 0.87% | - |
| XYZ | 37.75 | 20.18 | 35.16 | - |
| YUV | 111.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 160 | 0 | 0.79 | 0.28 | 0.13 | 321.36 | 0.73 | 0.53 |
| Hex | DF | 2E | A0 | 0 | 4F | 1C | D | 141 | 49 | 35 |
| Octal | 337 | 56 | 240 | 0 | 117 | 34 | 15 | 501 | 111 | 65 |
| Binary | 11011111 | 101110 | 10100000 | 0 | 1001111 | 11100 | 1101 | 101000001 | 1001001 | 110101 |
Color Harmonies of #DF2EA0
Complementary color
Monochromatic Colors of #DF2EA0
Black with #DF2EA0
Text Example
Text Example
White with #DF2EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EA0; }
p { color: rgb(223,46,160); }
H1.HeaderClassName
{
color: #DF2EA0;
}
.AnyTagClassName
{
color: #DF2EA0;
}
</style>
background-color css
<style>
a { background-color: #DF2EA0; }
a { background-color: rgb(223,46,160); }
div.DivClassName
{
background-color: #DF2EA0;
}
.BgClassName
{
background-color: #DF2EA0;
}
</style>
border-color css
<style>
span { border-color: #DF2EA0; }
span { border-color: rgb(223,46,160); }
td.TdClassName
{
border-color: #DF2EA0;
}
.TagClassName
{
border-color: #DF2EA0;
}
</style>