Shades of Cerise #DF346E
Tints of Cerise #DF346E
RGB
CMYK
RGB Variations
Color information
#DF346E (or 0xDF346E) is known color: Cerise. HEX triplet: DF, 34 and 6E. RGB value is (223,52,110). Sum of RGB (Red+Green+Blue) = 223+52+110=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF346E is #20CB91. Grayscale: #6D6D6D. Windows color (decimal): -2149266 or 7222495. OLE color: 7222495.
HSL color Cylindrical-coordinate representation of color #DF346E: hue angle of 339.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF346E is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 110 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.13 |
| HSL | 339.65º | 0.73% | 0.54% | - |
| HSV(B) | 339.65º | 0.77% | 0.87% | - |
| XYZ | 34.47 | 19.27 | 16.65 | - |
| YUV | 109.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 110 | 0 | 0.77 | 0.51 | 0.13 | 339.65 | 0.73 | 0.54 |
| Hex | DF | 34 | 6E | 0 | 4D | 33 | D | 154 | 49 | 36 |
| Octal | 337 | 64 | 156 | 0 | 115 | 63 | 15 | 524 | 111 | 66 |
| Binary | 11011111 | 110100 | 1101110 | 0 | 1001101 | 110011 | 1101 | 101010100 | 1001001 | 110110 |
Color Harmonies of #DF346E
Complementary color
Monochromatic Colors of #DF346E
Black with #DF346E
Text Example
Text Example
White with #DF346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF346E; }
p { color: rgb(223,52,110); }
H1.HeaderClassName
{
color: #DF346E;
}
.AnyTagClassName
{
color: #DF346E;
}
</style>
background-color css
<style>
a { background-color: #DF346E; }
a { background-color: rgb(223,52,110); }
div.DivClassName
{
background-color: #DF346E;
}
.BgClassName
{
background-color: #DF346E;
}
</style>
border-color css
<style>
span { border-color: #DF346E; }
span { border-color: rgb(223,52,110); }
td.TdClassName
{
border-color: #DF346E;
}
.TagClassName
{
border-color: #DF346E;
}
</style>