Shades of Mandy #D54A5E
Tints of Mandy #D54A5E
RGB
CMYK
RGB Variations
Color information
#D54A5E (or 0xD54A5E) is known color: Mandy. HEX triplet: D5, 4A and 5E. RGB value is (213,74,94). Sum of RGB (Red+Green+Blue) = 213+74+94=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A5E is #2AB5A1. Grayscale: #757575. Windows color (decimal): -2799010 or 6179541. OLE color: 6179541.
HSL color Cylindrical-coordinate representation of color #D54A5E: hue angle of 351.37º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A5E is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 94 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.16 |
| HSL | 351.37º | 0.62% | 0.56% | - |
| HSV(B) | 351.37º | 0.65% | 0.84% | - |
| XYZ | 31.91 | 19.85 | 12.74 | - |
| YUV | 117.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 94 | 0 | 0.65 | 0.56 | 0.16 | 351.37 | 0.62 | 0.56 |
| Hex | D5 | 4A | 5E | 0 | 41 | 38 | 10 | 15F | 3E | 38 |
| Octal | 325 | 112 | 136 | 0 | 101 | 70 | 20 | 537 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1011110 | 0 | 1000001 | 111000 | 10000 | 101011111 | 111110 | 111000 |
Color Harmonies of #D54A5E
Complementary color
Monochromatic Colors of #D54A5E
Black with #D54A5E
Text Example
Text Example
White with #D54A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A5E; }
p { color: rgb(213,74,94); }
H1.HeaderClassName
{
color: #D54A5E;
}
.AnyTagClassName
{
color: #D54A5E;
}
</style>
background-color css
<style>
a { background-color: #D54A5E; }
a { background-color: rgb(213,74,94); }
div.DivClassName
{
background-color: #D54A5E;
}
.BgClassName
{
background-color: #D54A5E;
}
</style>
border-color css
<style>
span { border-color: #D54A5E; }
span { border-color: rgb(213,74,94); }
td.TdClassName
{
border-color: #D54A5E;
}
.TagClassName
{
border-color: #D54A5E;
}
</style>