Shades of Mandy #D64056
Tints of Mandy #D64056
RGB
CMYK
RGB Variations
Color information
#D64056 (or 0xD64056) is known color: Mandy. HEX triplet: D6, 40 and 56. RGB value is (214,64,86). Sum of RGB (Red+Green+Blue) = 214+64+86=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D64056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64056 is #29BFA9. Grayscale: #6F6F6F. Windows color (decimal): -2736042 or 5652694. OLE color: 5652694.
HSL color Cylindrical-coordinate representation of color #D64056: hue angle of 351.2º 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 #D64056 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 86 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.16 |
| HSL | 351.2º | 0.65% | 0.55% | - |
| HSV(B) | 351.2º | 0.7% | 0.84% | - |
| XYZ | 31.24 | 18.63 | 10.75 | - |
| YUV | 111.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 86 | 0 | 0.70 | 0.60 | 0.16 | 351.2 | 0.65 | 0.55 |
| Hex | D6 | 40 | 56 | 0 | 46 | 3C | 10 | 15F | 41 | 37 |
| Octal | 326 | 100 | 126 | 0 | 106 | 74 | 20 | 537 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1010110 | 0 | 1000110 | 111100 | 10000 | 101011111 | 1000001 | 110111 |
Color Harmonies of #D64056
Complementary color
Monochromatic Colors of #D64056
Black with #D64056
Text Example
Text Example
White with #D64056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64056; }
p { color: rgb(214,64,86); }
H1.HeaderClassName
{
color: #D64056;
}
.AnyTagClassName
{
color: #D64056;
}
</style>
background-color css
<style>
a { background-color: #D64056; }
a { background-color: rgb(214,64,86); }
div.DivClassName
{
background-color: #D64056;
}
.BgClassName
{
background-color: #D64056;
}
</style>
border-color css
<style>
span { border-color: #D64056; }
span { border-color: rgb(214,64,86); }
td.TdClassName
{
border-color: #D64056;
}
.TagClassName
{
border-color: #D64056;
}
</style>