Shades of Cerise #DF346F
Tints of Cerise #DF346F
RGB
CMYK
RGB Variations
Color information
#DF346F (or 0xDF346F) is known color: Cerise. HEX triplet: DF, 34 and 6F. RGB value is (223,52,111). Sum of RGB (Red+Green+Blue) = 223+52+111=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF346F is #20CB90. Grayscale: #6D6D6D. Windows color (decimal): -2149265 or 7288031. OLE color: 7288031.
HSL color Cylindrical-coordinate representation of color #DF346F: hue angle of 339.3º 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 #DF346F is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 111 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.13 |
| HSL | 339.3º | 0.73% | 0.54% | - |
| HSV(B) | 339.3º | 0.77% | 0.87% | - |
| XYZ | 34.53 | 19.29 | 16.94 | - |
| YUV | 109.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 111 | 0 | 0.77 | 0.50 | 0.13 | 339.3 | 0.73 | 0.54 |
| Hex | DF | 34 | 6F | 0 | 4D | 32 | D | 153 | 49 | 36 |
| Octal | 337 | 64 | 157 | 0 | 115 | 62 | 15 | 523 | 111 | 66 |
| Binary | 11011111 | 110100 | 1101111 | 0 | 1001101 | 110010 | 1101 | 101010011 | 1001001 | 110110 |
Color Harmonies of #DF346F
Complementary color
Monochromatic Colors of #DF346F
Black with #DF346F
Text Example
Text Example
White with #DF346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF346F; }
p { color: rgb(223,52,111); }
H1.HeaderClassName
{
color: #DF346F;
}
.AnyTagClassName
{
color: #DF346F;
}
</style>
background-color css
<style>
a { background-color: #DF346F; }
a { background-color: rgb(223,52,111); }
div.DivClassName
{
background-color: #DF346F;
}
.BgClassName
{
background-color: #DF346F;
}
</style>
border-color css
<style>
span { border-color: #DF346F; }
span { border-color: rgb(223,52,111); }
td.TdClassName
{
border-color: #DF346F;
}
.TagClassName
{
border-color: #DF346F;
}
</style>