Shades of Cranberry #D85684
Tints of Cranberry #D85684
RGB
CMYK
RGB Variations
Color information
#D85684 (or 0xD85684) is known color: Cranberry. HEX triplet: D8, 56 and 84. RGB value is (216,86,132). Sum of RGB (Red+Green+Blue) = 216+86+132=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85684 is #27A97B. Grayscale: #828282. Windows color (decimal): -2599292 or 8672984. OLE color: 8672984.
HSL color Cylindrical-coordinate representation of color #D85684: hue angle of 338.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85684 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 132 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.15 |
| HSL | 338.77º | 0.63% | 0.59% | - |
| HSV(B) | 338.77º | 0.6% | 0.85% | - |
| XYZ | 35.81 | 22.92 | 24.37 | - |
| YUV | 130.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 132 | 0 | 0.60 | 0.39 | 0.15 | 338.77 | 0.63 | 0.59 |
| Hex | D8 | 56 | 84 | 0 | 3C | 27 | F | 153 | 3E | 3B |
| Octal | 330 | 126 | 204 | 0 | 74 | 47 | 17 | 523 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10000100 | 0 | 111100 | 100111 | 1111 | 101010011 | 111110 | 111011 |
Color Harmonies of #D85684
Complementary color
Monochromatic Colors of #D85684
Black with #D85684
Text Example
Text Example
White with #D85684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85684; }
p { color: rgb(216,86,132); }
H1.HeaderClassName
{
color: #D85684;
}
.AnyTagClassName
{
color: #D85684;
}
</style>
background-color css
<style>
a { background-color: #D85684; }
a { background-color: rgb(216,86,132); }
div.DivClassName
{
background-color: #D85684;
}
.BgClassName
{
background-color: #D85684;
}
</style>
border-color css
<style>
span { border-color: #D85684; }
span { border-color: rgb(216,86,132); }
td.TdClassName
{
border-color: #D85684;
}
.TagClassName
{
border-color: #D85684;
}
</style>