Shades of Cranberry #D85577
Tints of Cranberry #D85577
RGB
CMYK
RGB Variations
Color information
#D85577 (or 0xD85577) is known color: Cranberry. HEX triplet: D8, 55 and 77. RGB value is (216,85,119). Sum of RGB (Red+Green+Blue) = 216+85+119=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D85577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85577 is #27AA88. Grayscale: #808080. Windows color (decimal): -2599561 or 7820760. OLE color: 7820760.
HSL color Cylindrical-coordinate representation of color #D85577: hue angle of 344.43º 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 #D85577 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 119 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.15 |
| HSL | 344.43º | 0.63% | 0.59% | - |
| HSV(B) | 344.43º | 0.61% | 0.85% | - |
| XYZ | 34.9 | 22.43 | 19.94 | - |
| YUV | 128.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 119 | 0 | 0.61 | 0.45 | 0.15 | 344.43 | 0.63 | 0.59 |
| Hex | D8 | 55 | 77 | 0 | 3D | 2D | F | 158 | 3F | 3B |
| Octal | 330 | 125 | 167 | 0 | 75 | 55 | 17 | 530 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1110111 | 0 | 111101 | 101101 | 1111 | 101011000 | 111111 | 111011 |
Color Harmonies of #D85577
Complementary color
Monochromatic Colors of #D85577
Black with #D85577
Text Example
Text Example
White with #D85577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85577; }
p { color: rgb(216,85,119); }
H1.HeaderClassName
{
color: #D85577;
}
.AnyTagClassName
{
color: #D85577;
}
</style>
background-color css
<style>
a { background-color: #D85577; }
a { background-color: rgb(216,85,119); }
div.DivClassName
{
background-color: #D85577;
}
.BgClassName
{
background-color: #D85577;
}
</style>
border-color css
<style>
span { border-color: #D85577; }
span { border-color: rgb(216,85,119); }
td.TdClassName
{
border-color: #D85577;
}
.TagClassName
{
border-color: #D85577;
}
</style>