Shades of Cranberry #D9587F
Tints of Cranberry #D9587F
RGB
CMYK
RGB Variations
Color information
#D9587F (or 0xD9587F) is known color: Cranberry. HEX triplet: D9, 58 and 7F. RGB value is (217,88,127). Sum of RGB (Red+Green+Blue) = 217+88+127=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9587F is #26A780. Grayscale: #828282. Windows color (decimal): -2533249 or 8345817. OLE color: 8345817.
HSL color Cylindrical-coordinate representation of color #D9587F: hue angle of 341.86º 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 #D9587F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 127 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.15 |
| HSL | 341.86º | 0.63% | 0.6% | - |
| HSV(B) | 341.86º | 0.59% | 0.85% | - |
| XYZ | 35.94 | 23.26 | 22.67 | - |
| YUV | 131.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 127 | 0 | 0.59 | 0.41 | 0.15 | 341.86 | 0.63 | 0.6 |
| Hex | D9 | 58 | 7F | 0 | 3B | 29 | F | 156 | 3F | 3C |
| Octal | 331 | 130 | 177 | 0 | 73 | 51 | 17 | 526 | 77 | 74 |
| Binary | 11011001 | 1011000 | 1111111 | 0 | 111011 | 101001 | 1111 | 101010110 | 111111 | 111100 |
Color Harmonies of #D9587F
Complementary color
Monochromatic Colors of #D9587F
Black with #D9587F
Text Example
Text Example
White with #D9587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9587F; }
p { color: rgb(217,88,127); }
H1.HeaderClassName
{
color: #D9587F;
}
.AnyTagClassName
{
color: #D9587F;
}
</style>
background-color css
<style>
a { background-color: #D9587F; }
a { background-color: rgb(217,88,127); }
div.DivClassName
{
background-color: #D9587F;
}
.BgClassName
{
background-color: #D9587F;
}
</style>
border-color css
<style>
span { border-color: #D9587F; }
span { border-color: rgb(217,88,127); }
td.TdClassName
{
border-color: #D9587F;
}
.TagClassName
{
border-color: #D9587F;
}
</style>