Shades of Mandy #D64656
Tints of Mandy #D64656
RGB
CMYK
RGB Variations
Color information
#D64656 (or 0xD64656) is known color: Mandy. HEX triplet: D6, 46 and 56. RGB value is (214,70,86). Sum of RGB (Red+Green+Blue) = 214+70+86=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64656 is #29B9A9. Grayscale: #727272. Windows color (decimal): -2734506 or 5654230. OLE color: 5654230.
HSL color Cylindrical-coordinate representation of color #D64656: hue angle of 353.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64656 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 86 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.16 |
| HSL | 353.33º | 0.64% | 0.56% | - |
| HSV(B) | 353.33º | 0.67% | 0.84% | - |
| XYZ | 31.6 | 19.35 | 10.87 | - |
| YUV | 114.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 86 | 0 | 0.67 | 0.60 | 0.16 | 353.33 | 0.64 | 0.56 |
| Hex | D6 | 46 | 56 | 0 | 43 | 3C | 10 | 161 | 40 | 38 |
| Octal | 326 | 106 | 126 | 0 | 103 | 74 | 20 | 541 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1010110 | 0 | 1000011 | 111100 | 10000 | 101100001 | 1000000 | 111000 |
Color Harmonies of #D64656
Complementary color
Monochromatic Colors of #D64656
Black with #D64656
Text Example
Text Example
White with #D64656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64656; }
p { color: rgb(214,70,86); }
H1.HeaderClassName
{
color: #D64656;
}
.AnyTagClassName
{
color: #D64656;
}
</style>
background-color css
<style>
a { background-color: #D64656; }
a { background-color: rgb(214,70,86); }
div.DivClassName
{
background-color: #D64656;
}
.BgClassName
{
background-color: #D64656;
}
</style>
border-color css
<style>
span { border-color: #D64656; }
span { border-color: rgb(214,70,86); }
td.TdClassName
{
border-color: #D64656;
}
.TagClassName
{
border-color: #D64656;
}
</style>