Shades of Cranberry #D55574
Tints of Cranberry #D55574
RGB
CMYK
RGB Variations
Color information
#D55574 (or 0xD55574) is known color: Cranberry. HEX triplet: D5, 55 and 74. RGB value is (213,85,116). Sum of RGB (Red+Green+Blue) = 213+85+116=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55574 is #2AAA8B. Grayscale: #7E7E7E. Windows color (decimal): -2796172 or 7624149. OLE color: 7624149.
HSL color Cylindrical-coordinate representation of color #D55574: hue angle of 345.47º 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 #D55574 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 116 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.16 |
| HSL | 345.47º | 0.6% | 0.58% | - |
| HSV(B) | 345.47º | 0.6% | 0.84% | - |
| XYZ | 33.84 | 21.9 | 18.97 | - |
| YUV | 126.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 116 | 0 | 0.60 | 0.46 | 0.16 | 345.47 | 0.6 | 0.58 |
| Hex | D5 | 55 | 74 | 0 | 3C | 2E | 10 | 159 | 3C | 3A |
| Octal | 325 | 125 | 164 | 0 | 74 | 56 | 20 | 531 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1110100 | 0 | 111100 | 101110 | 10000 | 101011001 | 111100 | 111010 |
Color Harmonies of #D55574
Complementary color
Monochromatic Colors of #D55574
Black with #D55574
Text Example
Text Example
White with #D55574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55574; }
p { color: rgb(213,85,116); }
H1.HeaderClassName
{
color: #D55574;
}
.AnyTagClassName
{
color: #D55574;
}
</style>
background-color css
<style>
a { background-color: #D55574; }
a { background-color: rgb(213,85,116); }
div.DivClassName
{
background-color: #D55574;
}
.BgClassName
{
background-color: #D55574;
}
</style>
border-color css
<style>
span { border-color: #D55574; }
span { border-color: rgb(213,85,116); }
td.TdClassName
{
border-color: #D55574;
}
.TagClassName
{
border-color: #D55574;
}
</style>