Shades of Cranberry #D85486
Tints of Cranberry #D85486
RGB
CMYK
RGB Variations
Color information
#D85486 (or 0xD85486) is known color: Cranberry. HEX triplet: D8, 54 and 86. RGB value is (216,84,134). Sum of RGB (Red+Green+Blue) = 216+84+134=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85486 is #27AB79. Grayscale: #818181. Windows color (decimal): -2599802 or 8803544. OLE color: 8803544.
HSL color Cylindrical-coordinate representation of color #D85486: hue angle of 337.27º 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 #D85486 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 134 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.15 |
| HSL | 337.27º | 0.63% | 0.59% | - |
| HSV(B) | 337.27º | 0.61% | 0.85% | - |
| XYZ | 35.79 | 22.66 | 25.04 | - |
| YUV | 129.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 134 | 0 | 0.61 | 0.38 | 0.15 | 337.27 | 0.63 | 0.59 |
| Hex | D8 | 54 | 86 | 0 | 3D | 26 | F | 151 | 3F | 3B |
| Octal | 330 | 124 | 206 | 0 | 75 | 46 | 17 | 521 | 77 | 73 |
| Binary | 11011000 | 1010100 | 10000110 | 0 | 111101 | 100110 | 1111 | 101010001 | 111111 | 111011 |
Color Harmonies of #D85486
Complementary color
Monochromatic Colors of #D85486
Black with #D85486
Text Example
Text Example
White with #D85486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85486; }
p { color: rgb(216,84,134); }
H1.HeaderClassName
{
color: #D85486;
}
.AnyTagClassName
{
color: #D85486;
}
</style>
background-color css
<style>
a { background-color: #D85486; }
a { background-color: rgb(216,84,134); }
div.DivClassName
{
background-color: #D85486;
}
.BgClassName
{
background-color: #D85486;
}
</style>
border-color css
<style>
span { border-color: #D85486; }
span { border-color: rgb(216,84,134); }
td.TdClassName
{
border-color: #D85486;
}
.TagClassName
{
border-color: #D85486;
}
</style>