Shades of Deep Cerise #DF2EA4
Tints of Deep Cerise #DF2EA4
RGB
CMYK
RGB Variations
Color information
#DF2EA4 (or 0xDF2EA4) is known color: Deep Cerise. HEX triplet: DF, 2E and A4. RGB value is (223,46,164). Sum of RGB (Red+Green+Blue) = 223+46+164=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA4 is #20D15B. Grayscale: #707070. Windows color (decimal): -2150748 or 10759903. OLE color: 10759903.
HSL color Cylindrical-coordinate representation of color #DF2EA4: hue angle of 320º 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 #DF2EA4 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 164 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.13 |
| HSL | 320º | 0.73% | 0.53% | - |
| HSV(B) | 320º | 0.79% | 0.87% | - |
| XYZ | 38.11 | 20.32 | 37.04 | - |
| YUV | 112.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 164 | 0 | 0.79 | 0.26 | 0.13 | 320 | 0.73 | 0.53 |
| Hex | DF | 2E | A4 | 0 | 4F | 1A | D | 140 | 49 | 35 |
| Octal | 337 | 56 | 244 | 0 | 117 | 32 | 15 | 500 | 111 | 65 |
| Binary | 11011111 | 101110 | 10100100 | 0 | 1001111 | 11010 | 1101 | 101000000 | 1001001 | 110101 |
Color Harmonies of #DF2EA4
Complementary color
Monochromatic Colors of #DF2EA4
Black with #DF2EA4
Text Example
Text Example
White with #DF2EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EA4; }
p { color: rgb(223,46,164); }
H1.HeaderClassName
{
color: #DF2EA4;
}
.AnyTagClassName
{
color: #DF2EA4;
}
</style>
background-color css
<style>
a { background-color: #DF2EA4; }
a { background-color: rgb(223,46,164); }
div.DivClassName
{
background-color: #DF2EA4;
}
.BgClassName
{
background-color: #DF2EA4;
}
</style>
border-color css
<style>
span { border-color: #DF2EA4; }
span { border-color: rgb(223,46,164); }
td.TdClassName
{
border-color: #DF2EA4;
}
.TagClassName
{
border-color: #DF2EA4;
}
</style>