Shades of Cerise #DF346D
Tints of Cerise #DF346D
RGB
CMYK
RGB Variations
Color information
#DF346D (or 0xDF346D) is known color: Cerise. HEX triplet: DF, 34 and 6D. RGB value is (223,52,109). Sum of RGB (Red+Green+Blue) = 223+52+109=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF346D is #20CB92. Grayscale: #6D6D6D. Windows color (decimal): -2149267 or 7156959. OLE color: 7156959.
HSL color Cylindrical-coordinate representation of color #DF346D: hue angle of 340º 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 #DF346D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 109 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.13 |
| HSL | 340º | 0.73% | 0.54% | - |
| HSV(B) | 340º | 0.77% | 0.87% | - |
| XYZ | 34.42 | 19.25 | 16.37 | - |
| YUV | 109.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 109 | 0 | 0.77 | 0.51 | 0.13 | 340 | 0.73 | 0.54 |
| Hex | DF | 34 | 6D | 0 | 4D | 33 | D | 154 | 49 | 36 |
| Octal | 337 | 64 | 155 | 0 | 115 | 63 | 15 | 524 | 111 | 66 |
| Binary | 11011111 | 110100 | 1101101 | 0 | 1001101 | 110011 | 1101 | 101010100 | 1001001 | 110110 |
Color Harmonies of #DF346D
Complementary color
Monochromatic Colors of #DF346D
Black with #DF346D
Text Example
Text Example
White with #DF346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF346D; }
p { color: rgb(223,52,109); }
H1.HeaderClassName
{
color: #DF346D;
}
.AnyTagClassName
{
color: #DF346D;
}
</style>
background-color css
<style>
a { background-color: #DF346D; }
a { background-color: rgb(223,52,109); }
div.DivClassName
{
background-color: #DF346D;
}
.BgClassName
{
background-color: #DF346D;
}
</style>
border-color css
<style>
span { border-color: #DF346D; }
span { border-color: rgb(223,52,109); }
td.TdClassName
{
border-color: #DF346D;
}
.TagClassName
{
border-color: #DF346D;
}
</style>