Shades of Cerise #DF355D
Tints of Cerise #DF355D
RGB
CMYK
RGB Variations
Color information
#DF355D (or 0xDF355D) is known color: Cerise. HEX triplet: DF, 35 and 5D. RGB value is (223,53,93). Sum of RGB (Red+Green+Blue) = 223+53+93=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF355D is #20CAA2. Grayscale: #6C6C6C. Windows color (decimal): -2149027 or 6108639. OLE color: 6108639.
HSL color Cylindrical-coordinate representation of color #DF355D: hue angle of 345.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 #DF355D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 93 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.13 |
| HSL | 345.88º | 0.73% | 0.54% | - |
| HSV(B) | 345.88º | 0.76% | 0.87% | - |
| XYZ | 33.68 | 19.02 | 12.25 | - |
| YUV | 108.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 93 | 0 | 0.76 | 0.58 | 0.13 | 345.88 | 0.73 | 0.54 |
| Hex | DF | 35 | 5D | 0 | 4C | 3A | D | 15A | 49 | 36 |
| Octal | 337 | 65 | 135 | 0 | 114 | 72 | 15 | 532 | 111 | 66 |
| Binary | 11011111 | 110101 | 1011101 | 0 | 1001100 | 111010 | 1101 | 101011010 | 1001001 | 110110 |
Color Harmonies of #DF355D
Complementary color
Monochromatic Colors of #DF355D
Black with #DF355D
Text Example
Text Example
White with #DF355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF355D; }
p { color: rgb(223,53,93); }
H1.HeaderClassName
{
color: #DF355D;
}
.AnyTagClassName
{
color: #DF355D;
}
</style>
background-color css
<style>
a { background-color: #DF355D; }
a { background-color: rgb(223,53,93); }
div.DivClassName
{
background-color: #DF355D;
}
.BgClassName
{
background-color: #DF355D;
}
</style>
border-color css
<style>
span { border-color: #DF355D; }
span { border-color: rgb(223,53,93); }
td.TdClassName
{
border-color: #DF355D;
}
.TagClassName
{
border-color: #DF355D;
}
</style>