Shades of Mandy #D54760
Tints of Mandy #D54760
RGB
CMYK
RGB Variations
Color information
#D54760 (or 0xD54760) is known color: Mandy. HEX triplet: D5, 47 and 60. RGB value is (213,71,96). Sum of RGB (Red+Green+Blue) = 213+71+96=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54760 is #2AB89F. Grayscale: #747474. Windows color (decimal): -2799776 or 6309845. OLE color: 6309845.
HSL color Cylindrical-coordinate representation of color #D54760: hue angle of 349.44º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54760 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 96 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.16 |
| HSL | 349.44º | 0.63% | 0.56% | - |
| HSV(B) | 349.44º | 0.67% | 0.84% | - |
| XYZ | 31.81 | 19.5 | 13.15 | - |
| YUV | 116.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 96 | 0 | 0.67 | 0.55 | 0.16 | 349.44 | 0.63 | 0.56 |
| Hex | D5 | 47 | 60 | 0 | 43 | 37 | 10 | 15D | 3F | 38 |
| Octal | 325 | 107 | 140 | 0 | 103 | 67 | 20 | 535 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1100000 | 0 | 1000011 | 110111 | 10000 | 101011101 | 111111 | 111000 |
Color Harmonies of #D54760
Complementary color
Monochromatic Colors of #D54760
Black with #D54760
Text Example
Text Example
White with #D54760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54760; }
p { color: rgb(213,71,96); }
H1.HeaderClassName
{
color: #D54760;
}
.AnyTagClassName
{
color: #D54760;
}
</style>
background-color css
<style>
a { background-color: #D54760; }
a { background-color: rgb(213,71,96); }
div.DivClassName
{
background-color: #D54760;
}
.BgClassName
{
background-color: #D54760;
}
</style>
border-color css
<style>
span { border-color: #D54760; }
span { border-color: rgb(213,71,96); }
td.TdClassName
{
border-color: #D54760;
}
.TagClassName
{
border-color: #D54760;
}
</style>