Shades of Mandy #D64157
Tints of Mandy #D64157
RGB
CMYK
RGB Variations
Color information
#D64157 (or 0xD64157) is known color: Mandy. HEX triplet: D6, 41 and 57. RGB value is (214,65,87). Sum of RGB (Red+Green+Blue) = 214+65+87=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64157 is #29BEA8. Grayscale: #707070. Windows color (decimal): -2735785 or 5718486. OLE color: 5718486.
HSL color Cylindrical-coordinate representation of color #D64157: hue angle of 351.14º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64157 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 87 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.16 |
| HSL | 351.14º | 0.65% | 0.55% | - |
| HSV(B) | 351.14º | 0.7% | 0.84% | - |
| XYZ | 31.34 | 18.76 | 10.99 | - |
| YUV | 112.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 87 | 0 | 0.70 | 0.59 | 0.16 | 351.14 | 0.65 | 0.55 |
| Hex | D6 | 41 | 57 | 0 | 46 | 3B | 10 | 15F | 41 | 37 |
| Octal | 326 | 101 | 127 | 0 | 106 | 73 | 20 | 537 | 101 | 67 |
| Binary | 11010110 | 1000001 | 1010111 | 0 | 1000110 | 111011 | 10000 | 101011111 | 1000001 | 110111 |
Color Harmonies of #D64157
Complementary color
Monochromatic Colors of #D64157
Black with #D64157
Text Example
Text Example
White with #D64157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64157; }
p { color: rgb(214,65,87); }
H1.HeaderClassName
{
color: #D64157;
}
.AnyTagClassName
{
color: #D64157;
}
</style>
background-color css
<style>
a { background-color: #D64157; }
a { background-color: rgb(214,65,87); }
div.DivClassName
{
background-color: #D64157;
}
.BgClassName
{
background-color: #D64157;
}
</style>
border-color css
<style>
span { border-color: #D64157; }
span { border-color: rgb(214,65,87); }
td.TdClassName
{
border-color: #D64157;
}
.TagClassName
{
border-color: #D64157;
}
</style>