Shades of Cranberry #D85277
Tints of Cranberry #D85277
RGB
CMYK
RGB Variations
Color information
#D85277 (or 0xD85277) is known color: Cranberry. HEX triplet: D8, 52 and 77. RGB value is (216,82,119). Sum of RGB (Red+Green+Blue) = 216+82+119=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85277 is #27AD88. Grayscale: #7E7E7E. Windows color (decimal): -2600329 or 7819992. OLE color: 7819992.
HSL color Cylindrical-coordinate representation of color #D85277: hue angle of 343.43º 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 #D85277 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 119 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.15 |
| HSL | 343.43º | 0.63% | 0.58% | - |
| HSV(B) | 343.43º | 0.62% | 0.85% | - |
| XYZ | 34.67 | 21.97 | 19.87 | - |
| YUV | 126.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 119 | 0 | 0.62 | 0.45 | 0.15 | 343.43 | 0.63 | 0.58 |
| Hex | D8 | 52 | 77 | 0 | 3E | 2D | F | 157 | 3F | 3A |
| Octal | 330 | 122 | 167 | 0 | 76 | 55 | 17 | 527 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1110111 | 0 | 111110 | 101101 | 1111 | 101010111 | 111111 | 111010 |
Color Harmonies of #D85277
Complementary color
Monochromatic Colors of #D85277
Black with #D85277
Text Example
Text Example
White with #D85277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85277; }
p { color: rgb(216,82,119); }
H1.HeaderClassName
{
color: #D85277;
}
.AnyTagClassName
{
color: #D85277;
}
</style>
background-color css
<style>
a { background-color: #D85277; }
a { background-color: rgb(216,82,119); }
div.DivClassName
{
background-color: #D85277;
}
.BgClassName
{
background-color: #D85277;
}
</style>
border-color css
<style>
span { border-color: #D85277; }
span { border-color: rgb(216,82,119); }
td.TdClassName
{
border-color: #D85277;
}
.TagClassName
{
border-color: #D85277;
}
</style>