Shades of Cranberry #D85D76
Tints of Cranberry #D85D76
RGB
CMYK
RGB Variations
Color information
#D85D76 (or 0xD85D76) is known color: Cranberry. HEX triplet: D8, 5D and 76. RGB value is (216,93,118). Sum of RGB (Red+Green+Blue) = 216+93+118=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D76 is #27A289. Grayscale: #848484. Windows color (decimal): -2597514 or 7757272. OLE color: 7757272.
HSL color Cylindrical-coordinate representation of color #D85D76: hue angle of 347.8º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D76 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 118 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.15 |
| HSL | 347.8º | 0.61% | 0.61% | - |
| HSV(B) | 347.8º | 0.57% | 0.85% | - |
| XYZ | 35.5 | 23.74 | 19.85 | - |
| YUV | 132.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 118 | 0 | 0.57 | 0.45 | 0.15 | 347.8 | 0.61 | 0.61 |
| Hex | D8 | 5D | 76 | 0 | 39 | 2D | F | 15C | 3D | 3D |
| Octal | 330 | 135 | 166 | 0 | 71 | 55 | 17 | 534 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1110110 | 0 | 111001 | 101101 | 1111 | 101011100 | 111101 | 111101 |
Color Harmonies of #D85D76
Complementary color
Monochromatic Colors of #D85D76
Black with #D85D76
Text Example
Text Example
White with #D85D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D76; }
p { color: rgb(216,93,118); }
H1.HeaderClassName
{
color: #D85D76;
}
.AnyTagClassName
{
color: #D85D76;
}
</style>
background-color css
<style>
a { background-color: #D85D76; }
a { background-color: rgb(216,93,118); }
div.DivClassName
{
background-color: #D85D76;
}
.BgClassName
{
background-color: #D85D76;
}
</style>
border-color css
<style>
span { border-color: #D85D76; }
span { border-color: rgb(216,93,118); }
td.TdClassName
{
border-color: #D85D76;
}
.TagClassName
{
border-color: #D85D76;
}
</style>