Shades of Cranberry #D85F83
Tints of Cranberry #D85F83
RGB
CMYK
RGB Variations
Color information
#D85F83 (or 0xD85F83) is known color: Cranberry. HEX triplet: D8, 5F and 83. RGB value is (216,95,131). Sum of RGB (Red+Green+Blue) = 216+95+131=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F83 is #27A07C. Grayscale: #878787. Windows color (decimal): -2596989 or 8609752. OLE color: 8609752.
HSL color Cylindrical-coordinate representation of color #D85F83: hue angle of 342.15º 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 #D85F83 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 131 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.15 |
| HSL | 342.15º | 0.61% | 0.61% | - |
| HSV(B) | 342.15º | 0.56% | 0.85% | - |
| XYZ | 36.51 | 24.42 | 24.26 | - |
| YUV | 135.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 131 | 0 | 0.56 | 0.39 | 0.15 | 342.15 | 0.61 | 0.61 |
| Hex | D8 | 5F | 83 | 0 | 38 | 27 | F | 156 | 3D | 3D |
| Octal | 330 | 137 | 203 | 0 | 70 | 47 | 17 | 526 | 75 | 75 |
| Binary | 11011000 | 1011111 | 10000011 | 0 | 111000 | 100111 | 1111 | 101010110 | 111101 | 111101 |
Color Harmonies of #D85F83
Complementary color
Monochromatic Colors of #D85F83
Black with #D85F83
Text Example
Text Example
White with #D85F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F83; }
p { color: rgb(216,95,131); }
H1.HeaderClassName
{
color: #D85F83;
}
.AnyTagClassName
{
color: #D85F83;
}
</style>
background-color css
<style>
a { background-color: #D85F83; }
a { background-color: rgb(216,95,131); }
div.DivClassName
{
background-color: #D85F83;
}
.BgClassName
{
background-color: #D85F83;
}
</style>
border-color css
<style>
span { border-color: #D85F83; }
span { border-color: rgb(216,95,131); }
td.TdClassName
{
border-color: #D85F83;
}
.TagClassName
{
border-color: #D85F83;
}
</style>