Shades of Cranberry #DF4F70
Tints of Cranberry #DF4F70
RGB
CMYK
RGB Variations
Color information
#DF4F70 (or 0xDF4F70) is known color: Cranberry. HEX triplet: DF, 4F and 70. RGB value is (223,79,112). Sum of RGB (Red+Green+Blue) = 223+79+112=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F70 is #20B08F. Grayscale: #7D7D7D. Windows color (decimal): -2142352 or 7360479. OLE color: 7360479.
HSL color Cylindrical-coordinate representation of color #DF4F70: hue angle of 346.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4F70 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 112 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.13 |
| HSL | 346.25º | 0.69% | 0.59% | - |
| HSV(B) | 346.25º | 0.65% | 0.87% | - |
| XYZ | 36.15 | 22.45 | 17.76 | - |
| YUV | 125.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 112 | 0 | 0.65 | 0.50 | 0.13 | 346.25 | 0.69 | 0.59 |
| Hex | DF | 4F | 70 | 0 | 41 | 32 | D | 15A | 45 | 3B |
| Octal | 337 | 117 | 160 | 0 | 101 | 62 | 15 | 532 | 105 | 73 |
| Binary | 11011111 | 1001111 | 1110000 | 0 | 1000001 | 110010 | 1101 | 101011010 | 1000101 | 111011 |
Color Harmonies of #DF4F70
Complementary color
Monochromatic Colors of #DF4F70
Black with #DF4F70
Text Example
Text Example
White with #DF4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F70; }
p { color: rgb(223,79,112); }
H1.HeaderClassName
{
color: #DF4F70;
}
.AnyTagClassName
{
color: #DF4F70;
}
</style>
background-color css
<style>
a { background-color: #DF4F70; }
a { background-color: rgb(223,79,112); }
div.DivClassName
{
background-color: #DF4F70;
}
.BgClassName
{
background-color: #DF4F70;
}
</style>
border-color css
<style>
span { border-color: #DF4F70; }
span { border-color: rgb(223,79,112); }
td.TdClassName
{
border-color: #DF4F70;
}
.TagClassName
{
border-color: #DF4F70;
}
</style>