Shades of Cranberry #D55580
Tints of Cranberry #D55580
RGB
CMYK
RGB Variations
Color information
#D55580 (or 0xD55580) is known color: Cranberry. HEX triplet: D5, 55 and 80. RGB value is (213,85,128). Sum of RGB (Red+Green+Blue) = 213+85+128=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55580 is #2AAA7F. Grayscale: #808080. Windows color (decimal): -2796160 or 8410581. OLE color: 8410581.
HSL color Cylindrical-coordinate representation of color #D55580: hue angle of 339.84º 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 #D55580 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 128 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.16 |
| HSL | 339.84º | 0.6% | 0.58% | - |
| HSV(B) | 339.84º | 0.6% | 0.84% | - |
| XYZ | 34.59 | 22.2 | 22.88 | - |
| YUV | 128.17 | 127.91 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 128 | 0 | 0.60 | 0.40 | 0.16 | 339.84 | 0.6 | 0.58 |
| Hex | D5 | 55 | 80 | 0 | 3C | 28 | 10 | 154 | 3C | 3A |
| Octal | 325 | 125 | 200 | 0 | 74 | 50 | 20 | 524 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10000000 | 0 | 111100 | 101000 | 10000 | 101010100 | 111100 | 111010 |
Color Harmonies of #D55580
Complementary color
Monochromatic Colors of #D55580
Black with #D55580
Text Example
Text Example
White with #D55580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55580; }
p { color: rgb(213,85,128); }
H1.HeaderClassName
{
color: #D55580;
}
.AnyTagClassName
{
color: #D55580;
}
</style>
background-color css
<style>
a { background-color: #D55580; }
a { background-color: rgb(213,85,128); }
div.DivClassName
{
background-color: #D55580;
}
.BgClassName
{
background-color: #D55580;
}
</style>
border-color css
<style>
span { border-color: #D55580; }
span { border-color: rgb(213,85,128); }
td.TdClassName
{
border-color: #D55580;
}
.TagClassName
{
border-color: #D55580;
}
</style>