Shades of Cerise #DF355A
Tints of Cerise #DF355A
RGB
CMYK
RGB Variations
Color information
#DF355A (or 0xDF355A) is known color: Cerise. HEX triplet: DF, 35 and 5A. RGB value is (223,53,90). Sum of RGB (Red+Green+Blue) = 223+53+90=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF355A is #20CAA5. Grayscale: #6C6C6C. Windows color (decimal): -2149030 or 5912031. OLE color: 5912031.
HSL color Cylindrical-coordinate representation of color #DF355A: hue angle of 346.94º 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 #DF355A is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 90 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.13 |
| HSL | 346.94º | 0.73% | 0.54% | - |
| HSV(B) | 346.94º | 0.76% | 0.87% | - |
| XYZ | 33.55 | 18.97 | 11.57 | - |
| YUV | 108.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 90 | 0 | 0.76 | 0.60 | 0.13 | 346.94 | 0.73 | 0.54 |
| Hex | DF | 35 | 5A | 0 | 4C | 3C | D | 15B | 49 | 36 |
| Octal | 337 | 65 | 132 | 0 | 114 | 74 | 15 | 533 | 111 | 66 |
| Binary | 11011111 | 110101 | 1011010 | 0 | 1001100 | 111100 | 1101 | 101011011 | 1001001 | 110110 |
Color Harmonies of #DF355A
Complementary color
Monochromatic Colors of #DF355A
Black with #DF355A
Text Example
Text Example
White with #DF355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF355A; }
p { color: rgb(223,53,90); }
H1.HeaderClassName
{
color: #DF355A;
}
.AnyTagClassName
{
color: #DF355A;
}
</style>
background-color css
<style>
a { background-color: #DF355A; }
a { background-color: rgb(223,53,90); }
div.DivClassName
{
background-color: #DF355A;
}
.BgClassName
{
background-color: #DF355A;
}
</style>
border-color css
<style>
span { border-color: #DF355A; }
span { border-color: rgb(223,53,90); }
td.TdClassName
{
border-color: #DF355A;
}
.TagClassName
{
border-color: #DF355A;
}
</style>