Shades of Cranberry #D5587A
Tints of Cranberry #D5587A
RGB
CMYK
RGB Variations
Color information
#D5587A (or 0xD5587A) is known color: Cranberry. HEX triplet: D5, 58 and 7A. RGB value is (213,88,122). Sum of RGB (Red+Green+Blue) = 213+88+122=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5587A is #2AA785. Grayscale: #818181. Windows color (decimal): -2795398 or 8018133. OLE color: 8018133.
HSL color Cylindrical-coordinate representation of color #D5587A: hue angle of 343.68º 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 #D5587A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 122 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 343.68º | 0.6% | 0.59% | - |
| HSV(B) | 343.68º | 0.59% | 0.84% | - |
| XYZ | 34.44 | 22.53 | 20.95 | - |
| YUV | 129.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 122 | 0 | 0.59 | 0.43 | 0.16 | 343.68 | 0.6 | 0.59 |
| Hex | D5 | 58 | 7A | 0 | 3B | 2B | 10 | 158 | 3C | 3B |
| Octal | 325 | 130 | 172 | 0 | 73 | 53 | 20 | 530 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1111010 | 0 | 111011 | 101011 | 10000 | 101011000 | 111100 | 111011 |
Color Harmonies of #D5587A
Complementary color
Monochromatic Colors of #D5587A
Black with #D5587A
Text Example
Text Example
White with #D5587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5587A; }
p { color: rgb(213,88,122); }
H1.HeaderClassName
{
color: #D5587A;
}
.AnyTagClassName
{
color: #D5587A;
}
</style>
background-color css
<style>
a { background-color: #D5587A; }
a { background-color: rgb(213,88,122); }
div.DivClassName
{
background-color: #D5587A;
}
.BgClassName
{
background-color: #D5587A;
}
</style>
border-color css
<style>
span { border-color: #D5587A; }
span { border-color: rgb(213,88,122); }
td.TdClassName
{
border-color: #D5587A;
}
.TagClassName
{
border-color: #D5587A;
}
</style>