Shades of Cranberry #D55C79
Tints of Cranberry #D55C79
RGB
CMYK
RGB Variations
Color information
#D55C79 (or 0xD55C79) is known color: Cranberry. HEX triplet: D5, 5C and 79. RGB value is (213,92,121). Sum of RGB (Red+Green+Blue) = 213+92+121=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C79 is #2AA386. Grayscale: #838383. Windows color (decimal): -2794375 or 7953621. OLE color: 7953621.
HSL color Cylindrical-coordinate representation of color #D55C79: hue angle of 345.62º 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 #D55C79 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 121 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.16 |
| HSL | 345.62º | 0.59% | 0.6% | - |
| HSV(B) | 345.62º | 0.57% | 0.84% | - |
| XYZ | 34.72 | 23.18 | 20.73 | - |
| YUV | 131.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 121 | 0 | 0.57 | 0.43 | 0.16 | 345.62 | 0.59 | 0.6 |
| Hex | D5 | 5C | 79 | 0 | 39 | 2B | 10 | 15A | 3B | 3C |
| Octal | 325 | 134 | 171 | 0 | 71 | 53 | 20 | 532 | 73 | 74 |
| Binary | 11010101 | 1011100 | 1111001 | 0 | 111001 | 101011 | 10000 | 101011010 | 111011 | 111100 |
Color Harmonies of #D55C79
Complementary color
Monochromatic Colors of #D55C79
Black with #D55C79
Text Example
Text Example
White with #D55C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C79; }
p { color: rgb(213,92,121); }
H1.HeaderClassName
{
color: #D55C79;
}
.AnyTagClassName
{
color: #D55C79;
}
</style>
background-color css
<style>
a { background-color: #D55C79; }
a { background-color: rgb(213,92,121); }
div.DivClassName
{
background-color: #D55C79;
}
.BgClassName
{
background-color: #D55C79;
}
</style>
border-color css
<style>
span { border-color: #D55C79; }
span { border-color: rgb(213,92,121); }
td.TdClassName
{
border-color: #D55C79;
}
.TagClassName
{
border-color: #D55C79;
}
</style>