Shades of Cranberry #D84C77
Tints of Cranberry #D84C77
RGB
CMYK
RGB Variations
Color information
#D84C77 (or 0xD84C77) is known color: Cranberry. HEX triplet: D8, 4C and 77. RGB value is (216,76,119). Sum of RGB (Red+Green+Blue) = 216+76+119=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C77 is #27B388. Grayscale: #7A7A7A. Windows color (decimal): -2601865 or 7818456. OLE color: 7818456.
HSL color Cylindrical-coordinate representation of color #D84C77: hue angle of 341.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C77 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 119 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.15 |
| HSL | 341.57º | 0.64% | 0.57% | - |
| HSV(B) | 341.57º | 0.65% | 0.85% | - |
| XYZ | 34.23 | 21.1 | 19.72 | - |
| YUV | 122.76 | 125.88 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 119 | 0 | 0.65 | 0.45 | 0.15 | 341.57 | 0.64 | 0.57 |
| Hex | D8 | 4C | 77 | 0 | 41 | 2D | F | 156 | 40 | 39 |
| Octal | 330 | 114 | 167 | 0 | 101 | 55 | 17 | 526 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1110111 | 0 | 1000001 | 101101 | 1111 | 101010110 | 1000000 | 111001 |
Color Harmonies of #D84C77
Complementary color
Monochromatic Colors of #D84C77
Black with #D84C77
Text Example
Text Example
White with #D84C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C77; }
p { color: rgb(216,76,119); }
H1.HeaderClassName
{
color: #D84C77;
}
.AnyTagClassName
{
color: #D84C77;
}
</style>
background-color css
<style>
a { background-color: #D84C77; }
a { background-color: rgb(216,76,119); }
div.DivClassName
{
background-color: #D84C77;
}
.BgClassName
{
background-color: #D84C77;
}
</style>
border-color css
<style>
span { border-color: #D84C77; }
span { border-color: rgb(216,76,119); }
td.TdClassName
{
border-color: #D84C77;
}
.TagClassName
{
border-color: #D84C77;
}
</style>