Shades of Cranberry #DF516D
Tints of Cranberry #DF516D
RGB
CMYK
RGB Variations
Color information
#DF516D (or 0xDF516D) is known color: Cranberry. HEX triplet: DF, 51 and 6D. RGB value is (223,81,109). Sum of RGB (Red+Green+Blue) = 223+81+109=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF516D is #20AE92. Grayscale: #7E7E7E. Windows color (decimal): -2141843 or 7164383. OLE color: 7164383.
HSL color Cylindrical-coordinate representation of color #DF516D: hue angle of 348.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF516D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 109 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.13 |
| HSL | 348.17º | 0.69% | 0.6% | - |
| HSV(B) | 348.17º | 0.64% | 0.87% | - |
| XYZ | 36.13 | 22.68 | 16.94 | - |
| YUV | 126.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 109 | 0 | 0.64 | 0.51 | 0.13 | 348.17 | 0.69 | 0.6 |
| Hex | DF | 51 | 6D | 0 | 40 | 33 | D | 15C | 45 | 3C |
| Octal | 337 | 121 | 155 | 0 | 100 | 63 | 15 | 534 | 105 | 74 |
| Binary | 11011111 | 1010001 | 1101101 | 0 | 1000000 | 110011 | 1101 | 101011100 | 1000101 | 111100 |
Color Harmonies of #DF516D
Complementary color
Monochromatic Colors of #DF516D
Black with #DF516D
Text Example
Text Example
White with #DF516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF516D; }
p { color: rgb(223,81,109); }
H1.HeaderClassName
{
color: #DF516D;
}
.AnyTagClassName
{
color: #DF516D;
}
</style>
background-color css
<style>
a { background-color: #DF516D; }
a { background-color: rgb(223,81,109); }
div.DivClassName
{
background-color: #DF516D;
}
.BgClassName
{
background-color: #DF516D;
}
</style>
border-color css
<style>
span { border-color: #DF516D; }
span { border-color: rgb(223,81,109); }
td.TdClassName
{
border-color: #DF516D;
}
.TagClassName
{
border-color: #DF516D;
}
</style>