Shades of Cranberry #D85E7A
Tints of Cranberry #D85E7A
RGB
CMYK
RGB Variations
Color information
#D85E7A (or 0xD85E7A) is known color: Cranberry. HEX triplet: D8, 5E and 7A. RGB value is (216,94,122). Sum of RGB (Red+Green+Blue) = 216+94+122=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E7A is #27A185. Grayscale: #858585. Windows color (decimal): -2597254 or 8019672. OLE color: 8019672.
HSL color Cylindrical-coordinate representation of color #D85E7A: hue angle of 346.23º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E7A is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 122 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.15 |
| HSL | 346.23º | 0.61% | 0.61% | - |
| HSV(B) | 346.23º | 0.56% | 0.85% | - |
| XYZ | 35.83 | 24.01 | 21.16 | - |
| YUV | 133.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 122 | 0 | 0.56 | 0.44 | 0.15 | 346.23 | 0.61 | 0.61 |
| Hex | D8 | 5E | 7A | 0 | 38 | 2C | F | 15A | 3D | 3D |
| Octal | 330 | 136 | 172 | 0 | 70 | 54 | 17 | 532 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1111010 | 0 | 111000 | 101100 | 1111 | 101011010 | 111101 | 111101 |
Color Harmonies of #D85E7A
Complementary color
Monochromatic Colors of #D85E7A
Black with #D85E7A
Text Example
Text Example
White with #D85E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E7A; }
p { color: rgb(216,94,122); }
H1.HeaderClassName
{
color: #D85E7A;
}
.AnyTagClassName
{
color: #D85E7A;
}
</style>
background-color css
<style>
a { background-color: #D85E7A; }
a { background-color: rgb(216,94,122); }
div.DivClassName
{
background-color: #D85E7A;
}
.BgClassName
{
background-color: #D85E7A;
}
</style>
border-color css
<style>
span { border-color: #D85E7A; }
span { border-color: rgb(216,94,122); }
td.TdClassName
{
border-color: #D85E7A;
}
.TagClassName
{
border-color: #D85E7A;
}
</style>