Shades of Cranberry #DF496D
Tints of Cranberry #DF496D
RGB
CMYK
RGB Variations
Color information
#DF496D (or 0xDF496D) is known color: Cranberry. HEX triplet: DF, 49 and 6D. RGB value is (223,73,109). Sum of RGB (Red+Green+Blue) = 223+73+109=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF496D is #20B692. Grayscale: #797979. Windows color (decimal): -2143891 or 7162335. OLE color: 7162335.
HSL color Cylindrical-coordinate representation of color #DF496D: hue angle of 345.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF496D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 109 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.13 |
| HSL | 345.6º | 0.7% | 0.58% | - |
| HSV(B) | 345.6º | 0.67% | 0.87% | - |
| XYZ | 35.57 | 21.56 | 16.75 | - |
| YUV | 121.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 109 | 0 | 0.67 | 0.51 | 0.13 | 345.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 6D | 0 | 43 | 33 | D | 15A | 46 | 3A |
| Octal | 337 | 111 | 155 | 0 | 103 | 63 | 15 | 532 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1101101 | 0 | 1000011 | 110011 | 1101 | 101011010 | 1000110 | 111010 |
Color Harmonies of #DF496D
Complementary color
Monochromatic Colors of #DF496D
Black with #DF496D
Text Example
Text Example
White with #DF496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF496D; }
p { color: rgb(223,73,109); }
H1.HeaderClassName
{
color: #DF496D;
}
.AnyTagClassName
{
color: #DF496D;
}
</style>
background-color css
<style>
a { background-color: #DF496D; }
a { background-color: rgb(223,73,109); }
div.DivClassName
{
background-color: #DF496D;
}
.BgClassName
{
background-color: #DF496D;
}
</style>
border-color css
<style>
span { border-color: #DF496D; }
span { border-color: rgb(223,73,109); }
td.TdClassName
{
border-color: #DF496D;
}
.TagClassName
{
border-color: #DF496D;
}
</style>