Shades of Cerise #DF356D
Tints of Cerise #DF356D
RGB
CMYK
RGB Variations
Color information
#DF356D (or 0xDF356D) is known color: Cerise. HEX triplet: DF, 35 and 6D. RGB value is (223,53,109). Sum of RGB (Red+Green+Blue) = 223+53+109=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF356D is #20CA92. Grayscale: #6E6E6E. Windows color (decimal): -2149011 or 7157215. OLE color: 7157215.
HSL color Cylindrical-coordinate representation of color #DF356D: hue angle of 340.24º 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 #DF356D is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 109 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.13 |
| HSL | 340.24º | 0.73% | 0.54% | - |
| HSV(B) | 340.24º | 0.76% | 0.87% | - |
| XYZ | 34.46 | 19.34 | 16.38 | - |
| YUV | 110.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 109 | 0 | 0.76 | 0.51 | 0.13 | 340.24 | 0.73 | 0.54 |
| Hex | DF | 35 | 6D | 0 | 4C | 33 | D | 154 | 49 | 36 |
| Octal | 337 | 65 | 155 | 0 | 114 | 63 | 15 | 524 | 111 | 66 |
| Binary | 11011111 | 110101 | 1101101 | 0 | 1001100 | 110011 | 1101 | 101010100 | 1001001 | 110110 |
Color Harmonies of #DF356D
Complementary color
Monochromatic Colors of #DF356D
Black with #DF356D
Text Example
Text Example
White with #DF356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF356D; }
p { color: rgb(223,53,109); }
H1.HeaderClassName
{
color: #DF356D;
}
.AnyTagClassName
{
color: #DF356D;
}
</style>
background-color css
<style>
a { background-color: #DF356D; }
a { background-color: rgb(223,53,109); }
div.DivClassName
{
background-color: #DF356D;
}
.BgClassName
{
background-color: #DF356D;
}
</style>
border-color css
<style>
span { border-color: #DF356D; }
span { border-color: rgb(223,53,109); }
td.TdClassName
{
border-color: #DF356D;
}
.TagClassName
{
border-color: #DF356D;
}
</style>