Shades of Cranberry #D5587B
Tints of Cranberry #D5587B
RGB
CMYK
RGB Variations
Color information
#D5587B (or 0xD5587B) is known color: Cranberry. HEX triplet: D5, 58 and 7B. RGB value is (213,88,123). Sum of RGB (Red+Green+Blue) = 213+88+123=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5587B is #2AA784. Grayscale: #818181. Windows color (decimal): -2795397 or 8083669. OLE color: 8083669.
HSL color Cylindrical-coordinate representation of color #D5587B: hue angle of 343.2º 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 #D5587B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 123 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.16 |
| HSL | 343.2º | 0.6% | 0.59% | - |
| HSV(B) | 343.2º | 0.59% | 0.84% | - |
| XYZ | 34.51 | 22.56 | 21.27 | - |
| YUV | 129.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 123 | 0 | 0.59 | 0.42 | 0.16 | 343.2 | 0.6 | 0.59 |
| Hex | D5 | 58 | 7B | 0 | 3B | 2A | 10 | 157 | 3C | 3B |
| Octal | 325 | 130 | 173 | 0 | 73 | 52 | 20 | 527 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1111011 | 0 | 111011 | 101010 | 10000 | 101010111 | 111100 | 111011 |
Color Harmonies of #D5587B
Complementary color
Monochromatic Colors of #D5587B
Black with #D5587B
Text Example
Text Example
White with #D5587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5587B; }
p { color: rgb(213,88,123); }
H1.HeaderClassName
{
color: #D5587B;
}
.AnyTagClassName
{
color: #D5587B;
}
</style>
background-color css
<style>
a { background-color: #D5587B; }
a { background-color: rgb(213,88,123); }
div.DivClassName
{
background-color: #D5587B;
}
.BgClassName
{
background-color: #D5587B;
}
</style>
border-color css
<style>
span { border-color: #D5587B; }
span { border-color: rgb(213,88,123); }
td.TdClassName
{
border-color: #D5587B;
}
.TagClassName
{
border-color: #D5587B;
}
</style>