Shades of Cranberry #D85B85
Tints of Cranberry #D85B85
RGB
CMYK
RGB Variations
Color information
#D85B85 (or 0xD85B85) is known color: Cranberry. HEX triplet: D8, 5B and 85. RGB value is (216,91,133). Sum of RGB (Red+Green+Blue) = 216+91+133=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B85 is #27A47A. Grayscale: #858585. Windows color (decimal): -2598011 or 8739800. OLE color: 8739800.
HSL color Cylindrical-coordinate representation of color #D85B85: hue angle of 339.84º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85B85 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 133 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.15 |
| HSL | 339.84º | 0.62% | 0.6% | - |
| HSV(B) | 339.84º | 0.58% | 0.85% | - |
| XYZ | 36.29 | 23.77 | 24.87 | - |
| YUV | 133.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 133 | 0 | 0.58 | 0.38 | 0.15 | 339.84 | 0.62 | 0.6 |
| Hex | D8 | 5B | 85 | 0 | 3A | 26 | F | 154 | 3E | 3C |
| Octal | 330 | 133 | 205 | 0 | 72 | 46 | 17 | 524 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10000101 | 0 | 111010 | 100110 | 1111 | 101010100 | 111110 | 111100 |
Color Harmonies of #D85B85
Complementary color
Monochromatic Colors of #D85B85
Black with #D85B85
Text Example
Text Example
White with #D85B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B85; }
p { color: rgb(216,91,133); }
H1.HeaderClassName
{
color: #D85B85;
}
.AnyTagClassName
{
color: #D85B85;
}
</style>
background-color css
<style>
a { background-color: #D85B85; }
a { background-color: rgb(216,91,133); }
div.DivClassName
{
background-color: #D85B85;
}
.BgClassName
{
background-color: #D85B85;
}
</style>
border-color css
<style>
span { border-color: #D85B85; }
span { border-color: rgb(216,91,133); }
td.TdClassName
{
border-color: #D85B85;
}
.TagClassName
{
border-color: #D85B85;
}
</style>