Shades of Cerise #DF346A
Tints of Cerise #DF346A
RGB
CMYK
RGB Variations
Color information
#DF346A (or 0xDF346A) is known color: Cerise. HEX triplet: DF, 34 and 6A. RGB value is (223,52,106). Sum of RGB (Red+Green+Blue) = 223+52+106=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF346A is #20CB95. Grayscale: #6D6D6D. Windows color (decimal): -2149270 or 6960351. OLE color: 6960351.
HSL color Cylindrical-coordinate representation of color #DF346A: hue angle of 341.05º 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 #DF346A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 106 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.13 |
| HSL | 341.05º | 0.73% | 0.54% | - |
| HSV(B) | 341.05º | 0.77% | 0.87% | - |
| XYZ | 34.26 | 19.18 | 15.53 | - |
| YUV | 109.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 106 | 0 | 0.77 | 0.52 | 0.13 | 341.05 | 0.73 | 0.54 |
| Hex | DF | 34 | 6A | 0 | 4D | 34 | D | 155 | 49 | 36 |
| Octal | 337 | 64 | 152 | 0 | 115 | 64 | 15 | 525 | 111 | 66 |
| Binary | 11011111 | 110100 | 1101010 | 0 | 1001101 | 110100 | 1101 | 101010101 | 1001001 | 110110 |
Color Harmonies of #DF346A
Complementary color
Monochromatic Colors of #DF346A
Black with #DF346A
Text Example
Text Example
White with #DF346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF346A; }
p { color: rgb(223,52,106); }
H1.HeaderClassName
{
color: #DF346A;
}
.AnyTagClassName
{
color: #DF346A;
}
</style>
background-color css
<style>
a { background-color: #DF346A; }
a { background-color: rgb(223,52,106); }
div.DivClassName
{
background-color: #DF346A;
}
.BgClassName
{
background-color: #DF346A;
}
</style>
border-color css
<style>
span { border-color: #DF346A; }
span { border-color: rgb(223,52,106); }
td.TdClassName
{
border-color: #DF346A;
}
.TagClassName
{
border-color: #DF346A;
}
</style>