Shades of Cranberry #D55588
Tints of Cranberry #D55588
RGB
CMYK
RGB Variations
Color information
#D55588 (or 0xD55588) is known color: Cranberry. HEX triplet: D5, 55 and 88. RGB value is (213,85,136). Sum of RGB (Red+Green+Blue) = 213+85+136=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D55588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55588 is #2AAA77. Grayscale: #818181. Windows color (decimal): -2796152 or 8934869. OLE color: 8934869.
HSL color Cylindrical-coordinate representation of color #D55588: hue angle of 336.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55588 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 136 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.16 |
| HSL | 336.09º | 0.6% | 0.58% | - |
| HSV(B) | 336.09º | 0.6% | 0.84% | - |
| XYZ | 35.13 | 22.42 | 25.77 | - |
| YUV | 129.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 136 | 0 | 0.60 | 0.36 | 0.16 | 336.09 | 0.6 | 0.58 |
| Hex | D5 | 55 | 88 | 0 | 3C | 24 | 10 | 150 | 3C | 3A |
| Octal | 325 | 125 | 210 | 0 | 74 | 44 | 20 | 520 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10001000 | 0 | 111100 | 100100 | 10000 | 101010000 | 111100 | 111010 |
Color Harmonies of #D55588
Complementary color
Monochromatic Colors of #D55588
Black with #D55588
Text Example
Text Example
White with #D55588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55588; }
p { color: rgb(213,85,136); }
H1.HeaderClassName
{
color: #D55588;
}
.AnyTagClassName
{
color: #D55588;
}
</style>
background-color css
<style>
a { background-color: #D55588; }
a { background-color: rgb(213,85,136); }
div.DivClassName
{
background-color: #D55588;
}
.BgClassName
{
background-color: #D55588;
}
</style>
border-color css
<style>
span { border-color: #D55588; }
span { border-color: rgb(213,85,136); }
td.TdClassName
{
border-color: #D55588;
}
.TagClassName
{
border-color: #D55588;
}
</style>