Shades of Cranberry #D55987
Tints of Cranberry #D55987
RGB
CMYK
RGB Variations
Color information
#D55987 (or 0xD55987) is known color: Cranberry. HEX triplet: D5, 59 and 87. RGB value is (213,89,135). Sum of RGB (Red+Green+Blue) = 213+89+135=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55987 is #2AA678. Grayscale: #838383. Windows color (decimal): -2795129 or 8870357. OLE color: 8870357.
HSL color Cylindrical-coordinate representation of color #D55987: hue angle of 337.74º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55987 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 135 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.16 |
| HSL | 337.74º | 0.6% | 0.59% | - |
| HSV(B) | 337.74º | 0.58% | 0.84% | - |
| XYZ | 35.39 | 23.04 | 25.5 | - |
| YUV | 131.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 135 | 0 | 0.58 | 0.37 | 0.16 | 337.74 | 0.6 | 0.59 |
| Hex | D5 | 59 | 87 | 0 | 3A | 25 | 10 | 152 | 3C | 3B |
| Octal | 325 | 131 | 207 | 0 | 72 | 45 | 20 | 522 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10000111 | 0 | 111010 | 100101 | 10000 | 101010010 | 111100 | 111011 |
Color Harmonies of #D55987
Complementary color
Monochromatic Colors of #D55987
Black with #D55987
Text Example
Text Example
White with #D55987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55987; }
p { color: rgb(213,89,135); }
H1.HeaderClassName
{
color: #D55987;
}
.AnyTagClassName
{
color: #D55987;
}
</style>
background-color css
<style>
a { background-color: #D55987; }
a { background-color: rgb(213,89,135); }
div.DivClassName
{
background-color: #D55987;
}
.BgClassName
{
background-color: #D55987;
}
</style>
border-color css
<style>
span { border-color: #D55987; }
span { border-color: rgb(213,89,135); }
td.TdClassName
{
border-color: #D55987;
}
.TagClassName
{
border-color: #D55987;
}
</style>