Shades of Cerise #DF356B
Tints of Cerise #DF356B
RGB
CMYK
RGB Variations
Color information
#DF356B (or 0xDF356B) is known color: Cerise. HEX triplet: DF, 35 and 6B. RGB value is (223,53,107). Sum of RGB (Red+Green+Blue) = 223+53+107=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF356B is #20CA94. Grayscale: #6D6D6D. Windows color (decimal): -2149013 or 7026143. OLE color: 7026143.
HSL color Cylindrical-coordinate representation of color #DF356B: hue angle of 340.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 #DF356B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 107 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.13 |
| HSL | 340.94º | 0.73% | 0.54% | - |
| HSV(B) | 340.94º | 0.76% | 0.87% | - |
| XYZ | 34.36 | 19.3 | 15.82 | - |
| YUV | 109.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 107 | 0 | 0.76 | 0.52 | 0.13 | 340.94 | 0.73 | 0.54 |
| Hex | DF | 35 | 6B | 0 | 4C | 34 | D | 155 | 49 | 36 |
| Octal | 337 | 65 | 153 | 0 | 114 | 64 | 15 | 525 | 111 | 66 |
| Binary | 11011111 | 110101 | 1101011 | 0 | 1001100 | 110100 | 1101 | 101010101 | 1001001 | 110110 |
Color Harmonies of #DF356B
Complementary color
Monochromatic Colors of #DF356B
Black with #DF356B
Text Example
Text Example
White with #DF356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF356B; }
p { color: rgb(223,53,107); }
H1.HeaderClassName
{
color: #DF356B;
}
.AnyTagClassName
{
color: #DF356B;
}
</style>
background-color css
<style>
a { background-color: #DF356B; }
a { background-color: rgb(223,53,107); }
div.DivClassName
{
background-color: #DF356B;
}
.BgClassName
{
background-color: #DF356B;
}
</style>
border-color css
<style>
span { border-color: #DF356B; }
span { border-color: rgb(223,53,107); }
td.TdClassName
{
border-color: #DF356B;
}
.TagClassName
{
border-color: #DF356B;
}
</style>