Shades of Cranberry #DF4270
Tints of Cranberry #DF4270
RGB
CMYK
RGB Variations
Color information
#DF4270 (or 0xDF4270) is known color: Cranberry. HEX triplet: DF, 42 and 70. RGB value is (223,66,112). Sum of RGB (Red+Green+Blue) = 223+66+112=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4270 is #20BD8F. Grayscale: #767676. Windows color (decimal): -2145680 or 7357151. OLE color: 7357151.
HSL color Cylindrical-coordinate representation of color #DF4270: hue angle of 342.42º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4270 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 112 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.13 |
| HSL | 342.42º | 0.71% | 0.57% | - |
| HSV(B) | 342.42º | 0.7% | 0.87% | - |
| XYZ | 35.3 | 20.75 | 17.47 | - |
| YUV | 118.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 112 | 0 | 0.70 | 0.50 | 0.13 | 342.42 | 0.71 | 0.57 |
| Hex | DF | 42 | 70 | 0 | 46 | 32 | D | 156 | 47 | 39 |
| Octal | 337 | 102 | 160 | 0 | 106 | 62 | 15 | 526 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1110000 | 0 | 1000110 | 110010 | 1101 | 101010110 | 1000111 | 111001 |
Color Harmonies of #DF4270
Complementary color
Monochromatic Colors of #DF4270
Black with #DF4270
Text Example
Text Example
White with #DF4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4270; }
p { color: rgb(223,66,112); }
H1.HeaderClassName
{
color: #DF4270;
}
.AnyTagClassName
{
color: #DF4270;
}
</style>
background-color css
<style>
a { background-color: #DF4270; }
a { background-color: rgb(223,66,112); }
div.DivClassName
{
background-color: #DF4270;
}
.BgClassName
{
background-color: #DF4270;
}
</style>
border-color css
<style>
span { border-color: #DF4270; }
span { border-color: rgb(223,66,112); }
td.TdClassName
{
border-color: #DF4270;
}
.TagClassName
{
border-color: #DF4270;
}
</style>