Shades of Cranberry #D5547B
Tints of Cranberry #D5547B
RGB
CMYK
RGB Variations
Color information
#D5547B (or 0xD5547B) is known color: Cranberry. HEX triplet: D5, 54 and 7B. RGB value is (213,84,123). Sum of RGB (Red+Green+Blue) = 213+84+123=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5547B is #2AAB84. Grayscale: #7E7E7E. Windows color (decimal): -2796421 or 8082645. OLE color: 8082645.
HSL color Cylindrical-coordinate representation of color #D5547B: hue angle of 341.86º 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 #D5547B is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 123 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.16 |
| HSL | 341.86º | 0.61% | 0.58% | - |
| HSV(B) | 341.86º | 0.61% | 0.84% | - |
| XYZ | 34.19 | 21.92 | 21.17 | - |
| YUV | 127.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 123 | 0 | 0.61 | 0.42 | 0.16 | 341.86 | 0.61 | 0.58 |
| Hex | D5 | 54 | 7B | 0 | 3D | 2A | 10 | 156 | 3D | 3A |
| Octal | 325 | 124 | 173 | 0 | 75 | 52 | 20 | 526 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1111011 | 0 | 111101 | 101010 | 10000 | 101010110 | 111101 | 111010 |
Color Harmonies of #D5547B
Complementary color
Monochromatic Colors of #D5547B
Black with #D5547B
Text Example
Text Example
White with #D5547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5547B; }
p { color: rgb(213,84,123); }
H1.HeaderClassName
{
color: #D5547B;
}
.AnyTagClassName
{
color: #D5547B;
}
</style>
background-color css
<style>
a { background-color: #D5547B; }
a { background-color: rgb(213,84,123); }
div.DivClassName
{
background-color: #D5547B;
}
.BgClassName
{
background-color: #D5547B;
}
</style>
border-color css
<style>
span { border-color: #D5547B; }
span { border-color: rgb(213,84,123); }
td.TdClassName
{
border-color: #D5547B;
}
.TagClassName
{
border-color: #D5547B;
}
</style>