Shades of Cranberry #D85874
Tints of Cranberry #D85874
RGB
CMYK
RGB Variations
Color information
#D85874 (or 0xD85874) is known color: Cranberry. HEX triplet: D8, 58 and 74. RGB value is (216,88,116). Sum of RGB (Red+Green+Blue) = 216+88+116=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D85874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85874 is #27A78B. Grayscale: #818181. Windows color (decimal): -2598796 or 7624920. OLE color: 7624920.
HSL color Cylindrical-coordinate representation of color #D85874: hue angle of 346.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85874 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 116 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.15 |
| HSL | 346.88º | 0.62% | 0.6% | - |
| HSV(B) | 346.88º | 0.59% | 0.85% | - |
| XYZ | 34.96 | 22.84 | 19.09 | - |
| YUV | 129.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 116 | 0 | 0.59 | 0.46 | 0.15 | 346.88 | 0.62 | 0.6 |
| Hex | D8 | 58 | 74 | 0 | 3B | 2E | F | 15B | 3E | 3C |
| Octal | 330 | 130 | 164 | 0 | 73 | 56 | 17 | 533 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1110100 | 0 | 111011 | 101110 | 1111 | 101011011 | 111110 | 111100 |
Color Harmonies of #D85874
Complementary color
Monochromatic Colors of #D85874
Black with #D85874
Text Example
Text Example
White with #D85874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85874; }
p { color: rgb(216,88,116); }
H1.HeaderClassName
{
color: #D85874;
}
.AnyTagClassName
{
color: #D85874;
}
</style>
background-color css
<style>
a { background-color: #D85874; }
a { background-color: rgb(216,88,116); }
div.DivClassName
{
background-color: #D85874;
}
.BgClassName
{
background-color: #D85874;
}
</style>
border-color css
<style>
span { border-color: #D85874; }
span { border-color: rgb(216,88,116); }
td.TdClassName
{
border-color: #D85874;
}
.TagClassName
{
border-color: #D85874;
}
</style>