Shades of Cranberry #D5588B
Tints of Cranberry #D5588B
RGB
CMYK
RGB Variations
Color information
#D5588B (or 0xD5588B) is known color: Cranberry. HEX triplet: D5, 58 and 8B. RGB value is (213,88,139). Sum of RGB (Red+Green+Blue) = 213+88+139=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5588B is #2AA774. Grayscale: #838383. Windows color (decimal): -2795381 or 9132245. OLE color: 9132245.
HSL color Cylindrical-coordinate representation of color #D5588B: hue angle of 335.52º 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 #D5588B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 139 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.16 |
| HSL | 335.52º | 0.6% | 0.59% | - |
| HSV(B) | 335.52º | 0.59% | 0.84% | - |
| XYZ | 35.59 | 22.99 | 26.99 | - |
| YUV | 131.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 139 | 0 | 0.59 | 0.35 | 0.16 | 335.52 | 0.6 | 0.59 |
| Hex | D5 | 58 | 8B | 0 | 3B | 23 | 10 | 150 | 3C | 3B |
| Octal | 325 | 130 | 213 | 0 | 73 | 43 | 20 | 520 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10001011 | 0 | 111011 | 100011 | 10000 | 101010000 | 111100 | 111011 |
Color Harmonies of #D5588B
Complementary color
Monochromatic Colors of #D5588B
Black with #D5588B
Text Example
Text Example
White with #D5588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5588B; }
p { color: rgb(213,88,139); }
H1.HeaderClassName
{
color: #D5588B;
}
.AnyTagClassName
{
color: #D5588B;
}
</style>
background-color css
<style>
a { background-color: #D5588B; }
a { background-color: rgb(213,88,139); }
div.DivClassName
{
background-color: #D5588B;
}
.BgClassName
{
background-color: #D5588B;
}
</style>
border-color css
<style>
span { border-color: #D5588B; }
span { border-color: rgb(213,88,139); }
td.TdClassName
{
border-color: #D5588B;
}
.TagClassName
{
border-color: #D5588B;
}
</style>