Shades of Mandy #D64655
Tints of Mandy #D64655
RGB
CMYK
RGB Variations
Color information
#D64655 (or 0xD64655) is known color: Mandy. HEX triplet: D6, 46 and 55. RGB value is (214,70,85). Sum of RGB (Red+Green+Blue) = 214+70+85=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D64655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64655 is #29B9AA. Grayscale: #727272. Windows color (decimal): -2734507 or 5588694. OLE color: 5588694.
HSL color Cylindrical-coordinate representation of color #D64655: hue angle of 353.75º 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 #D64655 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 85 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.16 |
| HSL | 353.75º | 0.64% | 0.56% | - |
| HSV(B) | 353.75º | 0.67% | 0.84% | - |
| XYZ | 31.56 | 19.33 | 10.66 | - |
| YUV | 114.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 85 | 0 | 0.67 | 0.60 | 0.16 | 353.75 | 0.64 | 0.56 |
| Hex | D6 | 46 | 55 | 0 | 43 | 3C | 10 | 162 | 40 | 38 |
| Octal | 326 | 106 | 125 | 0 | 103 | 74 | 20 | 542 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1010101 | 0 | 1000011 | 111100 | 10000 | 101100010 | 1000000 | 111000 |
Color Harmonies of #D64655
Complementary color
Monochromatic Colors of #D64655
Black with #D64655
Text Example
Text Example
White with #D64655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64655; }
p { color: rgb(214,70,85); }
H1.HeaderClassName
{
color: #D64655;
}
.AnyTagClassName
{
color: #D64655;
}
</style>
background-color css
<style>
a { background-color: #D64655; }
a { background-color: rgb(214,70,85); }
div.DivClassName
{
background-color: #D64655;
}
.BgClassName
{
background-color: #D64655;
}
</style>
border-color css
<style>
span { border-color: #D64655; }
span { border-color: rgb(214,70,85); }
td.TdClassName
{
border-color: #D64655;
}
.TagClassName
{
border-color: #D64655;
}
</style>