Shades of Cranberry #DF5072
Tints of Cranberry #DF5072
RGB
CMYK
RGB Variations
Color information
#DF5072 (or 0xDF5072) is known color: Cranberry. HEX triplet: DF, 50 and 72. RGB value is (223,80,114). Sum of RGB (Red+Green+Blue) = 223+80+114=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5072 is #20AF8D. Grayscale: #7E7E7E. Windows color (decimal): -2142094 or 7491807. OLE color: 7491807.
HSL color Cylindrical-coordinate representation of color #DF5072: hue angle of 345.73º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5072 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 114 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.13 |
| HSL | 345.73º | 0.69% | 0.59% | - |
| HSV(B) | 345.73º | 0.64% | 0.87% | - |
| XYZ | 36.34 | 22.64 | 18.37 | - |
| YUV | 126.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 114 | 0 | 0.64 | 0.49 | 0.13 | 345.73 | 0.69 | 0.59 |
| Hex | DF | 50 | 72 | 0 | 40 | 31 | D | 15A | 45 | 3B |
| Octal | 337 | 120 | 162 | 0 | 100 | 61 | 15 | 532 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1110010 | 0 | 1000000 | 110001 | 1101 | 101011010 | 1000101 | 111011 |
Color Harmonies of #DF5072
Complementary color
Monochromatic Colors of #DF5072
Black with #DF5072
Text Example
Text Example
White with #DF5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5072; }
p { color: rgb(223,80,114); }
H1.HeaderClassName
{
color: #DF5072;
}
.AnyTagClassName
{
color: #DF5072;
}
</style>
background-color css
<style>
a { background-color: #DF5072; }
a { background-color: rgb(223,80,114); }
div.DivClassName
{
background-color: #DF5072;
}
.BgClassName
{
background-color: #DF5072;
}
</style>
border-color css
<style>
span { border-color: #DF5072; }
span { border-color: rgb(223,80,114); }
td.TdClassName
{
border-color: #DF5072;
}
.TagClassName
{
border-color: #DF5072;
}
</style>