Shades of Cerise #DF4161
Tints of Cerise #DF4161
RGB
CMYK
RGB Variations
Color information
#DF4161 (or 0xDF4161) is known color: Cerise. HEX triplet: DF, 41 and 61. RGB value is (223,65,97). Sum of RGB (Red+Green+Blue) = 223+65+97=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4161 is #20BE9E. Grayscale: #737373. Windows color (decimal): -2145951 or 6373855. OLE color: 6373855.
HSL color Cylindrical-coordinate representation of color #DF4161: hue angle of 347.85º 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 #DF4161 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 97 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.13 |
| HSL | 347.85º | 0.71% | 0.56% | - |
| HSV(B) | 347.85º | 0.71% | 0.87% | - |
| XYZ | 34.48 | 20.33 | 13.42 | - |
| YUV | 115.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 97 | 0 | 0.71 | 0.57 | 0.13 | 347.85 | 0.71 | 0.56 |
| Hex | DF | 41 | 61 | 0 | 47 | 39 | D | 15C | 47 | 38 |
| Octal | 337 | 101 | 141 | 0 | 107 | 71 | 15 | 534 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1100001 | 0 | 1000111 | 111001 | 1101 | 101011100 | 1000111 | 111000 |
Color Harmonies of #DF4161
Complementary color
Monochromatic Colors of #DF4161
Black with #DF4161
Text Example
Text Example
White with #DF4161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4161; }
p { color: rgb(223,65,97); }
H1.HeaderClassName
{
color: #DF4161;
}
.AnyTagClassName
{
color: #DF4161;
}
</style>
background-color css
<style>
a { background-color: #DF4161; }
a { background-color: rgb(223,65,97); }
div.DivClassName
{
background-color: #DF4161;
}
.BgClassName
{
background-color: #DF4161;
}
</style>
border-color css
<style>
span { border-color: #DF4161; }
span { border-color: rgb(223,65,97); }
td.TdClassName
{
border-color: #DF4161;
}
.TagClassName
{
border-color: #DF4161;
}
</style>