Shades of Cerise #DF2960
Tints of Cerise #DF2960
RGB
CMYK
RGB Variations
Color information
#DF2960 (or 0xDF2960) is known color: Cerise. HEX triplet: DF, 29 and 60. RGB value is (223,41,96). Sum of RGB (Red+Green+Blue) = 223+41+96=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2960 is #20D69F. Grayscale: #656565. Windows color (decimal): -2152096 or 6302175. OLE color: 6302175.
HSL color Cylindrical-coordinate representation of color #DF2960: hue angle of 341.87º 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 #DF2960 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 96 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.13 |
| HSL | 341.87º | 0.74% | 0.52% | - |
| HSV(B) | 341.87º | 0.82% | 0.87% | - |
| XYZ | 33.34 | 18.12 | 12.81 | - |
| YUV | 101.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 96 | 0 | 0.82 | 0.57 | 0.13 | 341.87 | 0.74 | 0.52 |
| Hex | DF | 29 | 60 | 0 | 52 | 39 | D | 156 | 4A | 34 |
| Octal | 337 | 51 | 140 | 0 | 122 | 71 | 15 | 526 | 112 | 64 |
| Binary | 11011111 | 101001 | 1100000 | 0 | 1010010 | 111001 | 1101 | 101010110 | 1001010 | 110100 |
Color Harmonies of #DF2960
Complementary color
Monochromatic Colors of #DF2960
Black with #DF2960
Text Example
Text Example
White with #DF2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2960; }
p { color: rgb(223,41,96); }
H1.HeaderClassName
{
color: #DF2960;
}
.AnyTagClassName
{
color: #DF2960;
}
</style>
background-color css
<style>
a { background-color: #DF2960; }
a { background-color: rgb(223,41,96); }
div.DivClassName
{
background-color: #DF2960;
}
.BgClassName
{
background-color: #DF2960;
}
</style>
border-color css
<style>
span { border-color: #DF2960; }
span { border-color: rgb(223,41,96); }
td.TdClassName
{
border-color: #DF2960;
}
.TagClassName
{
border-color: #DF2960;
}
</style>