Shades of Cranberry #D85389
Tints of Cranberry #D85389
RGB
CMYK
RGB Variations
Color information
#D85389 (or 0xD85389) is known color: Cranberry. HEX triplet: D8, 53 and 89. RGB value is (216,83,137). Sum of RGB (Red+Green+Blue) = 216+83+137=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D85389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85389 is #27AC76. Grayscale: #808080. Windows color (decimal): -2600055 or 8999896. OLE color: 8999896.
HSL color Cylindrical-coordinate representation of color #D85389: hue angle of 335.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85389 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 137 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.15 |
| HSL | 335.64º | 0.63% | 0.59% | - |
| HSV(B) | 335.64º | 0.62% | 0.85% | - |
| XYZ | 35.93 | 22.59 | 26.13 | - |
| YUV | 128.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 137 | 0 | 0.62 | 0.37 | 0.15 | 335.64 | 0.63 | 0.59 |
| Hex | D8 | 53 | 89 | 0 | 3E | 25 | F | 150 | 3F | 3B |
| Octal | 330 | 123 | 211 | 0 | 76 | 45 | 17 | 520 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10001001 | 0 | 111110 | 100101 | 1111 | 101010000 | 111111 | 111011 |
Color Harmonies of #D85389
Complementary color
Monochromatic Colors of #D85389
Black with #D85389
Text Example
Text Example
White with #D85389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85389; }
p { color: rgb(216,83,137); }
H1.HeaderClassName
{
color: #D85389;
}
.AnyTagClassName
{
color: #D85389;
}
</style>
background-color css
<style>
a { background-color: #D85389; }
a { background-color: rgb(216,83,137); }
div.DivClassName
{
background-color: #D85389;
}
.BgClassName
{
background-color: #D85389;
}
</style>
border-color css
<style>
span { border-color: #D85389; }
span { border-color: rgb(216,83,137); }
td.TdClassName
{
border-color: #D85389;
}
.TagClassName
{
border-color: #D85389;
}
</style>