Shades of Cranberry #D55B79
Tints of Cranberry #D55B79
RGB
CMYK
RGB Variations
Color information
#D55B79 (or 0xD55B79) is known color: Cranberry. HEX triplet: D5, 5B and 79. RGB value is (213,91,121). Sum of RGB (Red+Green+Blue) = 213+91+121=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B79 is #2AA486. Grayscale: #828282. Windows color (decimal): -2794631 or 7953365. OLE color: 7953365.
HSL color Cylindrical-coordinate representation of color #D55B79: hue angle of 345.25º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B79 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 121 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.16 |
| HSL | 345.25º | 0.59% | 0.6% | - |
| HSV(B) | 345.25º | 0.57% | 0.84% | - |
| XYZ | 34.63 | 23.01 | 20.7 | - |
| YUV | 130.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 121 | 0 | 0.57 | 0.43 | 0.16 | 345.25 | 0.59 | 0.6 |
| Hex | D5 | 5B | 79 | 0 | 39 | 2B | 10 | 159 | 3B | 3C |
| Octal | 325 | 133 | 171 | 0 | 71 | 53 | 20 | 531 | 73 | 74 |
| Binary | 11010101 | 1011011 | 1111001 | 0 | 111001 | 101011 | 10000 | 101011001 | 111011 | 111100 |
Color Harmonies of #D55B79
Complementary color
Monochromatic Colors of #D55B79
Black with #D55B79
Text Example
Text Example
White with #D55B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B79; }
p { color: rgb(213,91,121); }
H1.HeaderClassName
{
color: #D55B79;
}
.AnyTagClassName
{
color: #D55B79;
}
</style>
background-color css
<style>
a { background-color: #D55B79; }
a { background-color: rgb(213,91,121); }
div.DivClassName
{
background-color: #D55B79;
}
.BgClassName
{
background-color: #D55B79;
}
</style>
border-color css
<style>
span { border-color: #D55B79; }
span { border-color: rgb(213,91,121); }
td.TdClassName
{
border-color: #D55B79;
}
.TagClassName
{
border-color: #D55B79;
}
</style>