Shades of Deep Cerise #DF2E9D
Tints of Deep Cerise #DF2E9D
RGB
CMYK
RGB Variations
Color information
#DF2E9D (or 0xDF2E9D) is known color: Deep Cerise. HEX triplet: DF, 2E and 9D. RGB value is (223,46,157). Sum of RGB (Red+Green+Blue) = 223+46+157=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E9D is #20D162. Grayscale: #6F6F6F. Windows color (decimal): -2150755 or 10301151. OLE color: 10301151.
HSL color Cylindrical-coordinate representation of color #DF2E9D: hue angle of 322.37º 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 #DF2E9D is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 157 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.13 |
| HSL | 322.37º | 0.73% | 0.53% | - |
| HSV(B) | 322.37º | 0.79% | 0.87% | - |
| XYZ | 37.49 | 20.08 | 33.8 | - |
| YUV | 111.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 157 | 0 | 0.79 | 0.30 | 0.13 | 322.37 | 0.73 | 0.53 |
| Hex | DF | 2E | 9D | 0 | 4F | 1E | D | 142 | 49 | 35 |
| Octal | 337 | 56 | 235 | 0 | 117 | 36 | 15 | 502 | 111 | 65 |
| Binary | 11011111 | 101110 | 10011101 | 0 | 1001111 | 11110 | 1101 | 101000010 | 1001001 | 110101 |
Color Harmonies of #DF2E9D
Complementary color
Monochromatic Colors of #DF2E9D
Black with #DF2E9D
Text Example
Text Example
White with #DF2E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E9D; }
p { color: rgb(223,46,157); }
H1.HeaderClassName
{
color: #DF2E9D;
}
.AnyTagClassName
{
color: #DF2E9D;
}
</style>
background-color css
<style>
a { background-color: #DF2E9D; }
a { background-color: rgb(223,46,157); }
div.DivClassName
{
background-color: #DF2E9D;
}
.BgClassName
{
background-color: #DF2E9D;
}
</style>
border-color css
<style>
span { border-color: #DF2E9D; }
span { border-color: rgb(223,46,157); }
td.TdClassName
{
border-color: #DF2E9D;
}
.TagClassName
{
border-color: #DF2E9D;
}
</style>