Shades of Cerise #DF2660
Tints of Cerise #DF2660
RGB
CMYK
RGB Variations
Color information
#DF2660 (or 0xDF2660) is known color: Cerise. HEX triplet: DF, 26 and 60. RGB value is (223,38,96). Sum of RGB (Red+Green+Blue) = 223+38+96=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2660 is #20D99F. Grayscale: #636363. Windows color (decimal): -2152864 or 6301407. OLE color: 6301407.
HSL color Cylindrical-coordinate representation of color #DF2660: hue angle of 341.19º 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 #DF2660 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 341.19º | 0.74% | 0.51% | - |
| HSV(B) | 341.19º | 0.83% | 0.87% | - |
| XYZ | 33.24 | 17.92 | 12.77 | - |
| YUV | 99.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 96 | 0 | 0.83 | 0.57 | 0.13 | 341.19 | 0.74 | 0.51 |
| Hex | DF | 26 | 60 | 0 | 53 | 39 | D | 155 | 4A | 33 |
| Octal | 337 | 46 | 140 | 0 | 123 | 71 | 15 | 525 | 112 | 63 |
| Binary | 11011111 | 100110 | 1100000 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DF2660
Complementary color
Monochromatic Colors of #DF2660
Black with #DF2660
Text Example
Text Example
White with #DF2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2660; }
p { color: rgb(223,38,96); }
H1.HeaderClassName
{
color: #DF2660;
}
.AnyTagClassName
{
color: #DF2660;
}
</style>
background-color css
<style>
a { background-color: #DF2660; }
a { background-color: rgb(223,38,96); }
div.DivClassName
{
background-color: #DF2660;
}
.BgClassName
{
background-color: #DF2660;
}
</style>
border-color css
<style>
span { border-color: #DF2660; }
span { border-color: rgb(223,38,96); }
td.TdClassName
{
border-color: #DF2660;
}
.TagClassName
{
border-color: #DF2660;
}
</style>