Shades of Cranberry #DF5C70
Tints of Cranberry #DF5C70
RGB
CMYK
RGB Variations
Color information
#DF5C70 (or 0xDF5C70) is known color: Cranberry. HEX triplet: DF, 5C and 70. RGB value is (223,92,112). Sum of RGB (Red+Green+Blue) = 223+92+112=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C70 is #20A38F. Grayscale: #858585. Windows color (decimal): -2139024 or 7363807. OLE color: 7363807.
HSL color Cylindrical-coordinate representation of color #DF5C70: hue angle of 350.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C70 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 112 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.13 |
| HSL | 350.84º | 0.67% | 0.62% | - |
| HSV(B) | 350.84º | 0.59% | 0.87% | - |
| XYZ | 37.18 | 24.51 | 18.1 | - |
| YUV | 133.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 112 | 0 | 0.59 | 0.50 | 0.13 | 350.84 | 0.67 | 0.62 |
| Hex | DF | 5C | 70 | 0 | 3B | 32 | D | 15F | 43 | 3E |
| Octal | 337 | 134 | 160 | 0 | 73 | 62 | 15 | 537 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1110000 | 0 | 111011 | 110010 | 1101 | 101011111 | 1000011 | 111110 |
Color Harmonies of #DF5C70
Complementary color
Monochromatic Colors of #DF5C70
Black with #DF5C70
Text Example
Text Example
White with #DF5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C70; }
p { color: rgb(223,92,112); }
H1.HeaderClassName
{
color: #DF5C70;
}
.AnyTagClassName
{
color: #DF5C70;
}
</style>
background-color css
<style>
a { background-color: #DF5C70; }
a { background-color: rgb(223,92,112); }
div.DivClassName
{
background-color: #DF5C70;
}
.BgClassName
{
background-color: #DF5C70;
}
</style>
border-color css
<style>
span { border-color: #DF5C70; }
span { border-color: rgb(223,92,112); }
td.TdClassName
{
border-color: #DF5C70;
}
.TagClassName
{
border-color: #DF5C70;
}
</style>