Shades of Mandy #D54560
Tints of Mandy #D54560
RGB
CMYK
RGB Variations
Color information
#D54560 (or 0xD54560) is known color: Mandy. HEX triplet: D5, 45 and 60. RGB value is (213,69,96). Sum of RGB (Red+Green+Blue) = 213+69+96=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D54560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54560 is #2ABA9F. Grayscale: #737373. Windows color (decimal): -2800288 or 6309333. OLE color: 6309333.
HSL color Cylindrical-coordinate representation of color #D54560: hue angle of 348.75º 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 #D54560 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 96 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.16 |
| HSL | 348.75º | 0.63% | 0.55% | - |
| HSV(B) | 348.75º | 0.68% | 0.84% | - |
| XYZ | 31.68 | 19.25 | 13.11 | - |
| YUV | 115.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 96 | 0 | 0.68 | 0.55 | 0.16 | 348.75 | 0.63 | 0.55 |
| Hex | D5 | 45 | 60 | 0 | 44 | 37 | 10 | 15D | 3F | 37 |
| Octal | 325 | 105 | 140 | 0 | 104 | 67 | 20 | 535 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1100000 | 0 | 1000100 | 110111 | 10000 | 101011101 | 111111 | 110111 |
Color Harmonies of #D54560
Complementary color
Monochromatic Colors of #D54560
Black with #D54560
Text Example
Text Example
White with #D54560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54560; }
p { color: rgb(213,69,96); }
H1.HeaderClassName
{
color: #D54560;
}
.AnyTagClassName
{
color: #D54560;
}
</style>
background-color css
<style>
a { background-color: #D54560; }
a { background-color: rgb(213,69,96); }
div.DivClassName
{
background-color: #D54560;
}
.BgClassName
{
background-color: #D54560;
}
</style>
border-color css
<style>
span { border-color: #D54560; }
span { border-color: rgb(213,69,96); }
td.TdClassName
{
border-color: #D54560;
}
.TagClassName
{
border-color: #D54560;
}
</style>