Shades of Mandy #D65160
Tints of Mandy #D65160
RGB
CMYK
RGB Variations
Color information
#D65160 (or 0xD65160) is known color: Mandy. HEX triplet: D6, 51 and 60. RGB value is (214,81,96). Sum of RGB (Red+Green+Blue) = 214+81+96=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D65160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65160 is #29AE9F. Grayscale: #7A7A7A. Windows color (decimal): -2731680 or 6312406. OLE color: 6312406.
HSL color Cylindrical-coordinate representation of color #D65160: hue angle of 353.23º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65160 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 96 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.16 |
| HSL | 353.23º | 0.62% | 0.58% | - |
| HSV(B) | 353.23º | 0.62% | 0.84% | - |
| XYZ | 32.79 | 21.03 | 13.4 | - |
| YUV | 122.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 96 | 0 | 0.62 | 0.55 | 0.16 | 353.23 | 0.62 | 0.58 |
| Hex | D6 | 51 | 60 | 0 | 3E | 37 | 10 | 161 | 3E | 3A |
| Octal | 326 | 121 | 140 | 0 | 76 | 67 | 20 | 541 | 76 | 72 |
| Binary | 11010110 | 1010001 | 1100000 | 0 | 111110 | 110111 | 10000 | 101100001 | 111110 | 111010 |
Color Harmonies of #D65160
Complementary color
Monochromatic Colors of #D65160
Black with #D65160
Text Example
Text Example
White with #D65160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65160; }
p { color: rgb(214,81,96); }
H1.HeaderClassName
{
color: #D65160;
}
.AnyTagClassName
{
color: #D65160;
}
</style>
background-color css
<style>
a { background-color: #D65160; }
a { background-color: rgb(214,81,96); }
div.DivClassName
{
background-color: #D65160;
}
.BgClassName
{
background-color: #D65160;
}
</style>
border-color css
<style>
span { border-color: #D65160; }
span { border-color: rgb(214,81,96); }
td.TdClassName
{
border-color: #D65160;
}
.TagClassName
{
border-color: #D65160;
}
</style>