Shades of Cranberry #D84686
Tints of Cranberry #D84686
RGB
CMYK
RGB Variations
Color information
#D84686 (or 0xD84686) is known color: Cranberry. HEX triplet: D8, 46 and 86. RGB value is (216,70,134). Sum of RGB (Red+Green+Blue) = 216+70+134=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D84686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84686 is #27B979. Grayscale: #787878. Windows color (decimal): -2603386 or 8799960. OLE color: 8799960.
HSL color Cylindrical-coordinate representation of color #D84686: hue angle of 333.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84686 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 134 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.15 |
| HSL | 333.7º | 0.65% | 0.56% | - |
| HSV(B) | 333.7º | 0.68% | 0.85% | - |
| XYZ | 34.81 | 20.7 | 24.72 | - |
| YUV | 120.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 134 | 0 | 0.68 | 0.38 | 0.15 | 333.7 | 0.65 | 0.56 |
| Hex | D8 | 46 | 86 | 0 | 44 | 26 | F | 14E | 41 | 38 |
| Octal | 330 | 106 | 206 | 0 | 104 | 46 | 17 | 516 | 101 | 70 |
| Binary | 11011000 | 1000110 | 10000110 | 0 | 1000100 | 100110 | 1111 | 101001110 | 1000001 | 111000 |
Color Harmonies of #D84686
Complementary color
Monochromatic Colors of #D84686
Black with #D84686
Text Example
Text Example
White with #D84686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84686; }
p { color: rgb(216,70,134); }
H1.HeaderClassName
{
color: #D84686;
}
.AnyTagClassName
{
color: #D84686;
}
</style>
background-color css
<style>
a { background-color: #D84686; }
a { background-color: rgb(216,70,134); }
div.DivClassName
{
background-color: #D84686;
}
.BgClassName
{
background-color: #D84686;
}
</style>
border-color css
<style>
span { border-color: #D84686; }
span { border-color: rgb(216,70,134); }
td.TdClassName
{
border-color: #D84686;
}
.TagClassName
{
border-color: #D84686;
}
</style>