Shades of Cerise #DF2561
Tints of Cerise #DF2561
RGB
CMYK
RGB Variations
Color information
#DF2561 (or 0xDF2561) is known color: Cerise. HEX triplet: DF, 25 and 61. RGB value is (223,37,97). Sum of RGB (Red+Green+Blue) = 223+37+97=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2561 is #20DA9E. Grayscale: #636363. Windows color (decimal): -2153119 or 6366687. OLE color: 6366687.
HSL color Cylindrical-coordinate representation of color #DF2561: hue angle of 340.65º 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 #DF2561 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 97 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 340.65º | 0.74% | 0.51% | - |
| HSV(B) | 340.65º | 0.83% | 0.87% | - |
| XYZ | 33.25 | 17.87 | 13.01 | - |
| YUV | 99.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 97 | 0 | 0.83 | 0.57 | 0.13 | 340.65 | 0.74 | 0.51 |
| Hex | DF | 25 | 61 | 0 | 53 | 39 | D | 155 | 4A | 33 |
| Octal | 337 | 45 | 141 | 0 | 123 | 71 | 15 | 525 | 112 | 63 |
| Binary | 11011111 | 100101 | 1100001 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DF2561
Complementary color
Monochromatic Colors of #DF2561
Black with #DF2561
Text Example
Text Example
White with #DF2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2561; }
p { color: rgb(223,37,97); }
H1.HeaderClassName
{
color: #DF2561;
}
.AnyTagClassName
{
color: #DF2561;
}
</style>
background-color css
<style>
a { background-color: #DF2561; }
a { background-color: rgb(223,37,97); }
div.DivClassName
{
background-color: #DF2561;
}
.BgClassName
{
background-color: #DF2561;
}
</style>
border-color css
<style>
span { border-color: #DF2561; }
span { border-color: rgb(223,37,97); }
td.TdClassName
{
border-color: #DF2561;
}
.TagClassName
{
border-color: #DF2561;
}
</style>