Shades of Cranberry #D5547A
Tints of Cranberry #D5547A
RGB
CMYK
RGB Variations
Color information
#D5547A (or 0xD5547A) is known color: Cranberry. HEX triplet: D5, 54 and 7A. RGB value is (213,84,122). Sum of RGB (Red+Green+Blue) = 213+84+122=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5547A is #2AAB85. Grayscale: #7E7E7E. Windows color (decimal): -2796422 or 8017109. OLE color: 8017109.
HSL color Cylindrical-coordinate representation of color #D5547A: hue angle of 342.33º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5547A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 122 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.16 |
| HSL | 342.33º | 0.61% | 0.58% | - |
| HSV(B) | 342.33º | 0.61% | 0.84% | - |
| XYZ | 34.12 | 21.89 | 20.84 | - |
| YUV | 126.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 122 | 0 | 0.61 | 0.43 | 0.16 | 342.33 | 0.61 | 0.58 |
| Hex | D5 | 54 | 7A | 0 | 3D | 2B | 10 | 156 | 3D | 3A |
| Octal | 325 | 124 | 172 | 0 | 75 | 53 | 20 | 526 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1111010 | 0 | 111101 | 101011 | 10000 | 101010110 | 111101 | 111010 |
Color Harmonies of #D5547A
Complementary color
Monochromatic Colors of #D5547A
Black with #D5547A
Text Example
Text Example
White with #D5547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5547A; }
p { color: rgb(213,84,122); }
H1.HeaderClassName
{
color: #D5547A;
}
.AnyTagClassName
{
color: #D5547A;
}
</style>
background-color css
<style>
a { background-color: #D5547A; }
a { background-color: rgb(213,84,122); }
div.DivClassName
{
background-color: #D5547A;
}
.BgClassName
{
background-color: #D5547A;
}
</style>
border-color css
<style>
span { border-color: #D5547A; }
span { border-color: rgb(213,84,122); }
td.TdClassName
{
border-color: #D5547A;
}
.TagClassName
{
border-color: #D5547A;
}
</style>