Shades of Deep Cerise #DF2097
Tints of Deep Cerise #DF2097
RGB
CMYK
RGB Variations
Color information
#DF2097 (or 0xDF2097) is known color: Deep Cerise. HEX triplet: DF, 20 and 97. RGB value is (223,32,151). Sum of RGB (Red+Green+Blue) = 223+32+151=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2097 is #20DF68. Grayscale: #666666. Windows color (decimal): -2154345 or 9904351. OLE color: 9904351.
HSL color Cylindrical-coordinate representation of color #DF2097: hue angle of 322.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2097 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 151 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.13 |
| HSL | 322.62º | 0.75% | 0.5% | - |
| HSV(B) | 322.62º | 0.86% | 0.87% | - |
| XYZ | 36.53 | 18.96 | 31.01 | - |
| YUV | 102.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 151 | 0 | 0.86 | 0.32 | 0.13 | 322.62 | 0.75 | 0.5 |
| Hex | DF | 20 | 97 | 0 | 56 | 20 | D | 143 | 4B | 32 |
| Octal | 337 | 40 | 227 | 0 | 126 | 40 | 15 | 503 | 113 | 62 |
| Binary | 11011111 | 100000 | 10010111 | 0 | 1010110 | 100000 | 1101 | 101000011 | 1001011 | 110010 |
Color Harmonies of #DF2097
Complementary color
Monochromatic Colors of #DF2097
Black with #DF2097
Text Example
Text Example
White with #DF2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2097; }
p { color: rgb(223,32,151); }
H1.HeaderClassName
{
color: #DF2097;
}
.AnyTagClassName
{
color: #DF2097;
}
</style>
background-color css
<style>
a { background-color: #DF2097; }
a { background-color: rgb(223,32,151); }
div.DivClassName
{
background-color: #DF2097;
}
.BgClassName
{
background-color: #DF2097;
}
</style>
border-color css
<style>
span { border-color: #DF2097; }
span { border-color: rgb(223,32,151); }
td.TdClassName
{
border-color: #DF2097;
}
.TagClassName
{
border-color: #DF2097;
}
</style>