Shades of Cranberry #D85576
Tints of Cranberry #D85576
RGB
CMYK
RGB Variations
Color information
#D85576 (or 0xD85576) is known color: Cranberry. HEX triplet: D8, 55 and 76. RGB value is (216,85,118). Sum of RGB (Red+Green+Blue) = 216+85+118=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85576 is #27AA89. Grayscale: #7F7F7F. Windows color (decimal): -2599562 or 7755224. OLE color: 7755224.
HSL color Cylindrical-coordinate representation of color #D85576: hue angle of 344.89º 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 #D85576 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 118 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.15 |
| HSL | 344.89º | 0.63% | 0.59% | - |
| HSV(B) | 344.89º | 0.61% | 0.85% | - |
| XYZ | 34.84 | 22.4 | 19.63 | - |
| YUV | 127.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 118 | 0 | 0.61 | 0.45 | 0.15 | 344.89 | 0.63 | 0.59 |
| Hex | D8 | 55 | 76 | 0 | 3D | 2D | F | 159 | 3F | 3B |
| Octal | 330 | 125 | 166 | 0 | 75 | 55 | 17 | 531 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1110110 | 0 | 111101 | 101101 | 1111 | 101011001 | 111111 | 111011 |
Color Harmonies of #D85576
Complementary color
Monochromatic Colors of #D85576
Black with #D85576
Text Example
Text Example
White with #D85576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85576; }
p { color: rgb(216,85,118); }
H1.HeaderClassName
{
color: #D85576;
}
.AnyTagClassName
{
color: #D85576;
}
</style>
background-color css
<style>
a { background-color: #D85576; }
a { background-color: rgb(216,85,118); }
div.DivClassName
{
background-color: #D85576;
}
.BgClassName
{
background-color: #D85576;
}
</style>
border-color css
<style>
span { border-color: #D85576; }
span { border-color: rgb(216,85,118); }
td.TdClassName
{
border-color: #D85576;
}
.TagClassName
{
border-color: #D85576;
}
</style>