Shades of Deep Cerise #DF2E9C
Tints of Deep Cerise #DF2E9C
RGB
CMYK
RGB Variations
Color information
#DF2E9C (or 0xDF2E9C) is known color: Deep Cerise. HEX triplet: DF, 2E and 9C. RGB value is (223,46,156). Sum of RGB (Red+Green+Blue) = 223+46+156=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E9C is #20D163. Grayscale: #6F6F6F. Windows color (decimal): -2150756 or 10235615. OLE color: 10235615.
HSL color Cylindrical-coordinate representation of color #DF2E9C: hue angle of 322.71º 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 #DF2E9C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 156 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.13 |
| HSL | 322.71º | 0.73% | 0.53% | - |
| HSV(B) | 322.71º | 0.79% | 0.87% | - |
| XYZ | 37.41 | 20.04 | 33.35 | - |
| YUV | 111.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 156 | 0 | 0.79 | 0.30 | 0.13 | 322.71 | 0.73 | 0.53 |
| Hex | DF | 2E | 9C | 0 | 4F | 1E | D | 143 | 49 | 35 |
| Octal | 337 | 56 | 234 | 0 | 117 | 36 | 15 | 503 | 111 | 65 |
| Binary | 11011111 | 101110 | 10011100 | 0 | 1001111 | 11110 | 1101 | 101000011 | 1001001 | 110101 |
Color Harmonies of #DF2E9C
Complementary color
Monochromatic Colors of #DF2E9C
Black with #DF2E9C
Text Example
Text Example
White with #DF2E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E9C; }
p { color: rgb(223,46,156); }
H1.HeaderClassName
{
color: #DF2E9C;
}
.AnyTagClassName
{
color: #DF2E9C;
}
</style>
background-color css
<style>
a { background-color: #DF2E9C; }
a { background-color: rgb(223,46,156); }
div.DivClassName
{
background-color: #DF2E9C;
}
.BgClassName
{
background-color: #DF2E9C;
}
</style>
border-color css
<style>
span { border-color: #DF2E9C; }
span { border-color: rgb(223,46,156); }
td.TdClassName
{
border-color: #DF2E9C;
}
.TagClassName
{
border-color: #DF2E9C;
}
</style>