Shades of Deep Cerise #DF2996
Tints of Deep Cerise #DF2996
RGB
CMYK
RGB Variations
Color information
#DF2996 (or 0xDF2996) is known color: Deep Cerise. HEX triplet: DF, 29 and 96. RGB value is (223,41,150). Sum of RGB (Red+Green+Blue) = 223+41+150=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2996 is #20D669. Grayscale: #6B6B6B. Windows color (decimal): -2152042 or 9841119. OLE color: 9841119.
HSL color Cylindrical-coordinate representation of color #DF2996: hue angle of 324.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2996 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 150 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.13 |
| HSL | 324.07º | 0.74% | 0.52% | - |
| HSV(B) | 324.07º | 0.82% | 0.87% | - |
| XYZ | 36.73 | 19.48 | 30.68 | - |
| YUV | 107.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 150 | 0 | 0.82 | 0.33 | 0.13 | 324.07 | 0.74 | 0.52 |
| Hex | DF | 29 | 96 | 0 | 52 | 21 | D | 144 | 4A | 34 |
| Octal | 337 | 51 | 226 | 0 | 122 | 41 | 15 | 504 | 112 | 64 |
| Binary | 11011111 | 101001 | 10010110 | 0 | 1010010 | 100001 | 1101 | 101000100 | 1001010 | 110100 |
Color Harmonies of #DF2996
Complementary color
Monochromatic Colors of #DF2996
Black with #DF2996
Text Example
Text Example
White with #DF2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2996; }
p { color: rgb(223,41,150); }
H1.HeaderClassName
{
color: #DF2996;
}
.AnyTagClassName
{
color: #DF2996;
}
</style>
background-color css
<style>
a { background-color: #DF2996; }
a { background-color: rgb(223,41,150); }
div.DivClassName
{
background-color: #DF2996;
}
.BgClassName
{
background-color: #DF2996;
}
</style>
border-color css
<style>
span { border-color: #DF2996; }
span { border-color: rgb(223,41,150); }
td.TdClassName
{
border-color: #DF2996;
}
.TagClassName
{
border-color: #DF2996;
}
</style>