Shades of Cranberry #D85C85
Tints of Cranberry #D85C85
RGB
CMYK
RGB Variations
Color information
#D85C85 (or 0xD85C85) is known color: Cranberry. HEX triplet: D8, 5C and 85. RGB value is (216,92,133). Sum of RGB (Red+Green+Blue) = 216+92+133=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C85 is #27A37A. Grayscale: #858585. Windows color (decimal): -2597755 or 8740056. OLE color: 8740056.
HSL color Cylindrical-coordinate representation of color #D85C85: hue angle of 340.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C85 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 133 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.15 |
| HSL | 340.16º | 0.61% | 0.6% | - |
| HSV(B) | 340.16º | 0.57% | 0.85% | - |
| XYZ | 36.38 | 23.95 | 24.9 | - |
| YUV | 133.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 133 | 0 | 0.57 | 0.38 | 0.15 | 340.16 | 0.61 | 0.6 |
| Hex | D8 | 5C | 85 | 0 | 39 | 26 | F | 154 | 3D | 3C |
| Octal | 330 | 134 | 205 | 0 | 71 | 46 | 17 | 524 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10000101 | 0 | 111001 | 100110 | 1111 | 101010100 | 111101 | 111100 |
Color Harmonies of #D85C85
Complementary color
Monochromatic Colors of #D85C85
Black with #D85C85
Text Example
Text Example
White with #D85C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C85; }
p { color: rgb(216,92,133); }
H1.HeaderClassName
{
color: #D85C85;
}
.AnyTagClassName
{
color: #D85C85;
}
</style>
background-color css
<style>
a { background-color: #D85C85; }
a { background-color: rgb(216,92,133); }
div.DivClassName
{
background-color: #D85C85;
}
.BgClassName
{
background-color: #D85C85;
}
</style>
border-color css
<style>
span { border-color: #D85C85; }
span { border-color: rgb(216,92,133); }
td.TdClassName
{
border-color: #D85C85;
}
.TagClassName
{
border-color: #D85C85;
}
</style>