Shades of Mandy #D65D60
Tints of Mandy #D65D60
RGB
CMYK
RGB Variations
Color information
#D65D60 (or 0xD65D60) is known color: Mandy. HEX triplet: D6, 5D and 60. RGB value is (214,93,96). Sum of RGB (Red+Green+Blue) = 214+93+96=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D60 is #29A29F. Grayscale: #818181. Windows color (decimal): -2728608 or 6315478. OLE color: 6315478.
HSL color Cylindrical-coordinate representation of color #D65D60: hue angle of 358.51º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D60 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 96 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.16 |
| HSL | 358.51º | 0.6% | 0.6% | - |
| HSV(B) | 358.51º | 0.57% | 0.84% | - |
| XYZ | 33.76 | 22.97 | 13.72 | - |
| YUV | 129.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 96 | 0 | 0.57 | 0.55 | 0.16 | 358.51 | 0.6 | 0.6 |
| Hex | D6 | 5D | 60 | 0 | 39 | 37 | 10 | 167 | 3C | 3C |
| Octal | 326 | 135 | 140 | 0 | 71 | 67 | 20 | 547 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1100000 | 0 | 111001 | 110111 | 10000 | 101100111 | 111100 | 111100 |
Color Harmonies of #D65D60
Complementary color
Monochromatic Colors of #D65D60
Black with #D65D60
Text Example
Text Example
White with #D65D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D60; }
p { color: rgb(214,93,96); }
H1.HeaderClassName
{
color: #D65D60;
}
.AnyTagClassName
{
color: #D65D60;
}
</style>
background-color css
<style>
a { background-color: #D65D60; }
a { background-color: rgb(214,93,96); }
div.DivClassName
{
background-color: #D65D60;
}
.BgClassName
{
background-color: #D65D60;
}
</style>
border-color css
<style>
span { border-color: #D65D60; }
span { border-color: rgb(214,93,96); }
td.TdClassName
{
border-color: #D65D60;
}
.TagClassName
{
border-color: #D65D60;
}
</style>