Shades of Cerise #DF4160
Tints of Cerise #DF4160
RGB
CMYK
RGB Variations
Color information
#DF4160 (or 0xDF4160) is known color: Cerise. HEX triplet: DF, 41 and 60. RGB value is (223,65,96). Sum of RGB (Red+Green+Blue) = 223+65+96=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4160 is #20BE9F. Grayscale: #737373. Windows color (decimal): -2145952 or 6308319. OLE color: 6308319.
HSL color Cylindrical-coordinate representation of color #DF4160: hue angle of 348.23º 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 #DF4160 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 96 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.13 |
| HSL | 348.23º | 0.71% | 0.56% | - |
| HSV(B) | 348.23º | 0.71% | 0.87% | - |
| XYZ | 34.43 | 20.31 | 13.17 | - |
| YUV | 115.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 96 | 0 | 0.71 | 0.57 | 0.13 | 348.23 | 0.71 | 0.56 |
| Hex | DF | 41 | 60 | 0 | 47 | 39 | D | 15C | 47 | 38 |
| Octal | 337 | 101 | 140 | 0 | 107 | 71 | 15 | 534 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1100000 | 0 | 1000111 | 111001 | 1101 | 101011100 | 1000111 | 111000 |
Color Harmonies of #DF4160
Complementary color
Monochromatic Colors of #DF4160
Black with #DF4160
Text Example
Text Example
White with #DF4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4160; }
p { color: rgb(223,65,96); }
H1.HeaderClassName
{
color: #DF4160;
}
.AnyTagClassName
{
color: #DF4160;
}
</style>
background-color css
<style>
a { background-color: #DF4160; }
a { background-color: rgb(223,65,96); }
div.DivClassName
{
background-color: #DF4160;
}
.BgClassName
{
background-color: #DF4160;
}
</style>
border-color css
<style>
span { border-color: #DF4160; }
span { border-color: rgb(223,65,96); }
td.TdClassName
{
border-color: #DF4160;
}
.TagClassName
{
border-color: #DF4160;
}
</style>