Shades of Cranberry #D55979
Tints of Cranberry #D55979
RGB
CMYK
RGB Variations
Color information
#D55979 (or 0xD55979) is known color: Cranberry. HEX triplet: D5, 59 and 79. RGB value is (213,89,121). Sum of RGB (Red+Green+Blue) = 213+89+121=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D55979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55979 is #2AA686. Grayscale: #818181. Windows color (decimal): -2795143 or 7952853. OLE color: 7952853.
HSL color Cylindrical-coordinate representation of color #D55979: hue angle of 344.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55979 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 121 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.16 |
| HSL | 344.52º | 0.6% | 0.59% | - |
| HSV(B) | 344.52º | 0.58% | 0.84% | - |
| XYZ | 34.46 | 22.67 | 20.65 | - |
| YUV | 129.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 121 | 0 | 0.58 | 0.43 | 0.16 | 344.52 | 0.6 | 0.59 |
| Hex | D5 | 59 | 79 | 0 | 3A | 2B | 10 | 159 | 3C | 3B |
| Octal | 325 | 131 | 171 | 0 | 72 | 53 | 20 | 531 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1111001 | 0 | 111010 | 101011 | 10000 | 101011001 | 111100 | 111011 |
Color Harmonies of #D55979
Complementary color
Monochromatic Colors of #D55979
Black with #D55979
Text Example
Text Example
White with #D55979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55979; }
p { color: rgb(213,89,121); }
H1.HeaderClassName
{
color: #D55979;
}
.AnyTagClassName
{
color: #D55979;
}
</style>
background-color css
<style>
a { background-color: #D55979; }
a { background-color: rgb(213,89,121); }
div.DivClassName
{
background-color: #D55979;
}
.BgClassName
{
background-color: #D55979;
}
</style>
border-color css
<style>
span { border-color: #D55979; }
span { border-color: rgb(213,89,121); }
td.TdClassName
{
border-color: #D55979;
}
.TagClassName
{
border-color: #D55979;
}
</style>