Shades of Cranberry #D85D7A
Tints of Cranberry #D85D7A
RGB
CMYK
RGB Variations
Color information
#D85D7A (or 0xD85D7A) is known color: Cranberry. HEX triplet: D8, 5D and 7A. RGB value is (216,93,122). Sum of RGB (Red+Green+Blue) = 216+93+122=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D7A is #27A285. Grayscale: #858585. Windows color (decimal): -2597510 or 8019416. OLE color: 8019416.
HSL color Cylindrical-coordinate representation of color #D85D7A: hue angle of 345.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D7A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 122 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.15 |
| HSL | 345.85º | 0.61% | 0.61% | - |
| HSV(B) | 345.85º | 0.57% | 0.85% | - |
| XYZ | 35.75 | 23.83 | 21.13 | - |
| YUV | 133.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 122 | 0 | 0.57 | 0.44 | 0.15 | 345.85 | 0.61 | 0.61 |
| Hex | D8 | 5D | 7A | 0 | 39 | 2C | F | 15A | 3D | 3D |
| Octal | 330 | 135 | 172 | 0 | 71 | 54 | 17 | 532 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1111010 | 0 | 111001 | 101100 | 1111 | 101011010 | 111101 | 111101 |
Color Harmonies of #D85D7A
Complementary color
Monochromatic Colors of #D85D7A
Black with #D85D7A
Text Example
Text Example
White with #D85D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D7A; }
p { color: rgb(216,93,122); }
H1.HeaderClassName
{
color: #D85D7A;
}
.AnyTagClassName
{
color: #D85D7A;
}
</style>
background-color css
<style>
a { background-color: #D85D7A; }
a { background-color: rgb(216,93,122); }
div.DivClassName
{
background-color: #D85D7A;
}
.BgClassName
{
background-color: #D85D7A;
}
</style>
border-color css
<style>
span { border-color: #D85D7A; }
span { border-color: rgb(216,93,122); }
td.TdClassName
{
border-color: #D85D7A;
}
.TagClassName
{
border-color: #D85D7A;
}
</style>