Shades of Cerise #DF355E
Tints of Cerise #DF355E
RGB
CMYK
RGB Variations
Color information
#DF355E (or 0xDF355E) is known color: Cerise. HEX triplet: DF, 35 and 5E. RGB value is (223,53,94). Sum of RGB (Red+Green+Blue) = 223+53+94=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF355E is #20CAA1. Grayscale: #6C6C6C. Windows color (decimal): -2149026 or 6174175. OLE color: 6174175.
HSL color Cylindrical-coordinate representation of color #DF355E: hue angle of 345.53º 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 #DF355E is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 94 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.13 |
| HSL | 345.53º | 0.73% | 0.54% | - |
| HSV(B) | 345.53º | 0.76% | 0.87% | - |
| XYZ | 33.72 | 19.04 | 12.49 | - |
| YUV | 108.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 94 | 0 | 0.76 | 0.58 | 0.13 | 345.53 | 0.73 | 0.54 |
| Hex | DF | 35 | 5E | 0 | 4C | 3A | D | 15A | 49 | 36 |
| Octal | 337 | 65 | 136 | 0 | 114 | 72 | 15 | 532 | 111 | 66 |
| Binary | 11011111 | 110101 | 1011110 | 0 | 1001100 | 111010 | 1101 | 101011010 | 1001001 | 110110 |
Color Harmonies of #DF355E
Complementary color
Monochromatic Colors of #DF355E
Black with #DF355E
Text Example
Text Example
White with #DF355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF355E; }
p { color: rgb(223,53,94); }
H1.HeaderClassName
{
color: #DF355E;
}
.AnyTagClassName
{
color: #DF355E;
}
</style>
background-color css
<style>
a { background-color: #DF355E; }
a { background-color: rgb(223,53,94); }
div.DivClassName
{
background-color: #DF355E;
}
.BgClassName
{
background-color: #DF355E;
}
</style>
border-color css
<style>
span { border-color: #DF355E; }
span { border-color: rgb(223,53,94); }
td.TdClassName
{
border-color: #DF355E;
}
.TagClassName
{
border-color: #DF355E;
}
</style>