Shades of Deep Cerise #DF2E89
Tints of Deep Cerise #DF2E89
RGB
CMYK
RGB Variations
Color information
#DF2E89 (or 0xDF2E89) is known color: Deep Cerise. HEX triplet: DF, 2E and 89. RGB value is (223,46,137). Sum of RGB (Red+Green+Blue) = 223+46+137=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E89 is #20D176. Grayscale: #6D6D6D. Windows color (decimal): -2150775 or 8990431. OLE color: 8990431.
HSL color Cylindrical-coordinate representation of color #DF2E89: hue angle of 329.15º 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 #DF2E89 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 137 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.13 |
| HSL | 329.15º | 0.73% | 0.53% | - |
| HSV(B) | 329.15º | 0.79% | 0.87% | - |
| XYZ | 35.92 | 19.45 | 25.53 | - |
| YUV | 109.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 137 | 0 | 0.79 | 0.39 | 0.13 | 329.15 | 0.73 | 0.53 |
| Hex | DF | 2E | 89 | 0 | 4F | 27 | D | 149 | 49 | 35 |
| Octal | 337 | 56 | 211 | 0 | 117 | 47 | 15 | 511 | 111 | 65 |
| Binary | 11011111 | 101110 | 10001001 | 0 | 1001111 | 100111 | 1101 | 101001001 | 1001001 | 110101 |
Color Harmonies of #DF2E89
Complementary color
Monochromatic Colors of #DF2E89
Black with #DF2E89
Text Example
Text Example
White with #DF2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E89; }
p { color: rgb(223,46,137); }
H1.HeaderClassName
{
color: #DF2E89;
}
.AnyTagClassName
{
color: #DF2E89;
}
</style>
background-color css
<style>
a { background-color: #DF2E89; }
a { background-color: rgb(223,46,137); }
div.DivClassName
{
background-color: #DF2E89;
}
.BgClassName
{
background-color: #DF2E89;
}
</style>
border-color css
<style>
span { border-color: #DF2E89; }
span { border-color: rgb(223,46,137); }
td.TdClassName
{
border-color: #DF2E89;
}
.TagClassName
{
border-color: #DF2E89;
}
</style>