Shades of Cranberry #DF4770
Tints of Cranberry #DF4770
RGB
CMYK
RGB Variations
Color information
#DF4770 (or 0xDF4770) is known color: Cranberry. HEX triplet: DF, 47 and 70. RGB value is (223,71,112). Sum of RGB (Red+Green+Blue) = 223+71+112=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4770 is #20B88F. Grayscale: #797979. Windows color (decimal): -2144400 or 7358431. OLE color: 7358431.
HSL color Cylindrical-coordinate representation of color #DF4770: hue angle of 343.82º 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 #DF4770 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 112 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.13 |
| HSL | 343.82º | 0.7% | 0.58% | - |
| HSV(B) | 343.82º | 0.68% | 0.87% | - |
| XYZ | 35.61 | 21.36 | 17.58 | - |
| YUV | 121.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 112 | 0 | 0.68 | 0.50 | 0.13 | 343.82 | 0.7 | 0.58 |
| Hex | DF | 47 | 70 | 0 | 44 | 32 | D | 158 | 46 | 3A |
| Octal | 337 | 107 | 160 | 0 | 104 | 62 | 15 | 530 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1110000 | 0 | 1000100 | 110010 | 1101 | 101011000 | 1000110 | 111010 |
Color Harmonies of #DF4770
Complementary color
Monochromatic Colors of #DF4770
Black with #DF4770
Text Example
Text Example
White with #DF4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4770; }
p { color: rgb(223,71,112); }
H1.HeaderClassName
{
color: #DF4770;
}
.AnyTagClassName
{
color: #DF4770;
}
</style>
background-color css
<style>
a { background-color: #DF4770; }
a { background-color: rgb(223,71,112); }
div.DivClassName
{
background-color: #DF4770;
}
.BgClassName
{
background-color: #DF4770;
}
</style>
border-color css
<style>
span { border-color: #DF4770; }
span { border-color: rgb(223,71,112); }
td.TdClassName
{
border-color: #DF4770;
}
.TagClassName
{
border-color: #DF4770;
}
</style>