Shades of Cranberry #D5547D
Tints of Cranberry #D5547D
RGB
CMYK
RGB Variations
Color information
#D5547D (or 0xD5547D) is known color: Cranberry. HEX triplet: D5, 54 and 7D. RGB value is (213,84,125). Sum of RGB (Red+Green+Blue) = 213+84+125=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5547D is #2AAB82. Grayscale: #7F7F7F. Windows color (decimal): -2796419 or 8213717. OLE color: 8213717.
HSL color Cylindrical-coordinate representation of color #D5547D: hue angle of 340.93º 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 #D5547D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 125 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.16 |
| HSL | 340.93º | 0.61% | 0.58% | - |
| HSV(B) | 340.93º | 0.61% | 0.84% | - |
| XYZ | 34.31 | 21.97 | 21.83 | - |
| YUV | 127.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 125 | 0 | 0.61 | 0.41 | 0.16 | 340.93 | 0.61 | 0.58 |
| Hex | D5 | 54 | 7D | 0 | 3D | 29 | 10 | 155 | 3D | 3A |
| Octal | 325 | 124 | 175 | 0 | 75 | 51 | 20 | 525 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1111101 | 0 | 111101 | 101001 | 10000 | 101010101 | 111101 | 111010 |
Color Harmonies of #D5547D
Complementary color
Monochromatic Colors of #D5547D
Black with #D5547D
Text Example
Text Example
White with #D5547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5547D; }
p { color: rgb(213,84,125); }
H1.HeaderClassName
{
color: #D5547D;
}
.AnyTagClassName
{
color: #D5547D;
}
</style>
background-color css
<style>
a { background-color: #D5547D; }
a { background-color: rgb(213,84,125); }
div.DivClassName
{
background-color: #D5547D;
}
.BgClassName
{
background-color: #D5547D;
}
</style>
border-color css
<style>
span { border-color: #D5547D; }
span { border-color: rgb(213,84,125); }
td.TdClassName
{
border-color: #D5547D;
}
.TagClassName
{
border-color: #D5547D;
}
</style>