Shades of Cranberry #D55F80
Tints of Cranberry #D55F80
RGB
CMYK
RGB Variations
Color information
#D55F80 (or 0xD55F80) is known color: Cranberry. HEX triplet: D5, 5F and 80. RGB value is (213,95,128). Sum of RGB (Red+Green+Blue) = 213+95+128=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F80 is #2AA07F. Grayscale: #868686. Windows color (decimal): -2793600 or 8413141. OLE color: 8413141.
HSL color Cylindrical-coordinate representation of color #D55F80: hue angle of 343.22º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F80 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 128 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.16 |
| HSL | 343.22º | 0.58% | 0.6% | - |
| HSV(B) | 343.22º | 0.55% | 0.84% | - |
| XYZ | 35.43 | 23.89 | 23.17 | - |
| YUV | 134.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 128 | 0 | 0.55 | 0.40 | 0.16 | 343.22 | 0.58 | 0.6 |
| Hex | D5 | 5F | 80 | 0 | 37 | 28 | 10 | 157 | 3A | 3C |
| Octal | 325 | 137 | 200 | 0 | 67 | 50 | 20 | 527 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10000000 | 0 | 110111 | 101000 | 10000 | 101010111 | 111010 | 111100 |
Color Harmonies of #D55F80
Complementary color
Monochromatic Colors of #D55F80
Black with #D55F80
Text Example
Text Example
White with #D55F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F80; }
p { color: rgb(213,95,128); }
H1.HeaderClassName
{
color: #D55F80;
}
.AnyTagClassName
{
color: #D55F80;
}
</style>
background-color css
<style>
a { background-color: #D55F80; }
a { background-color: rgb(213,95,128); }
div.DivClassName
{
background-color: #D55F80;
}
.BgClassName
{
background-color: #D55F80;
}
</style>
border-color css
<style>
span { border-color: #D55F80; }
span { border-color: rgb(213,95,128); }
td.TdClassName
{
border-color: #D55F80;
}
.TagClassName
{
border-color: #D55F80;
}
</style>