Shades of Deep Cerise #DF2A97
Tints of Deep Cerise #DF2A97
RGB
CMYK
RGB Variations
Color information
#DF2A97 (or 0xDF2A97) is known color: Deep Cerise. HEX triplet: DF, 2A and 97. RGB value is (223,42,151). Sum of RGB (Red+Green+Blue) = 223+42+151=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A97 is #20D568. Grayscale: #6C6C6C. Windows color (decimal): -2151785 or 9906911. OLE color: 9906911.
HSL color Cylindrical-coordinate representation of color #DF2A97: hue angle of 323.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A97 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 151 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.13 |
| HSL | 323.87º | 0.74% | 0.52% | - |
| HSV(B) | 323.87º | 0.81% | 0.87% | - |
| XYZ | 36.85 | 19.58 | 31.12 | - |
| YUV | 108.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 151 | 0 | 0.81 | 0.32 | 0.13 | 323.87 | 0.74 | 0.52 |
| Hex | DF | 2A | 97 | 0 | 51 | 20 | D | 144 | 4A | 34 |
| Octal | 337 | 52 | 227 | 0 | 121 | 40 | 15 | 504 | 112 | 64 |
| Binary | 11011111 | 101010 | 10010111 | 0 | 1010001 | 100000 | 1101 | 101000100 | 1001010 | 110100 |
Color Harmonies of #DF2A97
Complementary color
Monochromatic Colors of #DF2A97
Black with #DF2A97
Text Example
Text Example
White with #DF2A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A97; }
p { color: rgb(223,42,151); }
H1.HeaderClassName
{
color: #DF2A97;
}
.AnyTagClassName
{
color: #DF2A97;
}
</style>
background-color css
<style>
a { background-color: #DF2A97; }
a { background-color: rgb(223,42,151); }
div.DivClassName
{
background-color: #DF2A97;
}
.BgClassName
{
background-color: #DF2A97;
}
</style>
border-color css
<style>
span { border-color: #DF2A97; }
span { border-color: rgb(223,42,151); }
td.TdClassName
{
border-color: #DF2A97;
}
.TagClassName
{
border-color: #DF2A97;
}
</style>