Shades of Cranberry #D85179
Tints of Cranberry #D85179
RGB
CMYK
RGB Variations
Color information
#D85179 (or 0xD85179) is known color: Cranberry. HEX triplet: D8, 51 and 79. RGB value is (216,81,121). Sum of RGB (Red+Green+Blue) = 216+81+121=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85179 is #27AE86. Grayscale: #7D7D7D. Windows color (decimal): -2600583 or 7950808. OLE color: 7950808.
HSL color Cylindrical-coordinate representation of color #D85179: hue angle of 342.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85179 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 121 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.15 |
| HSL | 342.22º | 0.63% | 0.58% | - |
| HSV(B) | 342.22º | 0.63% | 0.85% | - |
| XYZ | 34.71 | 21.86 | 20.48 | - |
| YUV | 125.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 121 | 0 | 0.62 | 0.44 | 0.15 | 342.22 | 0.63 | 0.58 |
| Hex | D8 | 51 | 79 | 0 | 3E | 2C | F | 156 | 3F | 3A |
| Octal | 330 | 121 | 171 | 0 | 76 | 54 | 17 | 526 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1111001 | 0 | 111110 | 101100 | 1111 | 101010110 | 111111 | 111010 |
Color Harmonies of #D85179
Complementary color
Monochromatic Colors of #D85179
Black with #D85179
Text Example
Text Example
White with #D85179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85179; }
p { color: rgb(216,81,121); }
H1.HeaderClassName
{
color: #D85179;
}
.AnyTagClassName
{
color: #D85179;
}
</style>
background-color css
<style>
a { background-color: #D85179; }
a { background-color: rgb(216,81,121); }
div.DivClassName
{
background-color: #D85179;
}
.BgClassName
{
background-color: #D85179;
}
</style>
border-color css
<style>
span { border-color: #D85179; }
span { border-color: rgb(216,81,121); }
td.TdClassName
{
border-color: #D85179;
}
.TagClassName
{
border-color: #D85179;
}
</style>