Shades of Cranberry #DF557B
Tints of Cranberry #DF557B
RGB
CMYK
RGB Variations
Color information
#DF557B (or 0xDF557B) is known color: Cranberry. HEX triplet: DF, 55 and 7B. RGB value is (223,85,123). Sum of RGB (Red+Green+Blue) = 223+85+123=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF557B is #20AA84. Grayscale: #828282. Windows color (decimal): -2140805 or 8082911. OLE color: 8082911.
HSL color Cylindrical-coordinate representation of color #DF557B: hue angle of 343.48º 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 #DF557B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 123 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.13 |
| HSL | 343.48º | 0.68% | 0.6% | - |
| HSV(B) | 343.48º | 0.62% | 0.87% | - |
| XYZ | 37.26 | 23.62 | 21.33 | - |
| YUV | 130.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 123 | 0 | 0.62 | 0.45 | 0.13 | 343.48 | 0.68 | 0.6 |
| Hex | DF | 55 | 7B | 0 | 3E | 2D | D | 157 | 44 | 3C |
| Octal | 337 | 125 | 173 | 0 | 76 | 55 | 15 | 527 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1111011 | 0 | 111110 | 101101 | 1101 | 101010111 | 1000100 | 111100 |
Color Harmonies of #DF557B
Complementary color
Monochromatic Colors of #DF557B
Black with #DF557B
Text Example
Text Example
White with #DF557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF557B; }
p { color: rgb(223,85,123); }
H1.HeaderClassName
{
color: #DF557B;
}
.AnyTagClassName
{
color: #DF557B;
}
</style>
background-color css
<style>
a { background-color: #DF557B; }
a { background-color: rgb(223,85,123); }
div.DivClassName
{
background-color: #DF557B;
}
.BgClassName
{
background-color: #DF557B;
}
</style>
border-color css
<style>
span { border-color: #DF557B; }
span { border-color: rgb(223,85,123); }
td.TdClassName
{
border-color: #DF557B;
}
.TagClassName
{
border-color: #DF557B;
}
</style>