Shades of Deep Cerise #DF2497
Tints of Deep Cerise #DF2497
RGB
CMYK
RGB Variations
Color information
#DF2497 (or 0xDF2497) is known color: Deep Cerise. HEX triplet: DF, 24 and 97. RGB value is (223,36,151). Sum of RGB (Red+Green+Blue) = 223+36+151=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2497 is #20DB68. Grayscale: #686868. Windows color (decimal): -2153321 or 9905375. OLE color: 9905375.
HSL color Cylindrical-coordinate representation of color #DF2497: hue angle of 323.1º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2497 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 151 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.13 |
| HSL | 323.1º | 0.75% | 0.51% | - |
| HSV(B) | 323.1º | 0.84% | 0.87% | - |
| XYZ | 36.65 | 19.18 | 31.05 | - |
| YUV | 105.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 151 | 0 | 0.84 | 0.32 | 0.13 | 323.1 | 0.75 | 0.51 |
| Hex | DF | 24 | 97 | 0 | 54 | 20 | D | 143 | 4B | 33 |
| Octal | 337 | 44 | 227 | 0 | 124 | 40 | 15 | 503 | 113 | 63 |
| Binary | 11011111 | 100100 | 10010111 | 0 | 1010100 | 100000 | 1101 | 101000011 | 1001011 | 110011 |
Color Harmonies of #DF2497
Complementary color
Monochromatic Colors of #DF2497
Black with #DF2497
Text Example
Text Example
White with #DF2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2497; }
p { color: rgb(223,36,151); }
H1.HeaderClassName
{
color: #DF2497;
}
.AnyTagClassName
{
color: #DF2497;
}
</style>
background-color css
<style>
a { background-color: #DF2497; }
a { background-color: rgb(223,36,151); }
div.DivClassName
{
background-color: #DF2497;
}
.BgClassName
{
background-color: #DF2497;
}
</style>
border-color css
<style>
span { border-color: #DF2497; }
span { border-color: rgb(223,36,151); }
td.TdClassName
{
border-color: #DF2497;
}
.TagClassName
{
border-color: #DF2497;
}
</style>