Shades of Cranberry #D8517A
Tints of Cranberry #D8517A
RGB
CMYK
RGB Variations
Color information
#D8517A (or 0xD8517A) is known color: Cranberry. HEX triplet: D8, 51 and 7A. RGB value is (216,81,122). Sum of RGB (Red+Green+Blue) = 216+81+122=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8517A is #27AE85. Grayscale: #7E7E7E. Windows color (decimal): -2600582 or 8016344. OLE color: 8016344.
HSL color Cylindrical-coordinate representation of color #D8517A: hue angle of 341.78º 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 #D8517A is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 122 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.15 |
| HSL | 341.78º | 0.63% | 0.58% | - |
| HSV(B) | 341.78º | 0.63% | 0.85% | - |
| XYZ | 34.77 | 21.89 | 20.8 | - |
| YUV | 126.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 122 | 0 | 0.62 | 0.44 | 0.15 | 341.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | 7A | 0 | 3E | 2C | F | 156 | 3F | 3A |
| Octal | 330 | 121 | 172 | 0 | 76 | 54 | 17 | 526 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1111010 | 0 | 111110 | 101100 | 1111 | 101010110 | 111111 | 111010 |
Color Harmonies of #D8517A
Complementary color
Monochromatic Colors of #D8517A
Black with #D8517A
Text Example
Text Example
White with #D8517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8517A; }
p { color: rgb(216,81,122); }
H1.HeaderClassName
{
color: #D8517A;
}
.AnyTagClassName
{
color: #D8517A;
}
</style>
background-color css
<style>
a { background-color: #D8517A; }
a { background-color: rgb(216,81,122); }
div.DivClassName
{
background-color: #D8517A;
}
.BgClassName
{
background-color: #D8517A;
}
</style>
border-color css
<style>
span { border-color: #D8517A; }
span { border-color: rgb(216,81,122); }
td.TdClassName
{
border-color: #D8517A;
}
.TagClassName
{
border-color: #D8517A;
}
</style>