Shades of Deep Cerise #DF2E9E
Tints of Deep Cerise #DF2E9E
RGB
CMYK
RGB Variations
Color information
#DF2E9E (or 0xDF2E9E) is known color: Deep Cerise. HEX triplet: DF, 2E and 9E. RGB value is (223,46,158). Sum of RGB (Red+Green+Blue) = 223+46+158=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E9E is #20D161. Grayscale: #6F6F6F. Windows color (decimal): -2150754 or 10366687. OLE color: 10366687.
HSL color Cylindrical-coordinate representation of color #DF2E9E: hue angle of 322.03º 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 #DF2E9E is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 158 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.13 |
| HSL | 322.03º | 0.73% | 0.53% | - |
| HSV(B) | 322.03º | 0.79% | 0.87% | - |
| XYZ | 37.58 | 20.11 | 34.25 | - |
| YUV | 111.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 158 | 0 | 0.79 | 0.29 | 0.13 | 322.03 | 0.73 | 0.53 |
| Hex | DF | 2E | 9E | 0 | 4F | 1D | D | 142 | 49 | 35 |
| Octal | 337 | 56 | 236 | 0 | 117 | 35 | 15 | 502 | 111 | 65 |
| Binary | 11011111 | 101110 | 10011110 | 0 | 1001111 | 11101 | 1101 | 101000010 | 1001001 | 110101 |
Color Harmonies of #DF2E9E
Complementary color
Monochromatic Colors of #DF2E9E
Black with #DF2E9E
Text Example
Text Example
White with #DF2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E9E; }
p { color: rgb(223,46,158); }
H1.HeaderClassName
{
color: #DF2E9E;
}
.AnyTagClassName
{
color: #DF2E9E;
}
</style>
background-color css
<style>
a { background-color: #DF2E9E; }
a { background-color: rgb(223,46,158); }
div.DivClassName
{
background-color: #DF2E9E;
}
.BgClassName
{
background-color: #DF2E9E;
}
</style>
border-color css
<style>
span { border-color: #DF2E9E; }
span { border-color: rgb(223,46,158); }
td.TdClassName
{
border-color: #DF2E9E;
}
.TagClassName
{
border-color: #DF2E9E;
}
</style>