Shades of Cranberry #D55887
Tints of Cranberry #D55887
RGB
CMYK
RGB Variations
Color information
#D55887 (or 0xD55887) is known color: Cranberry. HEX triplet: D5, 58 and 87. RGB value is (213,88,135). Sum of RGB (Red+Green+Blue) = 213+88+135=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55887 is #2AA778. Grayscale: #828282. Windows color (decimal): -2795385 or 8870101. OLE color: 8870101.
HSL color Cylindrical-coordinate representation of color #D55887: hue angle of 337.44º 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 #D55887 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 135 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.16 |
| HSL | 337.44º | 0.6% | 0.59% | - |
| HSV(B) | 337.44º | 0.59% | 0.84% | - |
| XYZ | 35.3 | 22.87 | 25.48 | - |
| YUV | 130.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 135 | 0 | 0.59 | 0.37 | 0.16 | 337.44 | 0.6 | 0.59 |
| Hex | D5 | 58 | 87 | 0 | 3B | 25 | 10 | 151 | 3C | 3B |
| Octal | 325 | 130 | 207 | 0 | 73 | 45 | 20 | 521 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10000111 | 0 | 111011 | 100101 | 10000 | 101010001 | 111100 | 111011 |
Color Harmonies of #D55887
Complementary color
Monochromatic Colors of #D55887
Black with #D55887
Text Example
Text Example
White with #D55887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55887; }
p { color: rgb(213,88,135); }
H1.HeaderClassName
{
color: #D55887;
}
.AnyTagClassName
{
color: #D55887;
}
</style>
background-color css
<style>
a { background-color: #D55887; }
a { background-color: rgb(213,88,135); }
div.DivClassName
{
background-color: #D55887;
}
.BgClassName
{
background-color: #D55887;
}
</style>
border-color css
<style>
span { border-color: #D55887; }
span { border-color: rgb(213,88,135); }
td.TdClassName
{
border-color: #D55887;
}
.TagClassName
{
border-color: #D55887;
}
</style>