Shades of Cranberry #DF4170
Tints of Cranberry #DF4170
RGB
CMYK
RGB Variations
Color information
#DF4170 (or 0xDF4170) is known color: Cranberry. HEX triplet: DF, 41 and 70. RGB value is (223,65,112). Sum of RGB (Red+Green+Blue) = 223+65+112=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4170 is #20BE8F. Grayscale: #757575. Windows color (decimal): -2145936 or 7356895. OLE color: 7356895.
HSL color Cylindrical-coordinate representation of color #DF4170: hue angle of 342.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4170 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 112 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.13 |
| HSL | 342.15º | 0.71% | 0.56% | - |
| HSV(B) | 342.15º | 0.71% | 0.87% | - |
| XYZ | 35.25 | 20.64 | 17.46 | - |
| YUV | 117.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 112 | 0 | 0.71 | 0.50 | 0.13 | 342.15 | 0.71 | 0.56 |
| Hex | DF | 41 | 70 | 0 | 47 | 32 | D | 156 | 47 | 38 |
| Octal | 337 | 101 | 160 | 0 | 107 | 62 | 15 | 526 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1110000 | 0 | 1000111 | 110010 | 1101 | 101010110 | 1000111 | 111000 |
Color Harmonies of #DF4170
Complementary color
Monochromatic Colors of #DF4170
Black with #DF4170
Text Example
Text Example
White with #DF4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4170; }
p { color: rgb(223,65,112); }
H1.HeaderClassName
{
color: #DF4170;
}
.AnyTagClassName
{
color: #DF4170;
}
</style>
background-color css
<style>
a { background-color: #DF4170; }
a { background-color: rgb(223,65,112); }
div.DivClassName
{
background-color: #DF4170;
}
.BgClassName
{
background-color: #DF4170;
}
</style>
border-color css
<style>
span { border-color: #DF4170; }
span { border-color: rgb(223,65,112); }
td.TdClassName
{
border-color: #DF4170;
}
.TagClassName
{
border-color: #DF4170;
}
</style>