Shades of Cranberry #D84887
Tints of Cranberry #D84887
RGB
CMYK
RGB Variations
Color information
#D84887 (or 0xD84887) is known color: Cranberry. HEX triplet: D8, 48 and 87. RGB value is (216,72,135). Sum of RGB (Red+Green+Blue) = 216+72+135=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D84887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84887 is #27B778. Grayscale: #7A7A7A. Windows color (decimal): -2602873 or 8866008. OLE color: 8866008.
HSL color Cylindrical-coordinate representation of color #D84887: hue angle of 333.75º 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 #D84887 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 135 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.15 |
| HSL | 333.75º | 0.65% | 0.56% | - |
| HSV(B) | 333.75º | 0.67% | 0.85% | - |
| XYZ | 35.01 | 20.98 | 25.13 | - |
| YUV | 122.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 135 | 0 | 0.67 | 0.38 | 0.15 | 333.75 | 0.65 | 0.56 |
| Hex | D8 | 48 | 87 | 0 | 43 | 26 | F | 14E | 41 | 38 |
| Octal | 330 | 110 | 207 | 0 | 103 | 46 | 17 | 516 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10000111 | 0 | 1000011 | 100110 | 1111 | 101001110 | 1000001 | 111000 |
Color Harmonies of #D84887
Complementary color
Monochromatic Colors of #D84887
Black with #D84887
Text Example
Text Example
White with #D84887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84887; }
p { color: rgb(216,72,135); }
H1.HeaderClassName
{
color: #D84887;
}
.AnyTagClassName
{
color: #D84887;
}
</style>
background-color css
<style>
a { background-color: #D84887; }
a { background-color: rgb(216,72,135); }
div.DivClassName
{
background-color: #D84887;
}
.BgClassName
{
background-color: #D84887;
}
</style>
border-color css
<style>
span { border-color: #D84887; }
span { border-color: rgb(216,72,135); }
td.TdClassName
{
border-color: #D84887;
}
.TagClassName
{
border-color: #D84887;
}
</style>