Shades of Mandy #D64856
Tints of Mandy #D64856
RGB
CMYK
RGB Variations
Color information
#D64856 (or 0xD64856) is known color: Mandy. HEX triplet: D6, 48 and 56. RGB value is (214,72,86). Sum of RGB (Red+Green+Blue) = 214+72+86=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D64856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64856 is #29B7A9. Grayscale: #747474. Windows color (decimal): -2733994 or 5654742. OLE color: 5654742.
HSL color Cylindrical-coordinate representation of color #D64856: hue angle of 354.08º 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 #D64856 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 86 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.16 |
| HSL | 354.08º | 0.63% | 0.56% | - |
| HSV(B) | 354.08º | 0.66% | 0.84% | - |
| XYZ | 31.73 | 19.6 | 10.92 | - |
| YUV | 116.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 86 | 0 | 0.66 | 0.60 | 0.16 | 354.08 | 0.63 | 0.56 |
| Hex | D6 | 48 | 56 | 0 | 42 | 3C | 10 | 162 | 3F | 38 |
| Octal | 326 | 110 | 126 | 0 | 102 | 74 | 20 | 542 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1010110 | 0 | 1000010 | 111100 | 10000 | 101100010 | 111111 | 111000 |
Color Harmonies of #D64856
Complementary color
Monochromatic Colors of #D64856
Black with #D64856
Text Example
Text Example
White with #D64856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64856; }
p { color: rgb(214,72,86); }
H1.HeaderClassName
{
color: #D64856;
}
.AnyTagClassName
{
color: #D64856;
}
</style>
background-color css
<style>
a { background-color: #D64856; }
a { background-color: rgb(214,72,86); }
div.DivClassName
{
background-color: #D64856;
}
.BgClassName
{
background-color: #D64856;
}
</style>
border-color css
<style>
span { border-color: #D64856; }
span { border-color: rgb(214,72,86); }
td.TdClassName
{
border-color: #D64856;
}
.TagClassName
{
border-color: #D64856;
}
</style>