Shades of Cranberry #DF4870
Tints of Cranberry #DF4870
RGB
CMYK
RGB Variations
Color information
#DF4870 (or 0xDF4870) is known color: Cranberry. HEX triplet: DF, 48 and 70. RGB value is (223,72,112). Sum of RGB (Red+Green+Blue) = 223+72+112=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4870 is #20B78F. Grayscale: #797979. Windows color (decimal): -2144144 or 7358687. OLE color: 7358687.
HSL color Cylindrical-coordinate representation of color #DF4870: hue angle of 344.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4870 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 112 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.13 |
| HSL | 344.11º | 0.7% | 0.58% | - |
| HSV(B) | 344.11º | 0.68% | 0.87% | - |
| XYZ | 35.67 | 21.49 | 17.6 | - |
| YUV | 121.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 112 | 0 | 0.68 | 0.50 | 0.13 | 344.11 | 0.7 | 0.58 |
| Hex | DF | 48 | 70 | 0 | 44 | 32 | D | 158 | 46 | 3A |
| Octal | 337 | 110 | 160 | 0 | 104 | 62 | 15 | 530 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1110000 | 0 | 1000100 | 110010 | 1101 | 101011000 | 1000110 | 111010 |
Color Harmonies of #DF4870
Complementary color
Monochromatic Colors of #DF4870
Black with #DF4870
Text Example
Text Example
White with #DF4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4870; }
p { color: rgb(223,72,112); }
H1.HeaderClassName
{
color: #DF4870;
}
.AnyTagClassName
{
color: #DF4870;
}
</style>
background-color css
<style>
a { background-color: #DF4870; }
a { background-color: rgb(223,72,112); }
div.DivClassName
{
background-color: #DF4870;
}
.BgClassName
{
background-color: #DF4870;
}
</style>
border-color css
<style>
span { border-color: #DF4870; }
span { border-color: rgb(223,72,112); }
td.TdClassName
{
border-color: #DF4870;
}
.TagClassName
{
border-color: #DF4870;
}
</style>