Shades of Deep Cerise #DF2EA1
Tints of Deep Cerise #DF2EA1
RGB
CMYK
RGB Variations
Color information
#DF2EA1 (or 0xDF2EA1) is known color: Deep Cerise. HEX triplet: DF, 2E and A1. RGB value is (223,46,161). Sum of RGB (Red+Green+Blue) = 223+46+161=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA1 is #20D15E. Grayscale: #6F6F6F. Windows color (decimal): -2150751 or 10563295. OLE color: 10563295.
HSL color Cylindrical-coordinate representation of color #DF2EA1: hue angle of 321.02º 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 #DF2EA1 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 161 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.13 |
| HSL | 321.02º | 0.73% | 0.53% | - |
| HSV(B) | 321.02º | 0.79% | 0.87% | - |
| XYZ | 37.84 | 20.22 | 35.63 | - |
| YUV | 112.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 161 | 0 | 0.79 | 0.28 | 0.13 | 321.02 | 0.73 | 0.53 |
| Hex | DF | 2E | A1 | 0 | 4F | 1C | D | 141 | 49 | 35 |
| Octal | 337 | 56 | 241 | 0 | 117 | 34 | 15 | 501 | 111 | 65 |
| Binary | 11011111 | 101110 | 10100001 | 0 | 1001111 | 11100 | 1101 | 101000001 | 1001001 | 110101 |
Color Harmonies of #DF2EA1
Complementary color
Monochromatic Colors of #DF2EA1
Black with #DF2EA1
Text Example
Text Example
White with #DF2EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EA1; }
p { color: rgb(223,46,161); }
H1.HeaderClassName
{
color: #DF2EA1;
}
.AnyTagClassName
{
color: #DF2EA1;
}
</style>
background-color css
<style>
a { background-color: #DF2EA1; }
a { background-color: rgb(223,46,161); }
div.DivClassName
{
background-color: #DF2EA1;
}
.BgClassName
{
background-color: #DF2EA1;
}
</style>
border-color css
<style>
span { border-color: #DF2EA1; }
span { border-color: rgb(223,46,161); }
td.TdClassName
{
border-color: #DF2EA1;
}
.TagClassName
{
border-color: #DF2EA1;
}
</style>