Shades of Cranberry #D85A75
Tints of Cranberry #D85A75
RGB
CMYK
RGB Variations
Color information
#D85A75 (or 0xD85A75) is known color: Cranberry. HEX triplet: D8, 5A and 75. RGB value is (216,90,117). Sum of RGB (Red+Green+Blue) = 216+90+117=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A75 is #27A58A. Grayscale: #828282. Windows color (decimal): -2598283 or 7690968. OLE color: 7690968.
HSL color Cylindrical-coordinate representation of color #D85A75: hue angle of 347.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A75 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 117 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.15 |
| HSL | 347.14º | 0.62% | 0.6% | - |
| HSV(B) | 347.14º | 0.58% | 0.85% | - |
| XYZ | 35.19 | 23.2 | 19.45 | - |
| YUV | 130.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 117 | 0 | 0.58 | 0.46 | 0.15 | 347.14 | 0.62 | 0.6 |
| Hex | D8 | 5A | 75 | 0 | 3A | 2E | F | 15B | 3E | 3C |
| Octal | 330 | 132 | 165 | 0 | 72 | 56 | 17 | 533 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1110101 | 0 | 111010 | 101110 | 1111 | 101011011 | 111110 | 111100 |
Color Harmonies of #D85A75
Complementary color
Monochromatic Colors of #D85A75
Black with #D85A75
Text Example
Text Example
White with #D85A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A75; }
p { color: rgb(216,90,117); }
H1.HeaderClassName
{
color: #D85A75;
}
.AnyTagClassName
{
color: #D85A75;
}
</style>
background-color css
<style>
a { background-color: #D85A75; }
a { background-color: rgb(216,90,117); }
div.DivClassName
{
background-color: #D85A75;
}
.BgClassName
{
background-color: #D85A75;
}
</style>
border-color css
<style>
span { border-color: #D85A75; }
span { border-color: rgb(216,90,117); }
td.TdClassName
{
border-color: #D85A75;
}
.TagClassName
{
border-color: #D85A75;
}
</style>