Shades of Cranberry #D85186
Tints of Cranberry #D85186
RGB
CMYK
RGB Variations
Color information
#D85186 (or 0xD85186) is known color: Cranberry. HEX triplet: D8, 51 and 86. RGB value is (216,81,134). Sum of RGB (Red+Green+Blue) = 216+81+134=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85186 is #27AE79. Grayscale: #7F7F7F. Windows color (decimal): -2600570 or 8802776. OLE color: 8802776.
HSL color Cylindrical-coordinate representation of color #D85186: hue angle of 336.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85186 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 134 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.15 |
| HSL | 336.44º | 0.63% | 0.58% | - |
| HSV(B) | 336.44º | 0.63% | 0.85% | - |
| XYZ | 35.56 | 22.21 | 24.97 | - |
| YUV | 127.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 134 | 0 | 0.62 | 0.38 | 0.15 | 336.44 | 0.63 | 0.58 |
| Hex | D8 | 51 | 86 | 0 | 3E | 26 | F | 150 | 3F | 3A |
| Octal | 330 | 121 | 206 | 0 | 76 | 46 | 17 | 520 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10000110 | 0 | 111110 | 100110 | 1111 | 101010000 | 111111 | 111010 |
Color Harmonies of #D85186
Complementary color
Monochromatic Colors of #D85186
Black with #D85186
Text Example
Text Example
White with #D85186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85186; }
p { color: rgb(216,81,134); }
H1.HeaderClassName
{
color: #D85186;
}
.AnyTagClassName
{
color: #D85186;
}
</style>
background-color css
<style>
a { background-color: #D85186; }
a { background-color: rgb(216,81,134); }
div.DivClassName
{
background-color: #D85186;
}
.BgClassName
{
background-color: #D85186;
}
</style>
border-color css
<style>
span { border-color: #D85186; }
span { border-color: rgb(216,81,134); }
td.TdClassName
{
border-color: #D85186;
}
.TagClassName
{
border-color: #D85186;
}
</style>