Shades of Mandy #D65659
Tints of Mandy #D65659
RGB
CMYK
RGB Variations
Color information
#D65659 (or 0xD65659) is known color: Mandy. HEX triplet: D6, 56 and 59. RGB value is (214,86,89). Sum of RGB (Red+Green+Blue) = 214+86+89=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65659 is #29A9A6. Grayscale: #7C7C7C. Windows color (decimal): -2730407 or 5854934. OLE color: 5854934.
HSL color Cylindrical-coordinate representation of color #D65659: hue angle of 358.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65659 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 89 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.16 |
| HSL | 358.59º | 0.61% | 0.59% | - |
| HSV(B) | 358.59º | 0.6% | 0.84% | - |
| XYZ | 32.86 | 21.67 | 11.9 | - |
| YUV | 124.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 89 | 0 | 0.60 | 0.58 | 0.16 | 358.59 | 0.61 | 0.59 |
| Hex | D6 | 56 | 59 | 0 | 3C | 3A | 10 | 167 | 3D | 3B |
| Octal | 326 | 126 | 131 | 0 | 74 | 72 | 20 | 547 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1011001 | 0 | 111100 | 111010 | 10000 | 101100111 | 111101 | 111011 |
Color Harmonies of #D65659
Complementary color
Monochromatic Colors of #D65659
Black with #D65659
Text Example
Text Example
White with #D65659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65659; }
p { color: rgb(214,86,89); }
H1.HeaderClassName
{
color: #D65659;
}
.AnyTagClassName
{
color: #D65659;
}
</style>
background-color css
<style>
a { background-color: #D65659; }
a { background-color: rgb(214,86,89); }
div.DivClassName
{
background-color: #D65659;
}
.BgClassName
{
background-color: #D65659;
}
</style>
border-color css
<style>
span { border-color: #D65659; }
span { border-color: rgb(214,86,89); }
td.TdClassName
{
border-color: #D65659;
}
.TagClassName
{
border-color: #D65659;
}
</style>