Shades of Deep Cerise #DF2E88
Tints of Deep Cerise #DF2E88
RGB
CMYK
RGB Variations
Color information
#DF2E88 (or 0xDF2E88) is known color: Deep Cerise. HEX triplet: DF, 2E and 88. RGB value is (223,46,136). Sum of RGB (Red+Green+Blue) = 223+46+136=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E88 is #20D177. Grayscale: #6D6D6D. Windows color (decimal): -2150776 or 8924895. OLE color: 8924895.
HSL color Cylindrical-coordinate representation of color #DF2E88: hue angle of 329.49º 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 #DF2E88 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 136 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.13 |
| HSL | 329.49º | 0.73% | 0.53% | - |
| HSV(B) | 329.49º | 0.79% | 0.87% | - |
| XYZ | 35.85 | 19.42 | 25.15 | - |
| YUV | 109.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 136 | 0 | 0.79 | 0.39 | 0.13 | 329.49 | 0.73 | 0.53 |
| Hex | DF | 2E | 88 | 0 | 4F | 27 | D | 149 | 49 | 35 |
| Octal | 337 | 56 | 210 | 0 | 117 | 47 | 15 | 511 | 111 | 65 |
| Binary | 11011111 | 101110 | 10001000 | 0 | 1001111 | 100111 | 1101 | 101001001 | 1001001 | 110101 |
Color Harmonies of #DF2E88
Complementary color
Monochromatic Colors of #DF2E88
Black with #DF2E88
Text Example
Text Example
White with #DF2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E88; }
p { color: rgb(223,46,136); }
H1.HeaderClassName
{
color: #DF2E88;
}
.AnyTagClassName
{
color: #DF2E88;
}
</style>
background-color css
<style>
a { background-color: #DF2E88; }
a { background-color: rgb(223,46,136); }
div.DivClassName
{
background-color: #DF2E88;
}
.BgClassName
{
background-color: #DF2E88;
}
</style>
border-color css
<style>
span { border-color: #DF2E88; }
span { border-color: rgb(223,46,136); }
td.TdClassName
{
border-color: #DF2E88;
}
.TagClassName
{
border-color: #DF2E88;
}
</style>