Shades of Mandy #D54547
Tints of Mandy #D54547
RGB
CMYK
RGB Variations
Color information
#D54547 (or 0xD54547) is known color: Mandy. HEX triplet: D5, 45 and 47. RGB value is (213,69,71). Sum of RGB (Red+Green+Blue) = 213+69+71=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D54547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54547 is #2ABAB8. Grayscale: #707070. Windows color (decimal): -2800313 or 4670933. OLE color: 4670933.
HSL color Cylindrical-coordinate representation of color #D54547: hue angle of 359.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54547 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 71 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.16 |
| HSL | 359.17º | 0.63% | 0.55% | - |
| HSV(B) | 359.17º | 0.68% | 0.84% | - |
| XYZ | 30.71 | 18.86 | 7.98 | - |
| YUV | 112.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 71 | 0 | 0.68 | 0.67 | 0.16 | 359.17 | 0.63 | 0.55 |
| Hex | D5 | 45 | 47 | 0 | 44 | 43 | 10 | 167 | 3F | 37 |
| Octal | 325 | 105 | 107 | 0 | 104 | 103 | 20 | 547 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1000111 | 0 | 1000100 | 1000011 | 10000 | 101100111 | 111111 | 110111 |
Color Harmonies of #D54547
Complementary color
Monochromatic Colors of #D54547
Black with #D54547
Text Example
Text Example
White with #D54547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54547; }
p { color: rgb(213,69,71); }
H1.HeaderClassName
{
color: #D54547;
}
.AnyTagClassName
{
color: #D54547;
}
</style>
background-color css
<style>
a { background-color: #D54547; }
a { background-color: rgb(213,69,71); }
div.DivClassName
{
background-color: #D54547;
}
.BgClassName
{
background-color: #D54547;
}
</style>
border-color css
<style>
span { border-color: #D54547; }
span { border-color: rgb(213,69,71); }
td.TdClassName
{
border-color: #D54547;
}
.TagClassName
{
border-color: #D54547;
}
</style>