Shades of Mandy #D65057
Tints of Mandy #D65057
RGB
CMYK
RGB Variations
Color information
#D65057 (or 0xD65057) is known color: Mandy. HEX triplet: D6, 50 and 57. RGB value is (214,80,87). Sum of RGB (Red+Green+Blue) = 214+80+87=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65057 is #29AFA8. Grayscale: #787878. Windows color (decimal): -2731945 or 5722326. OLE color: 5722326.
HSL color Cylindrical-coordinate representation of color #D65057: hue angle of 356.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65057 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 87 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.16 |
| HSL | 356.87º | 0.62% | 0.58% | - |
| HSV(B) | 356.87º | 0.63% | 0.84% | - |
| XYZ | 32.32 | 20.72 | 11.31 | - |
| YUV | 120.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 87 | 0 | 0.63 | 0.59 | 0.16 | 356.87 | 0.62 | 0.58 |
| Hex | D6 | 50 | 57 | 0 | 3F | 3B | 10 | 165 | 3E | 3A |
| Octal | 326 | 120 | 127 | 0 | 77 | 73 | 20 | 545 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1010111 | 0 | 111111 | 111011 | 10000 | 101100101 | 111110 | 111010 |
Color Harmonies of #D65057
Complementary color
Monochromatic Colors of #D65057
Black with #D65057
Text Example
Text Example
White with #D65057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65057; }
p { color: rgb(214,80,87); }
H1.HeaderClassName
{
color: #D65057;
}
.AnyTagClassName
{
color: #D65057;
}
</style>
background-color css
<style>
a { background-color: #D65057; }
a { background-color: rgb(214,80,87); }
div.DivClassName
{
background-color: #D65057;
}
.BgClassName
{
background-color: #D65057;
}
</style>
border-color css
<style>
span { border-color: #D65057; }
span { border-color: rgb(214,80,87); }
td.TdClassName
{
border-color: #D65057;
}
.TagClassName
{
border-color: #D65057;
}
</style>