Shades of Cranberry #D5587D
Tints of Cranberry #D5587D
RGB
CMYK
RGB Variations
Color information
#D5587D (or 0xD5587D) is known color: Cranberry. HEX triplet: D5, 58 and 7D. RGB value is (213,88,125). Sum of RGB (Red+Green+Blue) = 213+88+125=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5587D is #2AA782. Grayscale: #818181. Windows color (decimal): -2795395 or 8214741. OLE color: 8214741.
HSL color Cylindrical-coordinate representation of color #D5587D: hue angle of 342.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5587D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 125 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.16 |
| HSL | 342.24º | 0.6% | 0.59% | - |
| HSV(B) | 342.24º | 0.59% | 0.84% | - |
| XYZ | 34.63 | 22.61 | 21.94 | - |
| YUV | 129.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 125 | 0 | 0.59 | 0.41 | 0.16 | 342.24 | 0.6 | 0.59 |
| Hex | D5 | 58 | 7D | 0 | 3B | 29 | 10 | 156 | 3C | 3B |
| Octal | 325 | 130 | 175 | 0 | 73 | 51 | 20 | 526 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1111101 | 0 | 111011 | 101001 | 10000 | 101010110 | 111100 | 111011 |
Color Harmonies of #D5587D
Complementary color
Monochromatic Colors of #D5587D
Black with #D5587D
Text Example
Text Example
White with #D5587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5587D; }
p { color: rgb(213,88,125); }
H1.HeaderClassName
{
color: #D5587D;
}
.AnyTagClassName
{
color: #D5587D;
}
</style>
background-color css
<style>
a { background-color: #D5587D; }
a { background-color: rgb(213,88,125); }
div.DivClassName
{
background-color: #D5587D;
}
.BgClassName
{
background-color: #D5587D;
}
</style>
border-color css
<style>
span { border-color: #D5587D; }
span { border-color: rgb(213,88,125); }
td.TdClassName
{
border-color: #D5587D;
}
.TagClassName
{
border-color: #D5587D;
}
</style>