Shades of Cerise #DF356E
Tints of Cerise #DF356E
RGB
CMYK
RGB Variations
Color information
#DF356E (or 0xDF356E) is known color: Cerise. HEX triplet: DF, 35 and 6E. RGB value is (223,53,110). Sum of RGB (Red+Green+Blue) = 223+53+110=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF356E is #20CA91. Grayscale: #6E6E6E. Windows color (decimal): -2149010 or 7222751. OLE color: 7222751.
HSL color Cylindrical-coordinate representation of color #DF356E: hue angle of 339.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF356E is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 110 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.13 |
| HSL | 339.88º | 0.73% | 0.54% | - |
| HSV(B) | 339.88º | 0.76% | 0.87% | - |
| XYZ | 34.52 | 19.36 | 16.67 | - |
| YUV | 110.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 110 | 0 | 0.76 | 0.51 | 0.13 | 339.88 | 0.73 | 0.54 |
| Hex | DF | 35 | 6E | 0 | 4C | 33 | D | 154 | 49 | 36 |
| Octal | 337 | 65 | 156 | 0 | 114 | 63 | 15 | 524 | 111 | 66 |
| Binary | 11011111 | 110101 | 1101110 | 0 | 1001100 | 110011 | 1101 | 101010100 | 1001001 | 110110 |
Color Harmonies of #DF356E
Complementary color
Monochromatic Colors of #DF356E
Black with #DF356E
Text Example
Text Example
White with #DF356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF356E; }
p { color: rgb(223,53,110); }
H1.HeaderClassName
{
color: #DF356E;
}
.AnyTagClassName
{
color: #DF356E;
}
</style>
background-color css
<style>
a { background-color: #DF356E; }
a { background-color: rgb(223,53,110); }
div.DivClassName
{
background-color: #DF356E;
}
.BgClassName
{
background-color: #DF356E;
}
</style>
border-color css
<style>
span { border-color: #DF356E; }
span { border-color: rgb(223,53,110); }
td.TdClassName
{
border-color: #DF356E;
}
.TagClassName
{
border-color: #DF356E;
}
</style>