Shades of Cranberry #D8487B
Tints of Cranberry #D8487B
RGB
CMYK
RGB Variations
Color information
#D8487B (or 0xD8487B) is known color: Cranberry. HEX triplet: D8, 48 and 7B. RGB value is (216,72,123). Sum of RGB (Red+Green+Blue) = 216+72+123=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8487B is #27B784. Grayscale: #787878. Windows color (decimal): -2602885 or 8079576. OLE color: 8079576.
HSL color Cylindrical-coordinate representation of color #D8487B: hue angle of 338.75º 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 #D8487B is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 123 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.15 |
| HSL | 338.75º | 0.65% | 0.56% | - |
| HSV(B) | 338.75º | 0.67% | 0.85% | - |
| XYZ | 34.21 | 20.66 | 20.92 | - |
| YUV | 120.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 123 | 0 | 0.67 | 0.43 | 0.15 | 338.75 | 0.65 | 0.56 |
| Hex | D8 | 48 | 7B | 0 | 43 | 2B | F | 153 | 41 | 38 |
| Octal | 330 | 110 | 173 | 0 | 103 | 53 | 17 | 523 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1111011 | 0 | 1000011 | 101011 | 1111 | 101010011 | 1000001 | 111000 |
Color Harmonies of #D8487B
Complementary color
Monochromatic Colors of #D8487B
Black with #D8487B
Text Example
Text Example
White with #D8487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8487B; }
p { color: rgb(216,72,123); }
H1.HeaderClassName
{
color: #D8487B;
}
.AnyTagClassName
{
color: #D8487B;
}
</style>
background-color css
<style>
a { background-color: #D8487B; }
a { background-color: rgb(216,72,123); }
div.DivClassName
{
background-color: #D8487B;
}
.BgClassName
{
background-color: #D8487B;
}
</style>
border-color css
<style>
span { border-color: #D8487B; }
span { border-color: rgb(216,72,123); }
td.TdClassName
{
border-color: #D8487B;
}
.TagClassName
{
border-color: #D8487B;
}
</style>