Shades of Cranberry #DF4D71
Tints of Cranberry #DF4D71
RGB
CMYK
RGB Variations
Color information
#DF4D71 (or 0xDF4D71) is known color: Cranberry. HEX triplet: DF, 4D and 71. RGB value is (223,77,113). Sum of RGB (Red+Green+Blue) = 223+77+113=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D71 is #20B28E. Grayscale: #7C7C7C. Windows color (decimal): -2142863 or 7425503. OLE color: 7425503.
HSL color Cylindrical-coordinate representation of color #DF4D71: hue angle of 345.21º degrees, saturation: 0.7, 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 #DF4D71 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 113 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.13 |
| HSL | 345.21º | 0.7% | 0.59% | - |
| HSV(B) | 345.21º | 0.65% | 0.87% | - |
| XYZ | 36.07 | 22.19 | 18 | - |
| YUV | 124.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 113 | 0 | 0.65 | 0.49 | 0.13 | 345.21 | 0.7 | 0.59 |
| Hex | DF | 4D | 71 | 0 | 41 | 31 | D | 159 | 46 | 3B |
| Octal | 337 | 115 | 161 | 0 | 101 | 61 | 15 | 531 | 106 | 73 |
| Binary | 11011111 | 1001101 | 1110001 | 0 | 1000001 | 110001 | 1101 | 101011001 | 1000110 | 111011 |
Color Harmonies of #DF4D71
Complementary color
Monochromatic Colors of #DF4D71
Black with #DF4D71
Text Example
Text Example
White with #DF4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D71; }
p { color: rgb(223,77,113); }
H1.HeaderClassName
{
color: #DF4D71;
}
.AnyTagClassName
{
color: #DF4D71;
}
</style>
background-color css
<style>
a { background-color: #DF4D71; }
a { background-color: rgb(223,77,113); }
div.DivClassName
{
background-color: #DF4D71;
}
.BgClassName
{
background-color: #DF4D71;
}
</style>
border-color css
<style>
span { border-color: #DF4D71; }
span { border-color: rgb(223,77,113); }
td.TdClassName
{
border-color: #DF4D71;
}
.TagClassName
{
border-color: #DF4D71;
}
</style>