Shades of Mandy #D54860
Tints of Mandy #D54860
RGB
CMYK
RGB Variations
Color information
#D54860 (or 0xD54860) is known color: Mandy. HEX triplet: D5, 48 and 60. RGB value is (213,72,96). Sum of RGB (Red+Green+Blue) = 213+72+96=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54860 is #2AB79F. Grayscale: #747474. Windows color (decimal): -2799520 or 6310101. OLE color: 6310101.
HSL color Cylindrical-coordinate representation of color #D54860: hue angle of 349.79º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54860 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 96 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.16 |
| HSL | 349.79º | 0.63% | 0.56% | - |
| HSV(B) | 349.79º | 0.66% | 0.84% | - |
| XYZ | 31.87 | 19.63 | 13.17 | - |
| YUV | 116.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 96 | 0 | 0.66 | 0.55 | 0.16 | 349.79 | 0.63 | 0.56 |
| Hex | D5 | 48 | 60 | 0 | 42 | 37 | 10 | 15E | 3F | 38 |
| Octal | 325 | 110 | 140 | 0 | 102 | 67 | 20 | 536 | 77 | 70 |
| Binary | 11010101 | 1001000 | 1100000 | 0 | 1000010 | 110111 | 10000 | 101011110 | 111111 | 111000 |
Color Harmonies of #D54860
Complementary color
Monochromatic Colors of #D54860
Black with #D54860
Text Example
Text Example
White with #D54860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54860; }
p { color: rgb(213,72,96); }
H1.HeaderClassName
{
color: #D54860;
}
.AnyTagClassName
{
color: #D54860;
}
</style>
background-color css
<style>
a { background-color: #D54860; }
a { background-color: rgb(213,72,96); }
div.DivClassName
{
background-color: #D54860;
}
.BgClassName
{
background-color: #D54860;
}
</style>
border-color css
<style>
span { border-color: #D54860; }
span { border-color: rgb(213,72,96); }
td.TdClassName
{
border-color: #D54860;
}
.TagClassName
{
border-color: #D54860;
}
</style>