Shades of Deep Cerise #DF2A96
Tints of Deep Cerise #DF2A96
RGB
CMYK
RGB Variations
Color information
#DF2A96 (or 0xDF2A96) is known color: Deep Cerise. HEX triplet: DF, 2A and 96. RGB value is (223,42,150). Sum of RGB (Red+Green+Blue) = 223+42+150=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A96 is #20D569. Grayscale: #6C6C6C. Windows color (decimal): -2151786 or 9841375. OLE color: 9841375.
HSL color Cylindrical-coordinate representation of color #DF2A96: hue angle of 324.2º 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 #DF2A96 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 150 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.13 |
| HSL | 324.2º | 0.74% | 0.52% | - |
| HSV(B) | 324.2º | 0.81% | 0.87% | - |
| XYZ | 36.76 | 19.55 | 30.69 | - |
| YUV | 108.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 150 | 0 | 0.81 | 0.33 | 0.13 | 324.2 | 0.74 | 0.52 |
| Hex | DF | 2A | 96 | 0 | 51 | 21 | D | 144 | 4A | 34 |
| Octal | 337 | 52 | 226 | 0 | 121 | 41 | 15 | 504 | 112 | 64 |
| Binary | 11011111 | 101010 | 10010110 | 0 | 1010001 | 100001 | 1101 | 101000100 | 1001010 | 110100 |
Color Harmonies of #DF2A96
Complementary color
Monochromatic Colors of #DF2A96
Black with #DF2A96
Text Example
Text Example
White with #DF2A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A96; }
p { color: rgb(223,42,150); }
H1.HeaderClassName
{
color: #DF2A96;
}
.AnyTagClassName
{
color: #DF2A96;
}
</style>
background-color css
<style>
a { background-color: #DF2A96; }
a { background-color: rgb(223,42,150); }
div.DivClassName
{
background-color: #DF2A96;
}
.BgClassName
{
background-color: #DF2A96;
}
</style>
border-color css
<style>
span { border-color: #DF2A96; }
span { border-color: rgb(223,42,150); }
td.TdClassName
{
border-color: #DF2A96;
}
.TagClassName
{
border-color: #DF2A96;
}
</style>