Shades of Cerise #DF356A
Tints of Cerise #DF356A
RGB
CMYK
RGB Variations
Color information
#DF356A (or 0xDF356A) is known color: Cerise. HEX triplet: DF, 35 and 6A. RGB value is (223,53,106). Sum of RGB (Red+Green+Blue) = 223+53+106=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF356A is #20CA95. Grayscale: #6D6D6D. Windows color (decimal): -2149014 or 6960607. OLE color: 6960607.
HSL color Cylindrical-coordinate representation of color #DF356A: hue angle of 341.29º 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 #DF356A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 106 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.13 |
| HSL | 341.29º | 0.73% | 0.54% | - |
| HSV(B) | 341.29º | 0.76% | 0.87% | - |
| XYZ | 34.31 | 19.27 | 15.55 | - |
| YUV | 109.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 106 | 0 | 0.76 | 0.52 | 0.13 | 341.29 | 0.73 | 0.54 |
| Hex | DF | 35 | 6A | 0 | 4C | 34 | D | 155 | 49 | 36 |
| Octal | 337 | 65 | 152 | 0 | 114 | 64 | 15 | 525 | 111 | 66 |
| Binary | 11011111 | 110101 | 1101010 | 0 | 1001100 | 110100 | 1101 | 101010101 | 1001001 | 110110 |
Color Harmonies of #DF356A
Complementary color
Monochromatic Colors of #DF356A
Black with #DF356A
Text Example
Text Example
White with #DF356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF356A; }
p { color: rgb(223,53,106); }
H1.HeaderClassName
{
color: #DF356A;
}
.AnyTagClassName
{
color: #DF356A;
}
</style>
background-color css
<style>
a { background-color: #DF356A; }
a { background-color: rgb(223,53,106); }
div.DivClassName
{
background-color: #DF356A;
}
.BgClassName
{
background-color: #DF356A;
}
</style>
border-color css
<style>
span { border-color: #DF356A; }
span { border-color: rgb(223,53,106); }
td.TdClassName
{
border-color: #DF356A;
}
.TagClassName
{
border-color: #DF356A;
}
</style>