Shades of Cranberry #D85583
Tints of Cranberry #D85583
RGB
CMYK
RGB Variations
Color information
#D85583 (or 0xD85583) is known color: Cranberry. HEX triplet: D8, 55 and 83. RGB value is (216,85,131). Sum of RGB (Red+Green+Blue) = 216+85+131=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85583 is #27AA7C. Grayscale: #818181. Windows color (decimal): -2599549 or 8607192. OLE color: 8607192.
HSL color Cylindrical-coordinate representation of color #D85583: hue angle of 338.93º 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 #D85583 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 131 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.15 |
| HSL | 338.93º | 0.63% | 0.59% | - |
| HSV(B) | 338.93º | 0.61% | 0.85% | - |
| XYZ | 35.66 | 22.73 | 23.98 | - |
| YUV | 129.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 131 | 0 | 0.61 | 0.39 | 0.15 | 338.93 | 0.63 | 0.59 |
| Hex | D8 | 55 | 83 | 0 | 3D | 27 | F | 153 | 3F | 3B |
| Octal | 330 | 125 | 203 | 0 | 75 | 47 | 17 | 523 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10000011 | 0 | 111101 | 100111 | 1111 | 101010011 | 111111 | 111011 |
Color Harmonies of #D85583
Complementary color
Monochromatic Colors of #D85583
Black with #D85583
Text Example
Text Example
White with #D85583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85583; }
p { color: rgb(216,85,131); }
H1.HeaderClassName
{
color: #D85583;
}
.AnyTagClassName
{
color: #D85583;
}
</style>
background-color css
<style>
a { background-color: #D85583; }
a { background-color: rgb(216,85,131); }
div.DivClassName
{
background-color: #D85583;
}
.BgClassName
{
background-color: #D85583;
}
</style>
border-color css
<style>
span { border-color: #D85583; }
span { border-color: rgb(216,85,131); }
td.TdClassName
{
border-color: #D85583;
}
.TagClassName
{
border-color: #D85583;
}
</style>