Shades of Cranberry #D84776
Tints of Cranberry #D84776
RGB
CMYK
RGB Variations
Color information
#D84776 (or 0xD84776) is known color: Cranberry. HEX triplet: D8, 47 and 76. RGB value is (216,71,118). Sum of RGB (Red+Green+Blue) = 216+71+118=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D84776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84776 is #27B889. Grayscale: #777777. Windows color (decimal): -2603146 or 7751640. OLE color: 7751640.
HSL color Cylindrical-coordinate representation of color #D84776: hue angle of 340.55º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84776 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 118 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.15 |
| HSL | 340.55º | 0.65% | 0.56% | - |
| HSV(B) | 340.55º | 0.67% | 0.85% | - |
| XYZ | 33.84 | 20.41 | 19.3 | - |
| YUV | 119.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 118 | 0 | 0.67 | 0.45 | 0.15 | 340.55 | 0.65 | 0.56 |
| Hex | D8 | 47 | 76 | 0 | 43 | 2D | F | 155 | 41 | 38 |
| Octal | 330 | 107 | 166 | 0 | 103 | 55 | 17 | 525 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1110110 | 0 | 1000011 | 101101 | 1111 | 101010101 | 1000001 | 111000 |
Color Harmonies of #D84776
Complementary color
Monochromatic Colors of #D84776
Black with #D84776
Text Example
Text Example
White with #D84776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84776; }
p { color: rgb(216,71,118); }
H1.HeaderClassName
{
color: #D84776;
}
.AnyTagClassName
{
color: #D84776;
}
</style>
background-color css
<style>
a { background-color: #D84776; }
a { background-color: rgb(216,71,118); }
div.DivClassName
{
background-color: #D84776;
}
.BgClassName
{
background-color: #D84776;
}
</style>
border-color css
<style>
span { border-color: #D84776; }
span { border-color: rgb(216,71,118); }
td.TdClassName
{
border-color: #D84776;
}
.TagClassName
{
border-color: #D84776;
}
</style>