Shades of Mandy #D65860
Tints of Mandy #D65860
RGB
CMYK
RGB Variations
Color information
#D65860 (or 0xD65860) is known color: Mandy. HEX triplet: D6, 58 and 60. RGB value is (214,88,96). Sum of RGB (Red+Green+Blue) = 214+88+96=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65860 is #29A79F. Grayscale: #7E7E7E. Windows color (decimal): -2729888 or 6314198. OLE color: 6314198.
HSL color Cylindrical-coordinate representation of color #D65860: hue angle of 356.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65860 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 96 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.16 |
| HSL | 356.19º | 0.61% | 0.59% | - |
| HSV(B) | 356.19º | 0.59% | 0.84% | - |
| XYZ | 33.33 | 22.12 | 13.58 | - |
| YUV | 126.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 96 | 0 | 0.59 | 0.55 | 0.16 | 356.19 | 0.61 | 0.59 |
| Hex | D6 | 58 | 60 | 0 | 3B | 37 | 10 | 164 | 3D | 3B |
| Octal | 326 | 130 | 140 | 0 | 73 | 67 | 20 | 544 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1100000 | 0 | 111011 | 110111 | 10000 | 101100100 | 111101 | 111011 |
Color Harmonies of #D65860
Complementary color
Monochromatic Colors of #D65860
Black with #D65860
Text Example
Text Example
White with #D65860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65860; }
p { color: rgb(214,88,96); }
H1.HeaderClassName
{
color: #D65860;
}
.AnyTagClassName
{
color: #D65860;
}
</style>
background-color css
<style>
a { background-color: #D65860; }
a { background-color: rgb(214,88,96); }
div.DivClassName
{
background-color: #D65860;
}
.BgClassName
{
background-color: #D65860;
}
</style>
border-color css
<style>
span { border-color: #D65860; }
span { border-color: rgb(214,88,96); }
td.TdClassName
{
border-color: #D65860;
}
.TagClassName
{
border-color: #D65860;
}
</style>