Shades of Cranberry #D8487E
Tints of Cranberry #D8487E
RGB
CMYK
RGB Variations
Color information
#D8487E (or 0xD8487E) is known color: Cranberry. HEX triplet: D8, 48 and 7E. RGB value is (216,72,126). Sum of RGB (Red+Green+Blue) = 216+72+126=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8487E is #27B781. Grayscale: #797979. Windows color (decimal): -2602882 or 8276184. OLE color: 8276184.
HSL color Cylindrical-coordinate representation of color #D8487E: hue angle of 337.5º 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 #D8487E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 126 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.15 |
| HSL | 337.5º | 0.65% | 0.56% | - |
| HSV(B) | 337.5º | 0.67% | 0.85% | - |
| XYZ | 34.4 | 20.74 | 21.93 | - |
| YUV | 121.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 126 | 0 | 0.67 | 0.42 | 0.15 | 337.5 | 0.65 | 0.56 |
| Hex | D8 | 48 | 7E | 0 | 43 | 2A | F | 152 | 41 | 38 |
| Octal | 330 | 110 | 176 | 0 | 103 | 52 | 17 | 522 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1111110 | 0 | 1000011 | 101010 | 1111 | 101010010 | 1000001 | 111000 |
Color Harmonies of #D8487E
Complementary color
Monochromatic Colors of #D8487E
Black with #D8487E
Text Example
Text Example
White with #D8487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8487E; }
p { color: rgb(216,72,126); }
H1.HeaderClassName
{
color: #D8487E;
}
.AnyTagClassName
{
color: #D8487E;
}
</style>
background-color css
<style>
a { background-color: #D8487E; }
a { background-color: rgb(216,72,126); }
div.DivClassName
{
background-color: #D8487E;
}
.BgClassName
{
background-color: #D8487E;
}
</style>
border-color css
<style>
span { border-color: #D8487E; }
span { border-color: rgb(216,72,126); }
td.TdClassName
{
border-color: #D8487E;
}
.TagClassName
{
border-color: #D8487E;
}
</style>