Shades of Cranberry #D85075
Tints of Cranberry #D85075
RGB
CMYK
RGB Variations
Color information
#D85075 (or 0xD85075) is known color: Cranberry. HEX triplet: D8, 50 and 75. RGB value is (216,80,117). Sum of RGB (Red+Green+Blue) = 216+80+117=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D85075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85075 is #27AF8A. Grayscale: #7C7C7C. Windows color (decimal): -2600843 or 7688408. OLE color: 7688408.
HSL color Cylindrical-coordinate representation of color #D85075: hue angle of 343.68º 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 #D85075 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 117 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.15 |
| HSL | 343.68º | 0.64% | 0.58% | - |
| HSV(B) | 343.68º | 0.63% | 0.85% | - |
| XYZ | 34.4 | 21.62 | 19.19 | - |
| YUV | 124.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 117 | 0 | 0.63 | 0.46 | 0.15 | 343.68 | 0.64 | 0.58 |
| Hex | D8 | 50 | 75 | 0 | 3F | 2E | F | 158 | 40 | 3A |
| Octal | 330 | 120 | 165 | 0 | 77 | 56 | 17 | 530 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1110101 | 0 | 111111 | 101110 | 1111 | 101011000 | 1000000 | 111010 |
Color Harmonies of #D85075
Complementary color
Monochromatic Colors of #D85075
Black with #D85075
Text Example
Text Example
White with #D85075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85075; }
p { color: rgb(216,80,117); }
H1.HeaderClassName
{
color: #D85075;
}
.AnyTagClassName
{
color: #D85075;
}
</style>
background-color css
<style>
a { background-color: #D85075; }
a { background-color: rgb(216,80,117); }
div.DivClassName
{
background-color: #D85075;
}
.BgClassName
{
background-color: #D85075;
}
</style>
border-color css
<style>
span { border-color: #D85075; }
span { border-color: rgb(216,80,117); }
td.TdClassName
{
border-color: #D85075;
}
.TagClassName
{
border-color: #D85075;
}
</style>