Shades of Cranberry #D85584
Tints of Cranberry #D85584
RGB
CMYK
RGB Variations
Color information
#D85584 (or 0xD85584) is known color: Cranberry. HEX triplet: D8, 55 and 84. RGB value is (216,85,132). Sum of RGB (Red+Green+Blue) = 216+85+132=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85584 is #27AA7B. Grayscale: #818181. Windows color (decimal): -2599548 or 8672728. OLE color: 8672728.
HSL color Cylindrical-coordinate representation of color #D85584: hue angle of 338.47º 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 #D85584 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 132 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.15 |
| HSL | 338.47º | 0.63% | 0.59% | - |
| HSV(B) | 338.47º | 0.61% | 0.85% | - |
| XYZ | 35.73 | 22.76 | 24.34 | - |
| YUV | 129.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 132 | 0 | 0.61 | 0.39 | 0.15 | 338.47 | 0.63 | 0.59 |
| Hex | D8 | 55 | 84 | 0 | 3D | 27 | F | 152 | 3F | 3B |
| Octal | 330 | 125 | 204 | 0 | 75 | 47 | 17 | 522 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10000100 | 0 | 111101 | 100111 | 1111 | 101010010 | 111111 | 111011 |
Color Harmonies of #D85584
Complementary color
Monochromatic Colors of #D85584
Black with #D85584
Text Example
Text Example
White with #D85584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85584; }
p { color: rgb(216,85,132); }
H1.HeaderClassName
{
color: #D85584;
}
.AnyTagClassName
{
color: #D85584;
}
</style>
background-color css
<style>
a { background-color: #D85584; }
a { background-color: rgb(216,85,132); }
div.DivClassName
{
background-color: #D85584;
}
.BgClassName
{
background-color: #D85584;
}
</style>
border-color css
<style>
span { border-color: #D85584; }
span { border-color: rgb(216,85,132); }
td.TdClassName
{
border-color: #D85584;
}
.TagClassName
{
border-color: #D85584;
}
</style>