Shades of Cranberry #D85070
Tints of Cranberry #D85070
RGB
CMYK
RGB Variations
Color information
#D85070 (or 0xD85070) is known color: Cranberry. HEX triplet: D8, 50 and 70. RGB value is (216,80,112). Sum of RGB (Red+Green+Blue) = 216+80+112=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D85070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85070 is #27AF8F. Grayscale: #7C7C7C. Windows color (decimal): -2600848 or 7360728. OLE color: 7360728.
HSL color Cylindrical-coordinate representation of color #D85070: hue angle of 345.88º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85070 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 112 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.15 |
| HSL | 345.88º | 0.64% | 0.58% | - |
| HSV(B) | 345.88º | 0.63% | 0.85% | - |
| XYZ | 34.11 | 21.51 | 17.68 | - |
| YUV | 124.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 112 | 0 | 0.63 | 0.48 | 0.15 | 345.88 | 0.64 | 0.58 |
| Hex | D8 | 50 | 70 | 0 | 3F | 30 | F | 15A | 40 | 3A |
| Octal | 330 | 120 | 160 | 0 | 77 | 60 | 17 | 532 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1110000 | 0 | 111111 | 110000 | 1111 | 101011010 | 1000000 | 111010 |
Color Harmonies of #D85070
Complementary color
Monochromatic Colors of #D85070
Black with #D85070
Text Example
Text Example
White with #D85070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85070; }
p { color: rgb(216,80,112); }
H1.HeaderClassName
{
color: #D85070;
}
.AnyTagClassName
{
color: #D85070;
}
</style>
background-color css
<style>
a { background-color: #D85070; }
a { background-color: rgb(216,80,112); }
div.DivClassName
{
background-color: #D85070;
}
.BgClassName
{
background-color: #D85070;
}
</style>
border-color css
<style>
span { border-color: #D85070; }
span { border-color: rgb(216,80,112); }
td.TdClassName
{
border-color: #D85070;
}
.TagClassName
{
border-color: #D85070;
}
</style>