Shades of Cranberry #D84C87
Tints of Cranberry #D84C87
RGB
CMYK
RGB Variations
Color information
#D84C87 (or 0xD84C87) is known color: Cranberry. HEX triplet: D8, 4C and 87. RGB value is (216,76,135). Sum of RGB (Red+Green+Blue) = 216+76+135=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C87 is #27B378. Grayscale: #7C7C7C. Windows color (decimal): -2601849 or 8867032. OLE color: 8867032.
HSL color Cylindrical-coordinate representation of color #D84C87: hue angle of 334.71º 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 #D84C87 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 135 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.15 |
| HSL | 334.71º | 0.64% | 0.57% | - |
| HSV(B) | 334.71º | 0.65% | 0.85% | - |
| XYZ | 35.28 | 21.52 | 25.22 | - |
| YUV | 124.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 135 | 0 | 0.65 | 0.38 | 0.15 | 334.71 | 0.64 | 0.57 |
| Hex | D8 | 4C | 87 | 0 | 41 | 26 | F | 14F | 40 | 39 |
| Octal | 330 | 114 | 207 | 0 | 101 | 46 | 17 | 517 | 100 | 71 |
| Binary | 11011000 | 1001100 | 10000111 | 0 | 1000001 | 100110 | 1111 | 101001111 | 1000000 | 111001 |
Color Harmonies of #D84C87
Complementary color
Monochromatic Colors of #D84C87
Black with #D84C87
Text Example
Text Example
White with #D84C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C87; }
p { color: rgb(216,76,135); }
H1.HeaderClassName
{
color: #D84C87;
}
.AnyTagClassName
{
color: #D84C87;
}
</style>
background-color css
<style>
a { background-color: #D84C87; }
a { background-color: rgb(216,76,135); }
div.DivClassName
{
background-color: #D84C87;
}
.BgClassName
{
background-color: #D84C87;
}
</style>
border-color css
<style>
span { border-color: #D84C87; }
span { border-color: rgb(216,76,135); }
td.TdClassName
{
border-color: #D84C87;
}
.TagClassName
{
border-color: #D84C87;
}
</style>