Shades of Cerise #DF4260
Tints of Cerise #DF4260
RGB
CMYK
RGB Variations
Color information
#DF4260 (or 0xDF4260) is known color: Cerise. HEX triplet: DF, 42 and 60. RGB value is (223,66,96). Sum of RGB (Red+Green+Blue) = 223+66+96=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4260 is #20BD9F. Grayscale: #747474. Windows color (decimal): -2145696 or 6308575. OLE color: 6308575.
HSL color Cylindrical-coordinate representation of color #DF4260: hue angle of 348.54º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4260 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 96 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.13 |
| HSL | 348.54º | 0.71% | 0.57% | - |
| HSV(B) | 348.54º | 0.7% | 0.87% | - |
| XYZ | 34.49 | 20.43 | 13.19 | - |
| YUV | 116.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 96 | 0 | 0.70 | 0.57 | 0.13 | 348.54 | 0.71 | 0.57 |
| Hex | DF | 42 | 60 | 0 | 46 | 39 | D | 15D | 47 | 39 |
| Octal | 337 | 102 | 140 | 0 | 106 | 71 | 15 | 535 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1100000 | 0 | 1000110 | 111001 | 1101 | 101011101 | 1000111 | 111001 |
Color Harmonies of #DF4260
Complementary color
Monochromatic Colors of #DF4260
Black with #DF4260
Text Example
Text Example
White with #DF4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4260; }
p { color: rgb(223,66,96); }
H1.HeaderClassName
{
color: #DF4260;
}
.AnyTagClassName
{
color: #DF4260;
}
</style>
background-color css
<style>
a { background-color: #DF4260; }
a { background-color: rgb(223,66,96); }
div.DivClassName
{
background-color: #DF4260;
}
.BgClassName
{
background-color: #DF4260;
}
</style>
border-color css
<style>
span { border-color: #DF4260; }
span { border-color: rgb(223,66,96); }
td.TdClassName
{
border-color: #DF4260;
}
.TagClassName
{
border-color: #DF4260;
}
</style>