Shades of Cerise #DF2560
Tints of Cerise #DF2560
RGB
CMYK
RGB Variations
Color information
#DF2560 (or 0xDF2560) is known color: Cerise. HEX triplet: DF, 25 and 60. RGB value is (223,37,96). Sum of RGB (Red+Green+Blue) = 223+37+96=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2560 is #20DA9F. Grayscale: #636363. Windows color (decimal): -2153120 or 6301151. OLE color: 6301151.
HSL color Cylindrical-coordinate representation of color #DF2560: hue angle of 340.97º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2560 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 340.97º | 0.74% | 0.51% | - |
| HSV(B) | 340.97º | 0.83% | 0.87% | - |
| XYZ | 33.2 | 17.86 | 12.76 | - |
| YUV | 99.34 | 126.12 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 96 | 0 | 0.83 | 0.57 | 0.13 | 340.97 | 0.74 | 0.51 |
| Hex | DF | 25 | 60 | 0 | 53 | 39 | D | 155 | 4A | 33 |
| Octal | 337 | 45 | 140 | 0 | 123 | 71 | 15 | 525 | 112 | 63 |
| Binary | 11011111 | 100101 | 1100000 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DF2560
Complementary color
Monochromatic Colors of #DF2560
Black with #DF2560
Text Example
Text Example
White with #DF2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2560; }
p { color: rgb(223,37,96); }
H1.HeaderClassName
{
color: #DF2560;
}
.AnyTagClassName
{
color: #DF2560;
}
</style>
background-color css
<style>
a { background-color: #DF2560; }
a { background-color: rgb(223,37,96); }
div.DivClassName
{
background-color: #DF2560;
}
.BgClassName
{
background-color: #DF2560;
}
</style>
border-color css
<style>
span { border-color: #DF2560; }
span { border-color: rgb(223,37,96); }
td.TdClassName
{
border-color: #DF2560;
}
.TagClassName
{
border-color: #DF2560;
}
</style>