Shades of Mandy #D65D5E
Tints of Mandy #D65D5E
RGB
CMYK
RGB Variations
Color information
#D65D5E (or 0xD65D5E) is known color: Mandy. HEX triplet: D6, 5D and 5E. RGB value is (214,93,94). Sum of RGB (Red+Green+Blue) = 214+93+94=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D5E is #29A2A1. Grayscale: #818181. Windows color (decimal): -2728610 or 6184406. OLE color: 6184406.
HSL color Cylindrical-coordinate representation of color #D65D5E: hue angle of 359.5º 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 #D65D5E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 94 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.16 |
| HSL | 359.5º | 0.6% | 0.6% | - |
| HSV(B) | 359.5º | 0.57% | 0.84% | - |
| XYZ | 33.67 | 22.93 | 13.24 | - |
| YUV | 129.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 94 | 0 | 0.57 | 0.56 | 0.16 | 359.5 | 0.6 | 0.6 |
| Hex | D6 | 5D | 5E | 0 | 39 | 38 | 10 | 168 | 3C | 3C |
| Octal | 326 | 135 | 136 | 0 | 71 | 70 | 20 | 550 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1011110 | 0 | 111001 | 111000 | 10000 | 101101000 | 111100 | 111100 |
Color Harmonies of #D65D5E
Complementary color
Monochromatic Colors of #D65D5E
Black with #D65D5E
Text Example
Text Example
White with #D65D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D5E; }
p { color: rgb(214,93,94); }
H1.HeaderClassName
{
color: #D65D5E;
}
.AnyTagClassName
{
color: #D65D5E;
}
</style>
background-color css
<style>
a { background-color: #D65D5E; }
a { background-color: rgb(214,93,94); }
div.DivClassName
{
background-color: #D65D5E;
}
.BgClassName
{
background-color: #D65D5E;
}
</style>
border-color css
<style>
span { border-color: #D65D5E; }
span { border-color: rgb(214,93,94); }
td.TdClassName
{
border-color: #D65D5E;
}
.TagClassName
{
border-color: #D65D5E;
}
</style>