Shades of Cranberry #D84E86
Tints of Cranberry #D84E86
RGB
CMYK
RGB Variations
Color information
#D84E86 (or 0xD84E86) is known color: Cranberry. HEX triplet: D8, 4E and 86. RGB value is (216,78,134). Sum of RGB (Red+Green+Blue) = 216+78+134=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E86 is #27B179. Grayscale: #7D7D7D. Windows color (decimal): -2601338 or 8802008. OLE color: 8802008.
HSL color Cylindrical-coordinate representation of color #D84E86: hue angle of 335.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E86 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 134 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.15 |
| HSL | 335.65º | 0.64% | 0.58% | - |
| HSV(B) | 335.65º | 0.64% | 0.85% | - |
| XYZ | 35.35 | 21.77 | 24.89 | - |
| YUV | 125.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 134 | 0 | 0.64 | 0.38 | 0.15 | 335.65 | 0.64 | 0.58 |
| Hex | D8 | 4E | 86 | 0 | 40 | 26 | F | 150 | 40 | 3A |
| Octal | 330 | 116 | 206 | 0 | 100 | 46 | 17 | 520 | 100 | 72 |
| Binary | 11011000 | 1001110 | 10000110 | 0 | 1000000 | 100110 | 1111 | 101010000 | 1000000 | 111010 |
Color Harmonies of #D84E86
Complementary color
Monochromatic Colors of #D84E86
Black with #D84E86
Text Example
Text Example
White with #D84E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E86; }
p { color: rgb(216,78,134); }
H1.HeaderClassName
{
color: #D84E86;
}
.AnyTagClassName
{
color: #D84E86;
}
</style>
background-color css
<style>
a { background-color: #D84E86; }
a { background-color: rgb(216,78,134); }
div.DivClassName
{
background-color: #D84E86;
}
.BgClassName
{
background-color: #D84E86;
}
</style>
border-color css
<style>
span { border-color: #D84E86; }
span { border-color: rgb(216,78,134); }
td.TdClassName
{
border-color: #D84E86;
}
.TagClassName
{
border-color: #D84E86;
}
</style>