Shades of Cranberry #D85B74
Tints of Cranberry #D85B74
RGB
CMYK
RGB Variations
Color information
#D85B74 (or 0xD85B74) is known color: Cranberry. HEX triplet: D8, 5B and 74. RGB value is (216,91,116). Sum of RGB (Red+Green+Blue) = 216+91+116=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B74 is #27A48B. Grayscale: #838383. Windows color (decimal): -2598028 or 7625688. OLE color: 7625688.
HSL color Cylindrical-coordinate representation of color #D85B74: hue angle of 348º 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 #D85B74 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 116 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.15 |
| HSL | 348º | 0.62% | 0.6% | - |
| HSV(B) | 348º | 0.58% | 0.85% | - |
| XYZ | 35.21 | 23.34 | 19.17 | - |
| YUV | 131.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 116 | 0 | 0.58 | 0.46 | 0.15 | 348 | 0.62 | 0.6 |
| Hex | D8 | 5B | 74 | 0 | 3A | 2E | F | 15C | 3E | 3C |
| Octal | 330 | 133 | 164 | 0 | 72 | 56 | 17 | 534 | 76 | 74 |
| Binary | 11011000 | 1011011 | 1110100 | 0 | 111010 | 101110 | 1111 | 101011100 | 111110 | 111100 |
Color Harmonies of #D85B74
Complementary color
Monochromatic Colors of #D85B74
Black with #D85B74
Text Example
Text Example
White with #D85B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B74; }
p { color: rgb(216,91,116); }
H1.HeaderClassName
{
color: #D85B74;
}
.AnyTagClassName
{
color: #D85B74;
}
</style>
background-color css
<style>
a { background-color: #D85B74; }
a { background-color: rgb(216,91,116); }
div.DivClassName
{
background-color: #D85B74;
}
.BgClassName
{
background-color: #D85B74;
}
</style>
border-color css
<style>
span { border-color: #D85B74; }
span { border-color: rgb(216,91,116); }
td.TdClassName
{
border-color: #D85B74;
}
.TagClassName
{
border-color: #D85B74;
}
</style>