Shades of Cranberry #DF5970
Tints of Cranberry #DF5970
RGB
CMYK
RGB Variations
Color information
#DF5970 (or 0xDF5970) is known color: Cranberry. HEX triplet: DF, 59 and 70. RGB value is (223,89,112). Sum of RGB (Red+Green+Blue) = 223+89+112=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5970 is #20A68F. Grayscale: #838383. Windows color (decimal): -2139792 or 7363039. OLE color: 7363039.
HSL color Cylindrical-coordinate representation of color #DF5970: hue angle of 349.7º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5970 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 112 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.13 |
| HSL | 349.7º | 0.68% | 0.61% | - |
| HSV(B) | 349.7º | 0.6% | 0.87% | - |
| XYZ | 36.93 | 24 | 18.02 | - |
| YUV | 131.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 112 | 0 | 0.60 | 0.50 | 0.13 | 349.7 | 0.68 | 0.61 |
| Hex | DF | 59 | 70 | 0 | 3C | 32 | D | 15E | 44 | 3D |
| Octal | 337 | 131 | 160 | 0 | 74 | 62 | 15 | 536 | 104 | 75 |
| Binary | 11011111 | 1011001 | 1110000 | 0 | 111100 | 110010 | 1101 | 101011110 | 1000100 | 111101 |
Color Harmonies of #DF5970
Complementary color
Monochromatic Colors of #DF5970
Black with #DF5970
Text Example
Text Example
White with #DF5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5970; }
p { color: rgb(223,89,112); }
H1.HeaderClassName
{
color: #DF5970;
}
.AnyTagClassName
{
color: #DF5970;
}
</style>
background-color css
<style>
a { background-color: #DF5970; }
a { background-color: rgb(223,89,112); }
div.DivClassName
{
background-color: #DF5970;
}
.BgClassName
{
background-color: #DF5970;
}
</style>
border-color css
<style>
span { border-color: #DF5970; }
span { border-color: rgb(223,89,112); }
td.TdClassName
{
border-color: #DF5970;
}
.TagClassName
{
border-color: #DF5970;
}
</style>