Shades of Cranberry #D84C86
Tints of Cranberry #D84C86
RGB
CMYK
RGB Variations
Color information
#D84C86 (or 0xD84C86) is known color: Cranberry. HEX triplet: D8, 4C and 86. RGB value is (216,76,134). Sum of RGB (Red+Green+Blue) = 216+76+134=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C86 is #27B379. Grayscale: #7C7C7C. Windows color (decimal): -2601850 or 8801496. OLE color: 8801496.
HSL color Cylindrical-coordinate representation of color #D84C86: hue angle of 335.14º 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 #D84C86 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 134 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.15 |
| HSL | 335.14º | 0.64% | 0.57% | - |
| HSV(B) | 335.14º | 0.65% | 0.85% | - |
| XYZ | 35.21 | 21.49 | 24.85 | - |
| YUV | 124.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 134 | 0 | 0.65 | 0.38 | 0.15 | 335.14 | 0.64 | 0.57 |
| Hex | D8 | 4C | 86 | 0 | 41 | 26 | F | 14F | 40 | 39 |
| Octal | 330 | 114 | 206 | 0 | 101 | 46 | 17 | 517 | 100 | 71 |
| Binary | 11011000 | 1001100 | 10000110 | 0 | 1000001 | 100110 | 1111 | 101001111 | 1000000 | 111001 |
Color Harmonies of #D84C86
Complementary color
Monochromatic Colors of #D84C86
Black with #D84C86
Text Example
Text Example
White with #D84C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C86; }
p { color: rgb(216,76,134); }
H1.HeaderClassName
{
color: #D84C86;
}
.AnyTagClassName
{
color: #D84C86;
}
</style>
background-color css
<style>
a { background-color: #D84C86; }
a { background-color: rgb(216,76,134); }
div.DivClassName
{
background-color: #D84C86;
}
.BgClassName
{
background-color: #D84C86;
}
</style>
border-color css
<style>
span { border-color: #D84C86; }
span { border-color: rgb(216,76,134); }
td.TdClassName
{
border-color: #D84C86;
}
.TagClassName
{
border-color: #D84C86;
}
</style>