Shades of Cranberry #D85E83
Tints of Cranberry #D85E83
RGB
CMYK
RGB Variations
Color information
#D85E83 (or 0xD85E83) is known color: Cranberry. HEX triplet: D8, 5E and 83. RGB value is (216,94,131). Sum of RGB (Red+Green+Blue) = 216+94+131=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E83 is #27A17C. Grayscale: #868686. Windows color (decimal): -2597245 or 8609496. OLE color: 8609496.
HSL color Cylindrical-coordinate representation of color #D85E83: hue angle of 341.8º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E83 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 131 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.15 |
| HSL | 341.8º | 0.61% | 0.61% | - |
| HSV(B) | 341.8º | 0.56% | 0.85% | - |
| XYZ | 36.42 | 24.24 | 24.23 | - |
| YUV | 134.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 131 | 0 | 0.56 | 0.39 | 0.15 | 341.8 | 0.61 | 0.61 |
| Hex | D8 | 5E | 83 | 0 | 38 | 27 | F | 156 | 3D | 3D |
| Octal | 330 | 136 | 203 | 0 | 70 | 47 | 17 | 526 | 75 | 75 |
| Binary | 11011000 | 1011110 | 10000011 | 0 | 111000 | 100111 | 1111 | 101010110 | 111101 | 111101 |
Color Harmonies of #D85E83
Complementary color
Monochromatic Colors of #D85E83
Black with #D85E83
Text Example
Text Example
White with #D85E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E83; }
p { color: rgb(216,94,131); }
H1.HeaderClassName
{
color: #D85E83;
}
.AnyTagClassName
{
color: #D85E83;
}
</style>
background-color css
<style>
a { background-color: #D85E83; }
a { background-color: rgb(216,94,131); }
div.DivClassName
{
background-color: #D85E83;
}
.BgClassName
{
background-color: #D85E83;
}
</style>
border-color css
<style>
span { border-color: #D85E83; }
span { border-color: rgb(216,94,131); }
td.TdClassName
{
border-color: #D85E83;
}
.TagClassName
{
border-color: #D85E83;
}
</style>