Shades of Cranberry #D55575
Tints of Cranberry #D55575
RGB
CMYK
RGB Variations
Color information
#D55575 (or 0xD55575) is known color: Cranberry. HEX triplet: D5, 55 and 75. RGB value is (213,85,117). Sum of RGB (Red+Green+Blue) = 213+85+117=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D55575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55575 is #2AAA8A. Grayscale: #7E7E7E. Windows color (decimal): -2796171 or 7689685. OLE color: 7689685.
HSL color Cylindrical-coordinate representation of color #D55575: hue angle of 345º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55575 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 117 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.16 |
| HSL | 345º | 0.6% | 0.58% | - |
| HSV(B) | 345º | 0.6% | 0.84% | - |
| XYZ | 33.9 | 21.93 | 19.28 | - |
| YUV | 126.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 117 | 0 | 0.60 | 0.45 | 0.16 | 345 | 0.6 | 0.58 |
| Hex | D5 | 55 | 75 | 0 | 3C | 2D | 10 | 159 | 3C | 3A |
| Octal | 325 | 125 | 165 | 0 | 74 | 55 | 20 | 531 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1110101 | 0 | 111100 | 101101 | 10000 | 101011001 | 111100 | 111010 |
Color Harmonies of #D55575
Complementary color
Monochromatic Colors of #D55575
Black with #D55575
Text Example
Text Example
White with #D55575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55575; }
p { color: rgb(213,85,117); }
H1.HeaderClassName
{
color: #D55575;
}
.AnyTagClassName
{
color: #D55575;
}
</style>
background-color css
<style>
a { background-color: #D55575; }
a { background-color: rgb(213,85,117); }
div.DivClassName
{
background-color: #D55575;
}
.BgClassName
{
background-color: #D55575;
}
</style>
border-color css
<style>
span { border-color: #D55575; }
span { border-color: rgb(213,85,117); }
td.TdClassName
{
border-color: #D55575;
}
.TagClassName
{
border-color: #D55575;
}
</style>