Shades of Cranberry #D9587A
Tints of Cranberry #D9587A
RGB
CMYK
RGB Variations
Color information
#D9587A (or 0xD9587A) is known color: Cranberry. HEX triplet: D9, 58 and 7A. RGB value is (217,88,122). Sum of RGB (Red+Green+Blue) = 217+88+122=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9587A is #26A785. Grayscale: #828282. Windows color (decimal): -2533254 or 8018137. OLE color: 8018137.
HSL color Cylindrical-coordinate representation of color #D9587A: hue angle of 344.19º 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 #D9587A is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 122 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.15 |
| HSL | 344.19º | 0.63% | 0.6% | - |
| HSV(B) | 344.19º | 0.59% | 0.85% | - |
| XYZ | 35.62 | 23.14 | 21 | - |
| YUV | 130.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 122 | 0 | 0.59 | 0.44 | 0.15 | 344.19 | 0.63 | 0.6 |
| Hex | D9 | 58 | 7A | 0 | 3B | 2C | F | 158 | 3F | 3C |
| Octal | 331 | 130 | 172 | 0 | 73 | 54 | 17 | 530 | 77 | 74 |
| Binary | 11011001 | 1011000 | 1111010 | 0 | 111011 | 101100 | 1111 | 101011000 | 111111 | 111100 |
Color Harmonies of #D9587A
Complementary color
Monochromatic Colors of #D9587A
Black with #D9587A
Text Example
Text Example
White with #D9587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9587A; }
p { color: rgb(217,88,122); }
H1.HeaderClassName
{
color: #D9587A;
}
.AnyTagClassName
{
color: #D9587A;
}
</style>
background-color css
<style>
a { background-color: #D9587A; }
a { background-color: rgb(217,88,122); }
div.DivClassName
{
background-color: #D9587A;
}
.BgClassName
{
background-color: #D9587A;
}
</style>
border-color css
<style>
span { border-color: #D9587A; }
span { border-color: rgb(217,88,122); }
td.TdClassName
{
border-color: #D9587A;
}
.TagClassName
{
border-color: #D9587A;
}
</style>