Shades of Cranberry #D8487A
Tints of Cranberry #D8487A
RGB
CMYK
RGB Variations
Color information
#D8487A (or 0xD8487A) is known color: Cranberry. HEX triplet: D8, 48 and 7A. RGB value is (216,72,122). Sum of RGB (Red+Green+Blue) = 216+72+122=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8487A is #27B785. Grayscale: #787878. Windows color (decimal): -2602886 or 8014040. OLE color: 8014040.
HSL color Cylindrical-coordinate representation of color #D8487A: hue angle of 339.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8487A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 122 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.15 |
| HSL | 339.17º | 0.65% | 0.56% | - |
| HSV(B) | 339.17º | 0.67% | 0.85% | - |
| XYZ | 34.15 | 20.64 | 20.6 | - |
| YUV | 120.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 122 | 0 | 0.67 | 0.44 | 0.15 | 339.17 | 0.65 | 0.56 |
| Hex | D8 | 48 | 7A | 0 | 43 | 2C | F | 153 | 41 | 38 |
| Octal | 330 | 110 | 172 | 0 | 103 | 54 | 17 | 523 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1111010 | 0 | 1000011 | 101100 | 1111 | 101010011 | 1000001 | 111000 |
Color Harmonies of #D8487A
Complementary color
Monochromatic Colors of #D8487A
Black with #D8487A
Text Example
Text Example
White with #D8487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8487A; }
p { color: rgb(216,72,122); }
H1.HeaderClassName
{
color: #D8487A;
}
.AnyTagClassName
{
color: #D8487A;
}
</style>
background-color css
<style>
a { background-color: #D8487A; }
a { background-color: rgb(216,72,122); }
div.DivClassName
{
background-color: #D8487A;
}
.BgClassName
{
background-color: #D8487A;
}
</style>
border-color css
<style>
span { border-color: #D8487A; }
span { border-color: rgb(216,72,122); }
td.TdClassName
{
border-color: #D8487A;
}
.TagClassName
{
border-color: #D8487A;
}
</style>