Shades of Cranberry #D85573
Tints of Cranberry #D85573
RGB
CMYK
RGB Variations
Color information
#D85573 (or 0xD85573) is known color: Cranberry. HEX triplet: D8, 55 and 73. RGB value is (216,85,115). Sum of RGB (Red+Green+Blue) = 216+85+115=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85573 is #27AA8C. Grayscale: #7F7F7F. Windows color (decimal): -2599565 or 7558616. OLE color: 7558616.
HSL color Cylindrical-coordinate representation of color #D85573: hue angle of 346.26º 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 #D85573 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 115 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.15 |
| HSL | 346.26º | 0.63% | 0.59% | - |
| HSV(B) | 346.26º | 0.61% | 0.85% | - |
| XYZ | 34.66 | 22.33 | 18.7 | - |
| YUV | 127.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 115 | 0 | 0.61 | 0.47 | 0.15 | 346.26 | 0.63 | 0.59 |
| Hex | D8 | 55 | 73 | 0 | 3D | 2F | F | 15A | 3F | 3B |
| Octal | 330 | 125 | 163 | 0 | 75 | 57 | 17 | 532 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1110011 | 0 | 111101 | 101111 | 1111 | 101011010 | 111111 | 111011 |
Color Harmonies of #D85573
Complementary color
Monochromatic Colors of #D85573
Black with #D85573
Text Example
Text Example
White with #D85573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85573; }
p { color: rgb(216,85,115); }
H1.HeaderClassName
{
color: #D85573;
}
.AnyTagClassName
{
color: #D85573;
}
</style>
background-color css
<style>
a { background-color: #D85573; }
a { background-color: rgb(216,85,115); }
div.DivClassName
{
background-color: #D85573;
}
.BgClassName
{
background-color: #D85573;
}
</style>
border-color css
<style>
span { border-color: #D85573; }
span { border-color: rgb(216,85,115); }
td.TdClassName
{
border-color: #D85573;
}
.TagClassName
{
border-color: #D85573;
}
</style>