Shades of Cerise #DF4060
Tints of Cerise #DF4060
RGB
CMYK
RGB Variations
Color information
#DF4060 (or 0xDF4060) is known color: Cerise. HEX triplet: DF, 40 and 60. RGB value is (223,64,96). Sum of RGB (Red+Green+Blue) = 223+64+96=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4060 is #20BF9F. Grayscale: #737373. Windows color (decimal): -2146208 or 6308063. OLE color: 6308063.
HSL color Cylindrical-coordinate representation of color #DF4060: hue angle of 347.92º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4060 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 96 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.13 |
| HSL | 347.92º | 0.71% | 0.56% | - |
| HSV(B) | 347.92º | 0.71% | 0.87% | - |
| XYZ | 34.38 | 20.2 | 13.15 | - |
| YUV | 115.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 96 | 0 | 0.71 | 0.57 | 0.13 | 347.92 | 0.71 | 0.56 |
| Hex | DF | 40 | 60 | 0 | 47 | 39 | D | 15C | 47 | 38 |
| Octal | 337 | 100 | 140 | 0 | 107 | 71 | 15 | 534 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1100000 | 0 | 1000111 | 111001 | 1101 | 101011100 | 1000111 | 111000 |
Color Harmonies of #DF4060
Complementary color
Monochromatic Colors of #DF4060
Black with #DF4060
Text Example
Text Example
White with #DF4060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4060; }
p { color: rgb(223,64,96); }
H1.HeaderClassName
{
color: #DF4060;
}
.AnyTagClassName
{
color: #DF4060;
}
</style>
background-color css
<style>
a { background-color: #DF4060; }
a { background-color: rgb(223,64,96); }
div.DivClassName
{
background-color: #DF4060;
}
.BgClassName
{
background-color: #DF4060;
}
</style>
border-color css
<style>
span { border-color: #DF4060; }
span { border-color: rgb(223,64,96); }
td.TdClassName
{
border-color: #DF4060;
}
.TagClassName
{
border-color: #DF4060;
}
</style>