Shades of Cranberry #D85076
Tints of Cranberry #D85076
RGB
CMYK
RGB Variations
Color information
#D85076 (or 0xD85076) is known color: Cranberry. HEX triplet: D8, 50 and 76. RGB value is (216,80,118). Sum of RGB (Red+Green+Blue) = 216+80+118=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85076 is #27AF89. Grayscale: #7C7C7C. Windows color (decimal): -2600842 or 7753944. OLE color: 7753944.
HSL color Cylindrical-coordinate representation of color #D85076: hue angle of 343.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85076 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 118 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.15 |
| HSL | 343.24º | 0.64% | 0.58% | - |
| HSV(B) | 343.24º | 0.63% | 0.85% | - |
| XYZ | 34.46 | 21.64 | 19.5 | - |
| YUV | 125 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 118 | 0 | 0.63 | 0.45 | 0.15 | 343.24 | 0.64 | 0.58 |
| Hex | D8 | 50 | 76 | 0 | 3F | 2D | F | 157 | 40 | 3A |
| Octal | 330 | 120 | 166 | 0 | 77 | 55 | 17 | 527 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1110110 | 0 | 111111 | 101101 | 1111 | 101010111 | 1000000 | 111010 |
Color Harmonies of #D85076
Complementary color
Monochromatic Colors of #D85076
Black with #D85076
Text Example
Text Example
White with #D85076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85076; }
p { color: rgb(216,80,118); }
H1.HeaderClassName
{
color: #D85076;
}
.AnyTagClassName
{
color: #D85076;
}
</style>
background-color css
<style>
a { background-color: #D85076; }
a { background-color: rgb(216,80,118); }
div.DivClassName
{
background-color: #D85076;
}
.BgClassName
{
background-color: #D85076;
}
</style>
border-color css
<style>
span { border-color: #D85076; }
span { border-color: rgb(216,80,118); }
td.TdClassName
{
border-color: #D85076;
}
.TagClassName
{
border-color: #D85076;
}
</style>