Shades of Cerise #DF2760
Tints of Cerise #DF2760
RGB
CMYK
RGB Variations
Color information
#DF2760 (or 0xDF2760) is known color: Cerise. HEX triplet: DF, 27 and 60. RGB value is (223,39,96). Sum of RGB (Red+Green+Blue) = 223+39+96=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2760 is #20D89F. Grayscale: #646464. Windows color (decimal): -2152608 or 6301663. OLE color: 6301663.
HSL color Cylindrical-coordinate representation of color #DF2760: hue angle of 341.41º 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 #DF2760 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 341.41º | 0.74% | 0.51% | - |
| HSV(B) | 341.41º | 0.83% | 0.87% | - |
| XYZ | 33.27 | 17.98 | 12.78 | - |
| YUV | 100.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 96 | 0 | 0.83 | 0.57 | 0.13 | 341.41 | 0.74 | 0.51 |
| Hex | DF | 27 | 60 | 0 | 53 | 39 | D | 155 | 4A | 33 |
| Octal | 337 | 47 | 140 | 0 | 123 | 71 | 15 | 525 | 112 | 63 |
| Binary | 11011111 | 100111 | 1100000 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DF2760
Complementary color
Monochromatic Colors of #DF2760
Black with #DF2760
Text Example
Text Example
White with #DF2760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2760; }
p { color: rgb(223,39,96); }
H1.HeaderClassName
{
color: #DF2760;
}
.AnyTagClassName
{
color: #DF2760;
}
</style>
background-color css
<style>
a { background-color: #DF2760; }
a { background-color: rgb(223,39,96); }
div.DivClassName
{
background-color: #DF2760;
}
.BgClassName
{
background-color: #DF2760;
}
</style>
border-color css
<style>
span { border-color: #DF2760; }
span { border-color: rgb(223,39,96); }
td.TdClassName
{
border-color: #DF2760;
}
.TagClassName
{
border-color: #DF2760;
}
</style>