Shades of Cranberry #D5547E
Tints of Cranberry #D5547E
RGB
CMYK
RGB Variations
Color information
#D5547E (or 0xD5547E) is known color: Cranberry. HEX triplet: D5, 54 and 7E. RGB value is (213,84,126). Sum of RGB (Red+Green+Blue) = 213+84+126=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5547E is #2AAB81. Grayscale: #7F7F7F. Windows color (decimal): -2796418 or 8279253. OLE color: 8279253.
HSL color Cylindrical-coordinate representation of color #D5547E: hue angle of 340.47º 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 #D5547E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 126 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.16 |
| HSL | 340.47º | 0.61% | 0.58% | - |
| HSV(B) | 340.47º | 0.61% | 0.84% | - |
| XYZ | 34.38 | 21.99 | 22.17 | - |
| YUV | 127.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 126 | 0 | 0.61 | 0.41 | 0.16 | 340.47 | 0.61 | 0.58 |
| Hex | D5 | 54 | 7E | 0 | 3D | 29 | 10 | 154 | 3D | 3A |
| Octal | 325 | 124 | 176 | 0 | 75 | 51 | 20 | 524 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1111110 | 0 | 111101 | 101001 | 10000 | 101010100 | 111101 | 111010 |
Color Harmonies of #D5547E
Complementary color
Monochromatic Colors of #D5547E
Black with #D5547E
Text Example
Text Example
White with #D5547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5547E; }
p { color: rgb(213,84,126); }
H1.HeaderClassName
{
color: #D5547E;
}
.AnyTagClassName
{
color: #D5547E;
}
</style>
background-color css
<style>
a { background-color: #D5547E; }
a { background-color: rgb(213,84,126); }
div.DivClassName
{
background-color: #D5547E;
}
.BgClassName
{
background-color: #D5547E;
}
</style>
border-color css
<style>
span { border-color: #D5547E; }
span { border-color: rgb(213,84,126); }
td.TdClassName
{
border-color: #D5547E;
}
.TagClassName
{
border-color: #D5547E;
}
</style>