Shades of Cranberry #D85275
Tints of Cranberry #D85275
RGB
CMYK
RGB Variations
Color information
#D85275 (or 0xD85275) is known color: Cranberry. HEX triplet: D8, 52 and 75. RGB value is (216,82,117). Sum of RGB (Red+Green+Blue) = 216+82+117=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D85275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85275 is #27AD8A. Grayscale: #7E7E7E. Windows color (decimal): -2600331 or 7688920. OLE color: 7688920.
HSL color Cylindrical-coordinate representation of color #D85275: hue angle of 344.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85275 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 117 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.15 |
| HSL | 344.33º | 0.63% | 0.58% | - |
| HSV(B) | 344.33º | 0.62% | 0.85% | - |
| XYZ | 34.55 | 21.92 | 19.24 | - |
| YUV | 126.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 117 | 0 | 0.62 | 0.46 | 0.15 | 344.33 | 0.63 | 0.58 |
| Hex | D8 | 52 | 75 | 0 | 3E | 2E | F | 158 | 3F | 3A |
| Octal | 330 | 122 | 165 | 0 | 76 | 56 | 17 | 530 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1110101 | 0 | 111110 | 101110 | 1111 | 101011000 | 111111 | 111010 |
Color Harmonies of #D85275
Complementary color
Monochromatic Colors of #D85275
Black with #D85275
Text Example
Text Example
White with #D85275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85275; }
p { color: rgb(216,82,117); }
H1.HeaderClassName
{
color: #D85275;
}
.AnyTagClassName
{
color: #D85275;
}
</style>
background-color css
<style>
a { background-color: #D85275; }
a { background-color: rgb(216,82,117); }
div.DivClassName
{
background-color: #D85275;
}
.BgClassName
{
background-color: #D85275;
}
</style>
border-color css
<style>
span { border-color: #D85275; }
span { border-color: rgb(216,82,117); }
td.TdClassName
{
border-color: #D85275;
}
.TagClassName
{
border-color: #D85275;
}
</style>