Shades of Mandy #D54C5B
Tints of Mandy #D54C5B
RGB
CMYK
RGB Variations
Color information
#D54C5B (or 0xD54C5B) is known color: Mandy. HEX triplet: D5, 4C and 5B. RGB value is (213,76,91). Sum of RGB (Red+Green+Blue) = 213+76+91=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C5B is #2AB3A4. Grayscale: #767676. Windows color (decimal): -2798501 or 5983445. OLE color: 5983445.
HSL color Cylindrical-coordinate representation of color #D54C5B: hue angle of 353.43º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54C5B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 91 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 353.43º | 0.62% | 0.57% | - |
| HSV(B) | 353.43º | 0.64% | 0.84% | - |
| XYZ | 31.91 | 20.07 | 12.09 | - |
| YUV | 118.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 91 | 0 | 0.64 | 0.57 | 0.16 | 353.43 | 0.62 | 0.57 |
| Hex | D5 | 4C | 5B | 0 | 40 | 39 | 10 | 161 | 3E | 39 |
| Octal | 325 | 114 | 133 | 0 | 100 | 71 | 20 | 541 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1011011 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111110 | 111001 |
Color Harmonies of #D54C5B
Complementary color
Monochromatic Colors of #D54C5B
Black with #D54C5B
Text Example
Text Example
White with #D54C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C5B; }
p { color: rgb(213,76,91); }
H1.HeaderClassName
{
color: #D54C5B;
}
.AnyTagClassName
{
color: #D54C5B;
}
</style>
background-color css
<style>
a { background-color: #D54C5B; }
a { background-color: rgb(213,76,91); }
div.DivClassName
{
background-color: #D54C5B;
}
.BgClassName
{
background-color: #D54C5B;
}
</style>
border-color css
<style>
span { border-color: #D54C5B; }
span { border-color: rgb(213,76,91); }
td.TdClassName
{
border-color: #D54C5B;
}
.TagClassName
{
border-color: #D54C5B;
}
</style>