Shades of Cranberry #D9587E
Tints of Cranberry #D9587E
RGB
CMYK
RGB Variations
Color information
#D9587E (or 0xD9587E) is known color: Cranberry. HEX triplet: D9, 58 and 7E. RGB value is (217,88,126). Sum of RGB (Red+Green+Blue) = 217+88+126=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9587E is #26A781. Grayscale: #828282. Windows color (decimal): -2533250 or 8280281. OLE color: 8280281.
HSL color Cylindrical-coordinate representation of color #D9587E: hue angle of 342.33º degrees, saturation: 0.63, 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 #D9587E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 126 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.15 |
| HSL | 342.33º | 0.63% | 0.6% | - |
| HSV(B) | 342.33º | 0.59% | 0.85% | - |
| XYZ | 35.87 | 23.24 | 22.33 | - |
| YUV | 130.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 126 | 0 | 0.59 | 0.42 | 0.15 | 342.33 | 0.63 | 0.6 |
| Hex | D9 | 58 | 7E | 0 | 3B | 2A | F | 156 | 3F | 3C |
| Octal | 331 | 130 | 176 | 0 | 73 | 52 | 17 | 526 | 77 | 74 |
| Binary | 11011001 | 1011000 | 1111110 | 0 | 111011 | 101010 | 1111 | 101010110 | 111111 | 111100 |
Color Harmonies of #D9587E
Complementary color
Monochromatic Colors of #D9587E
Black with #D9587E
Text Example
Text Example
White with #D9587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9587E; }
p { color: rgb(217,88,126); }
H1.HeaderClassName
{
color: #D9587E;
}
.AnyTagClassName
{
color: #D9587E;
}
</style>
background-color css
<style>
a { background-color: #D9587E; }
a { background-color: rgb(217,88,126); }
div.DivClassName
{
background-color: #D9587E;
}
.BgClassName
{
background-color: #D9587E;
}
</style>
border-color css
<style>
span { border-color: #D9587E; }
span { border-color: rgb(217,88,126); }
td.TdClassName
{
border-color: #D9587E;
}
.TagClassName
{
border-color: #D9587E;
}
</style>