Shades of Cranberry #DF496E
Tints of Cranberry #DF496E
RGB
CMYK
RGB Variations
Color information
#DF496E (or 0xDF496E) is known color: Cranberry. HEX triplet: DF, 49 and 6E. RGB value is (223,73,110). Sum of RGB (Red+Green+Blue) = 223+73+110=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF496E is #20B691. Grayscale: #7A7A7A. Windows color (decimal): -2143890 or 7227871. OLE color: 7227871.
HSL color Cylindrical-coordinate representation of color #DF496E: hue angle of 345.2º 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 #DF496E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 110 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.13 |
| HSL | 345.2º | 0.7% | 0.58% | - |
| HSV(B) | 345.2º | 0.67% | 0.87% | - |
| XYZ | 35.63 | 21.58 | 17.04 | - |
| YUV | 122.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 110 | 0 | 0.67 | 0.51 | 0.13 | 345.2 | 0.7 | 0.58 |
| Hex | DF | 49 | 6E | 0 | 43 | 33 | D | 159 | 46 | 3A |
| Octal | 337 | 111 | 156 | 0 | 103 | 63 | 15 | 531 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1101110 | 0 | 1000011 | 110011 | 1101 | 101011001 | 1000110 | 111010 |
Color Harmonies of #DF496E
Complementary color
Monochromatic Colors of #DF496E
Black with #DF496E
Text Example
Text Example
White with #DF496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF496E; }
p { color: rgb(223,73,110); }
H1.HeaderClassName
{
color: #DF496E;
}
.AnyTagClassName
{
color: #DF496E;
}
</style>
background-color css
<style>
a { background-color: #DF496E; }
a { background-color: rgb(223,73,110); }
div.DivClassName
{
background-color: #DF496E;
}
.BgClassName
{
background-color: #DF496E;
}
</style>
border-color css
<style>
span { border-color: #DF496E; }
span { border-color: rgb(223,73,110); }
td.TdClassName
{
border-color: #DF496E;
}
.TagClassName
{
border-color: #DF496E;
}
</style>