Shades of Cranberry #DF557D
Tints of Cranberry #DF557D
RGB
CMYK
RGB Variations
Color information
#DF557D (or 0xDF557D) is known color: Cranberry. HEX triplet: DF, 55 and 7D. RGB value is (223,85,125). Sum of RGB (Red+Green+Blue) = 223+85+125=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF557D is #20AA82. Grayscale: #828282. Windows color (decimal): -2140803 or 8213983. OLE color: 8213983.
HSL color Cylindrical-coordinate representation of color #DF557D: hue angle of 342.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF557D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 125 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.13 |
| HSL | 342.61º | 0.68% | 0.6% | - |
| HSV(B) | 342.61º | 0.62% | 0.87% | - |
| XYZ | 37.38 | 23.67 | 22 | - |
| YUV | 130.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 125 | 0 | 0.62 | 0.44 | 0.13 | 342.61 | 0.68 | 0.6 |
| Hex | DF | 55 | 7D | 0 | 3E | 2C | D | 157 | 44 | 3C |
| Octal | 337 | 125 | 175 | 0 | 76 | 54 | 15 | 527 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1111101 | 0 | 111110 | 101100 | 1101 | 101010111 | 1000100 | 111100 |
Color Harmonies of #DF557D
Complementary color
Monochromatic Colors of #DF557D
Black with #DF557D
Text Example
Text Example
White with #DF557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF557D; }
p { color: rgb(223,85,125); }
H1.HeaderClassName
{
color: #DF557D;
}
.AnyTagClassName
{
color: #DF557D;
}
</style>
background-color css
<style>
a { background-color: #DF557D; }
a { background-color: rgb(223,85,125); }
div.DivClassName
{
background-color: #DF557D;
}
.BgClassName
{
background-color: #DF557D;
}
</style>
border-color css
<style>
span { border-color: #DF557D; }
span { border-color: rgb(223,85,125); }
td.TdClassName
{
border-color: #DF557D;
}
.TagClassName
{
border-color: #DF557D;
}
</style>