Shades of Mandy #D54856
Tints of Mandy #D54856
RGB
CMYK
RGB Variations
Color information
#D54856 (or 0xD54856) is known color: Mandy. HEX triplet: D5, 48 and 56. RGB value is (213,72,86). Sum of RGB (Red+Green+Blue) = 213+72+86=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D54856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54856 is #2AB7A9. Grayscale: #737373. Windows color (decimal): -2799530 or 5654741. OLE color: 5654741.
HSL color Cylindrical-coordinate representation of color #D54856: hue angle of 354.04º 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 #D54856 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 86 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.16 |
| HSL | 354.04º | 0.63% | 0.56% | - |
| HSV(B) | 354.04º | 0.66% | 0.84% | - |
| XYZ | 31.44 | 19.45 | 10.9 | - |
| YUV | 115.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 86 | 0 | 0.66 | 0.60 | 0.16 | 354.04 | 0.63 | 0.56 |
| Hex | D5 | 48 | 56 | 0 | 42 | 3C | 10 | 162 | 3F | 38 |
| Octal | 325 | 110 | 126 | 0 | 102 | 74 | 20 | 542 | 77 | 70 |
| Binary | 11010101 | 1001000 | 1010110 | 0 | 1000010 | 111100 | 10000 | 101100010 | 111111 | 111000 |
Color Harmonies of #D54856
Complementary color
Monochromatic Colors of #D54856
Black with #D54856
Text Example
Text Example
White with #D54856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54856; }
p { color: rgb(213,72,86); }
H1.HeaderClassName
{
color: #D54856;
}
.AnyTagClassName
{
color: #D54856;
}
</style>
background-color css
<style>
a { background-color: #D54856; }
a { background-color: rgb(213,72,86); }
div.DivClassName
{
background-color: #D54856;
}
.BgClassName
{
background-color: #D54856;
}
</style>
border-color css
<style>
span { border-color: #D54856; }
span { border-color: rgb(213,72,86); }
td.TdClassName
{
border-color: #D54856;
}
.TagClassName
{
border-color: #D54856;
}
</style>