Shades of Cerise #DF3161
Tints of Cerise #DF3161
RGB
CMYK
RGB Variations
Color information
#DF3161 (or 0xDF3161) is known color: Cerise. HEX triplet: DF, 31 and 61. RGB value is (223,49,97). Sum of RGB (Red+Green+Blue) = 223+49+97=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3161 is #20CE9E. Grayscale: #6A6A6A. Windows color (decimal): -2150047 or 6369759. OLE color: 6369759.
HSL color Cylindrical-coordinate representation of color #DF3161: hue angle of 343.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3161 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 97 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.13 |
| HSL | 343.45º | 0.73% | 0.53% | - |
| HSV(B) | 343.45º | 0.78% | 0.87% | - |
| XYZ | 33.69 | 18.75 | 13.15 | - |
| YUV | 106.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 97 | 0 | 0.78 | 0.57 | 0.13 | 343.45 | 0.73 | 0.53 |
| Hex | DF | 31 | 61 | 0 | 4E | 39 | D | 157 | 49 | 35 |
| Octal | 337 | 61 | 141 | 0 | 116 | 71 | 15 | 527 | 111 | 65 |
| Binary | 11011111 | 110001 | 1100001 | 0 | 1001110 | 111001 | 1101 | 101010111 | 1001001 | 110101 |
Color Harmonies of #DF3161
Complementary color
Monochromatic Colors of #DF3161
Black with #DF3161
Text Example
Text Example
White with #DF3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3161; }
p { color: rgb(223,49,97); }
H1.HeaderClassName
{
color: #DF3161;
}
.AnyTagClassName
{
color: #DF3161;
}
</style>
background-color css
<style>
a { background-color: #DF3161; }
a { background-color: rgb(223,49,97); }
div.DivClassName
{
background-color: #DF3161;
}
.BgClassName
{
background-color: #DF3161;
}
</style>
border-color css
<style>
span { border-color: #DF3161; }
span { border-color: rgb(223,49,97); }
td.TdClassName
{
border-color: #DF3161;
}
.TagClassName
{
border-color: #DF3161;
}
</style>