Shades of Cranberry #D85473
Tints of Cranberry #D85473
RGB
CMYK
RGB Variations
Color information
#D85473 (or 0xD85473) is known color: Cranberry. HEX triplet: D8, 54 and 73. RGB value is (216,84,115). Sum of RGB (Red+Green+Blue) = 216+84+115=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D85473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85473 is #27AB8C. Grayscale: #7F7F7F. Windows color (decimal): -2599821 or 7558360. OLE color: 7558360.
HSL color Cylindrical-coordinate representation of color #D85473: hue angle of 345.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85473 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 115 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.15 |
| HSL | 345.91º | 0.63% | 0.59% | - |
| HSV(B) | 345.91º | 0.61% | 0.85% | - |
| XYZ | 34.58 | 22.18 | 18.68 | - |
| YUV | 127 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 115 | 0 | 0.61 | 0.47 | 0.15 | 345.91 | 0.63 | 0.59 |
| Hex | D8 | 54 | 73 | 0 | 3D | 2F | F | 15A | 3F | 3B |
| Octal | 330 | 124 | 163 | 0 | 75 | 57 | 17 | 532 | 77 | 73 |
| Binary | 11011000 | 1010100 | 1110011 | 0 | 111101 | 101111 | 1111 | 101011010 | 111111 | 111011 |
Color Harmonies of #D85473
Complementary color
Monochromatic Colors of #D85473
Black with #D85473
Text Example
Text Example
White with #D85473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85473; }
p { color: rgb(216,84,115); }
H1.HeaderClassName
{
color: #D85473;
}
.AnyTagClassName
{
color: #D85473;
}
</style>
background-color css
<style>
a { background-color: #D85473; }
a { background-color: rgb(216,84,115); }
div.DivClassName
{
background-color: #D85473;
}
.BgClassName
{
background-color: #D85473;
}
</style>
border-color css
<style>
span { border-color: #D85473; }
span { border-color: rgb(216,84,115); }
td.TdClassName
{
border-color: #D85473;
}
.TagClassName
{
border-color: #D85473;
}
</style>