Shades of Deep Cerise #DF2D97
Tints of Deep Cerise #DF2D97
RGB
CMYK
RGB Variations
Color information
#DF2D97 (or 0xDF2D97) is known color: Deep Cerise. HEX triplet: DF, 2D and 97. RGB value is (223,45,151). Sum of RGB (Red+Green+Blue) = 223+45+151=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D97 is #20D268. Grayscale: #6E6E6E. Windows color (decimal): -2151017 or 9907679. OLE color: 9907679.
HSL color Cylindrical-coordinate representation of color #DF2D97: hue angle of 324.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D97 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 151 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.13 |
| HSL | 324.27º | 0.74% | 0.53% | - |
| HSV(B) | 324.27º | 0.8% | 0.87% | - |
| XYZ | 36.96 | 19.8 | 31.15 | - |
| YUV | 110.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 151 | 0 | 0.80 | 0.32 | 0.13 | 324.27 | 0.74 | 0.53 |
| Hex | DF | 2D | 97 | 0 | 50 | 20 | D | 144 | 4A | 35 |
| Octal | 337 | 55 | 227 | 0 | 120 | 40 | 15 | 504 | 112 | 65 |
| Binary | 11011111 | 101101 | 10010111 | 0 | 1010000 | 100000 | 1101 | 101000100 | 1001010 | 110101 |
Color Harmonies of #DF2D97
Complementary color
Monochromatic Colors of #DF2D97
Black with #DF2D97
Text Example
Text Example
White with #DF2D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D97; }
p { color: rgb(223,45,151); }
H1.HeaderClassName
{
color: #DF2D97;
}
.AnyTagClassName
{
color: #DF2D97;
}
</style>
background-color css
<style>
a { background-color: #DF2D97; }
a { background-color: rgb(223,45,151); }
div.DivClassName
{
background-color: #DF2D97;
}
.BgClassName
{
background-color: #DF2D97;
}
</style>
border-color css
<style>
span { border-color: #DF2D97; }
span { border-color: rgb(223,45,151); }
td.TdClassName
{
border-color: #DF2D97;
}
.TagClassName
{
border-color: #DF2D97;
}
</style>