Shades of Mandy #D54657
Tints of Mandy #D54657
RGB
CMYK
RGB Variations
Color information
#D54657 (or 0xD54657) is known color: Mandy. HEX triplet: D5, 46 and 57. RGB value is (213,70,87). Sum of RGB (Red+Green+Blue) = 213+70+87=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D54657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54657 is #2AB9A8. Grayscale: #727272. Windows color (decimal): -2800041 or 5719765. OLE color: 5719765.
HSL color Cylindrical-coordinate representation of color #D54657: hue angle of 352.87º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54657 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 87 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.16 |
| HSL | 352.87º | 0.63% | 0.55% | - |
| HSV(B) | 352.87º | 0.67% | 0.84% | - |
| XYZ | 31.35 | 19.21 | 11.07 | - |
| YUV | 114.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 87 | 0 | 0.67 | 0.59 | 0.16 | 352.87 | 0.63 | 0.55 |
| Hex | D5 | 46 | 57 | 0 | 43 | 3B | 10 | 161 | 3F | 37 |
| Octal | 325 | 106 | 127 | 0 | 103 | 73 | 20 | 541 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1010111 | 0 | 1000011 | 111011 | 10000 | 101100001 | 111111 | 110111 |
Color Harmonies of #D54657
Complementary color
Monochromatic Colors of #D54657
Black with #D54657
Text Example
Text Example
White with #D54657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54657; }
p { color: rgb(213,70,87); }
H1.HeaderClassName
{
color: #D54657;
}
.AnyTagClassName
{
color: #D54657;
}
</style>
background-color css
<style>
a { background-color: #D54657; }
a { background-color: rgb(213,70,87); }
div.DivClassName
{
background-color: #D54657;
}
.BgClassName
{
background-color: #D54657;
}
</style>
border-color css
<style>
span { border-color: #D54657; }
span { border-color: rgb(213,70,87); }
td.TdClassName
{
border-color: #D54657;
}
.TagClassName
{
border-color: #D54657;
}
</style>