Shades of Cranberry #D85674
Tints of Cranberry #D85674
RGB
CMYK
RGB Variations
Color information
#D85674 (or 0xD85674) is known color: Cranberry. HEX triplet: D8, 56 and 74. RGB value is (216,86,116). Sum of RGB (Red+Green+Blue) = 216+86+116=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85674 is #27A98B. Grayscale: #808080. Windows color (decimal): -2599308 or 7624408. OLE color: 7624408.
HSL color Cylindrical-coordinate representation of color #D85674: hue angle of 346.15º 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 #D85674 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 116 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.15 |
| HSL | 346.15º | 0.63% | 0.59% | - |
| HSV(B) | 346.15º | 0.6% | 0.85% | - |
| XYZ | 34.8 | 22.52 | 19.03 | - |
| YUV | 128.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 116 | 0 | 0.60 | 0.46 | 0.15 | 346.15 | 0.63 | 0.59 |
| Hex | D8 | 56 | 74 | 0 | 3C | 2E | F | 15A | 3E | 3B |
| Octal | 330 | 126 | 164 | 0 | 74 | 56 | 17 | 532 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1110100 | 0 | 111100 | 101110 | 1111 | 101011010 | 111110 | 111011 |
Color Harmonies of #D85674
Complementary color
Monochromatic Colors of #D85674
Black with #D85674
Text Example
Text Example
White with #D85674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85674; }
p { color: rgb(216,86,116); }
H1.HeaderClassName
{
color: #D85674;
}
.AnyTagClassName
{
color: #D85674;
}
</style>
background-color css
<style>
a { background-color: #D85674; }
a { background-color: rgb(216,86,116); }
div.DivClassName
{
background-color: #D85674;
}
.BgClassName
{
background-color: #D85674;
}
</style>
border-color css
<style>
span { border-color: #D85674; }
span { border-color: rgb(216,86,116); }
td.TdClassName
{
border-color: #D85674;
}
.TagClassName
{
border-color: #D85674;
}
</style>