Shades of Cranberry #D8587D
Tints of Cranberry #D8587D
RGB
CMYK
RGB Variations
Color information
#D8587D (or 0xD8587D) is known color: Cranberry. HEX triplet: D8, 58 and 7D. RGB value is (216,88,125). Sum of RGB (Red+Green+Blue) = 216+88+125=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8587D is #27A782. Grayscale: #828282. Windows color (decimal): -2598787 or 8214744. OLE color: 8214744.
HSL color Cylindrical-coordinate representation of color #D8587D: hue angle of 342.66º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8587D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 125 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.15 |
| HSL | 342.66º | 0.62% | 0.6% | - |
| HSV(B) | 342.66º | 0.59% | 0.85% | - |
| XYZ | 35.51 | 23.06 | 21.98 | - |
| YUV | 130.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 125 | 0 | 0.59 | 0.42 | 0.15 | 342.66 | 0.62 | 0.6 |
| Hex | D8 | 58 | 7D | 0 | 3B | 2A | F | 157 | 3E | 3C |
| Octal | 330 | 130 | 175 | 0 | 73 | 52 | 17 | 527 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1111101 | 0 | 111011 | 101010 | 1111 | 101010111 | 111110 | 111100 |
Color Harmonies of #D8587D
Complementary color
Monochromatic Colors of #D8587D
Black with #D8587D
Text Example
Text Example
White with #D8587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8587D; }
p { color: rgb(216,88,125); }
H1.HeaderClassName
{
color: #D8587D;
}
.AnyTagClassName
{
color: #D8587D;
}
</style>
background-color css
<style>
a { background-color: #D8587D; }
a { background-color: rgb(216,88,125); }
div.DivClassName
{
background-color: #D8587D;
}
.BgClassName
{
background-color: #D8587D;
}
</style>
border-color css
<style>
span { border-color: #D8587D; }
span { border-color: rgb(216,88,125); }
td.TdClassName
{
border-color: #D8587D;
}
.TagClassName
{
border-color: #D8587D;
}
</style>