Shades of Cranberry #D55F79
Tints of Cranberry #D55F79
RGB
CMYK
RGB Variations
Color information
#D55F79 (or 0xD55F79) is known color: Cranberry. HEX triplet: D5, 5F and 79. RGB value is (213,95,121). Sum of RGB (Red+Green+Blue) = 213+95+121=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F79 is #2AA086. Grayscale: #858585. Windows color (decimal): -2793607 or 7954389. OLE color: 7954389.
HSL color Cylindrical-coordinate representation of color #D55F79: hue angle of 346.78º 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 #D55F79 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 121 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.16 |
| HSL | 346.78º | 0.58% | 0.6% | - |
| HSV(B) | 346.78º | 0.55% | 0.84% | - |
| XYZ | 34.98 | 23.71 | 20.82 | - |
| YUV | 133.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 121 | 0 | 0.55 | 0.43 | 0.16 | 346.78 | 0.58 | 0.6 |
| Hex | D5 | 5F | 79 | 0 | 37 | 2B | 10 | 15B | 3A | 3C |
| Octal | 325 | 137 | 171 | 0 | 67 | 53 | 20 | 533 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1111001 | 0 | 110111 | 101011 | 10000 | 101011011 | 111010 | 111100 |
Color Harmonies of #D55F79
Complementary color
Monochromatic Colors of #D55F79
Black with #D55F79
Text Example
Text Example
White with #D55F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F79; }
p { color: rgb(213,95,121); }
H1.HeaderClassName
{
color: #D55F79;
}
.AnyTagClassName
{
color: #D55F79;
}
</style>
background-color css
<style>
a { background-color: #D55F79; }
a { background-color: rgb(213,95,121); }
div.DivClassName
{
background-color: #D55F79;
}
.BgClassName
{
background-color: #D55F79;
}
</style>
border-color css
<style>
span { border-color: #D55F79; }
span { border-color: rgb(213,95,121); }
td.TdClassName
{
border-color: #D55F79;
}
.TagClassName
{
border-color: #D55F79;
}
</style>