Shades of Cranberry #D85571
Tints of Cranberry #D85571
RGB
CMYK
RGB Variations
Color information
#D85571 (or 0xD85571) is known color: Cranberry. HEX triplet: D8, 55 and 71. RGB value is (216,85,113). Sum of RGB (Red+Green+Blue) = 216+85+113=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85571 is #27AA8E. Grayscale: #7F7F7F. Windows color (decimal): -2599567 or 7427544. OLE color: 7427544.
HSL color Cylindrical-coordinate representation of color #D85571: hue angle of 347.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85571 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 113 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.15 |
| HSL | 347.18º | 0.63% | 0.59% | - |
| HSV(B) | 347.18º | 0.61% | 0.85% | - |
| XYZ | 34.55 | 22.29 | 18.1 | - |
| YUV | 127.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 113 | 0 | 0.61 | 0.48 | 0.15 | 347.18 | 0.63 | 0.59 |
| Hex | D8 | 55 | 71 | 0 | 3D | 30 | F | 15B | 3F | 3B |
| Octal | 330 | 125 | 161 | 0 | 75 | 60 | 17 | 533 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1110001 | 0 | 111101 | 110000 | 1111 | 101011011 | 111111 | 111011 |
Color Harmonies of #D85571
Complementary color
Monochromatic Colors of #D85571
Black with #D85571
Text Example
Text Example
White with #D85571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85571; }
p { color: rgb(216,85,113); }
H1.HeaderClassName
{
color: #D85571;
}
.AnyTagClassName
{
color: #D85571;
}
</style>
background-color css
<style>
a { background-color: #D85571; }
a { background-color: rgb(216,85,113); }
div.DivClassName
{
background-color: #D85571;
}
.BgClassName
{
background-color: #D85571;
}
</style>
border-color css
<style>
span { border-color: #D85571; }
span { border-color: rgb(216,85,113); }
td.TdClassName
{
border-color: #D85571;
}
.TagClassName
{
border-color: #D85571;
}
</style>