Shades of Cranberry #D85289
Tints of Cranberry #D85289
RGB
CMYK
RGB Variations
Color information
#D85289 (or 0xD85289) is known color: Cranberry. HEX triplet: D8, 52 and 89. RGB value is (216,82,137). Sum of RGB (Red+Green+Blue) = 216+82+137=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85289 is #27AD76. Grayscale: #808080. Windows color (decimal): -2600311 or 8999640. OLE color: 8999640.
HSL color Cylindrical-coordinate representation of color #D85289: hue angle of 335.37º 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 #D85289 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 137 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.15 |
| HSL | 335.37º | 0.63% | 0.58% | - |
| HSV(B) | 335.37º | 0.62% | 0.85% | - |
| XYZ | 35.85 | 22.44 | 26.11 | - |
| YUV | 128.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 137 | 0 | 0.62 | 0.37 | 0.15 | 335.37 | 0.63 | 0.58 |
| Hex | D8 | 52 | 89 | 0 | 3E | 25 | F | 14F | 3F | 3A |
| Octal | 330 | 122 | 211 | 0 | 76 | 45 | 17 | 517 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10001001 | 0 | 111110 | 100101 | 1111 | 101001111 | 111111 | 111010 |
Color Harmonies of #D85289
Complementary color
Monochromatic Colors of #D85289
Black with #D85289
Text Example
Text Example
White with #D85289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85289; }
p { color: rgb(216,82,137); }
H1.HeaderClassName
{
color: #D85289;
}
.AnyTagClassName
{
color: #D85289;
}
</style>
background-color css
<style>
a { background-color: #D85289; }
a { background-color: rgb(216,82,137); }
div.DivClassName
{
background-color: #D85289;
}
.BgClassName
{
background-color: #D85289;
}
</style>
border-color css
<style>
span { border-color: #D85289; }
span { border-color: rgb(216,82,137); }
td.TdClassName
{
border-color: #D85289;
}
.TagClassName
{
border-color: #D85289;
}
</style>