Shades of Cranberry #D85677
Tints of Cranberry #D85677
RGB
CMYK
RGB Variations
Color information
#D85677 (or 0xD85677) is known color: Cranberry. HEX triplet: D8, 56 and 77. RGB value is (216,86,119). Sum of RGB (Red+Green+Blue) = 216+86+119=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85677 is #27A988. Grayscale: #808080. Windows color (decimal): -2599305 or 7821016. OLE color: 7821016.
HSL color Cylindrical-coordinate representation of color #D85677: hue angle of 344.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85677 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 119 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.15 |
| HSL | 344.77º | 0.63% | 0.59% | - |
| HSV(B) | 344.77º | 0.6% | 0.85% | - |
| XYZ | 34.98 | 22.59 | 19.97 | - |
| YUV | 128.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 119 | 0 | 0.60 | 0.45 | 0.15 | 344.77 | 0.63 | 0.59 |
| Hex | D8 | 56 | 77 | 0 | 3C | 2D | F | 159 | 3E | 3B |
| Octal | 330 | 126 | 167 | 0 | 74 | 55 | 17 | 531 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1110111 | 0 | 111100 | 101101 | 1111 | 101011001 | 111110 | 111011 |
Color Harmonies of #D85677
Complementary color
Monochromatic Colors of #D85677
Black with #D85677
Text Example
Text Example
White with #D85677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85677; }
p { color: rgb(216,86,119); }
H1.HeaderClassName
{
color: #D85677;
}
.AnyTagClassName
{
color: #D85677;
}
</style>
background-color css
<style>
a { background-color: #D85677; }
a { background-color: rgb(216,86,119); }
div.DivClassName
{
background-color: #D85677;
}
.BgClassName
{
background-color: #D85677;
}
</style>
border-color css
<style>
span { border-color: #D85677; }
span { border-color: rgb(216,86,119); }
td.TdClassName
{
border-color: #D85677;
}
.TagClassName
{
border-color: #D85677;
}
</style>