Shades of Cranberry #DF587A
Tints of Cranberry #DF587A
RGB
CMYK
RGB Variations
Color information
#DF587A (or 0xDF587A) is known color: Cranberry. HEX triplet: DF, 58 and 7A. RGB value is (223,88,122). Sum of RGB (Red+Green+Blue) = 223+88+122=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF587A is #20A785. Grayscale: #848484. Windows color (decimal): -2140038 or 8018143. OLE color: 8018143.
HSL color Cylindrical-coordinate representation of color #DF587A: hue angle of 344.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF587A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 122 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.13 |
| HSL | 344.89º | 0.68% | 0.61% | - |
| HSV(B) | 344.89º | 0.61% | 0.87% | - |
| XYZ | 37.43 | 24.07 | 21.09 | - |
| YUV | 132.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 122 | 0 | 0.61 | 0.45 | 0.13 | 344.89 | 0.68 | 0.61 |
| Hex | DF | 58 | 7A | 0 | 3D | 2D | D | 159 | 44 | 3D |
| Octal | 337 | 130 | 172 | 0 | 75 | 55 | 15 | 531 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1111010 | 0 | 111101 | 101101 | 1101 | 101011001 | 1000100 | 111101 |
Color Harmonies of #DF587A
Complementary color
Monochromatic Colors of #DF587A
Black with #DF587A
Text Example
Text Example
White with #DF587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF587A; }
p { color: rgb(223,88,122); }
H1.HeaderClassName
{
color: #DF587A;
}
.AnyTagClassName
{
color: #DF587A;
}
</style>
background-color css
<style>
a { background-color: #DF587A; }
a { background-color: rgb(223,88,122); }
div.DivClassName
{
background-color: #DF587A;
}
.BgClassName
{
background-color: #DF587A;
}
</style>
border-color css
<style>
span { border-color: #DF587A; }
span { border-color: rgb(223,88,122); }
td.TdClassName
{
border-color: #DF587A;
}
.TagClassName
{
border-color: #DF587A;
}
</style>