Shades of Mandy #D65865
Tints of Mandy #D65865
RGB
CMYK
RGB Variations
Color information
#D65865 (or 0xD65865) is known color: Mandy. HEX triplet: D6, 58 and 65. RGB value is (214,88,101). Sum of RGB (Red+Green+Blue) = 214+88+101=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D65865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65865 is #29A79A. Grayscale: #7F7F7F. Windows color (decimal): -2729883 or 6641878. OLE color: 6641878.
HSL color Cylindrical-coordinate representation of color #D65865: hue angle of 353.81º 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 #D65865 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 101 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.16 |
| HSL | 353.81º | 0.61% | 0.59% | - |
| HSV(B) | 353.81º | 0.59% | 0.84% | - |
| XYZ | 33.57 | 22.22 | 14.83 | - |
| YUV | 127.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 101 | 0 | 0.59 | 0.53 | 0.16 | 353.81 | 0.61 | 0.59 |
| Hex | D6 | 58 | 65 | 0 | 3B | 35 | 10 | 162 | 3D | 3B |
| Octal | 326 | 130 | 145 | 0 | 73 | 65 | 20 | 542 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1100101 | 0 | 111011 | 110101 | 10000 | 101100010 | 111101 | 111011 |
Color Harmonies of #D65865
Complementary color
Monochromatic Colors of #D65865
Black with #D65865
Text Example
Text Example
White with #D65865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65865; }
p { color: rgb(214,88,101); }
H1.HeaderClassName
{
color: #D65865;
}
.AnyTagClassName
{
color: #D65865;
}
</style>
background-color css
<style>
a { background-color: #D65865; }
a { background-color: rgb(214,88,101); }
div.DivClassName
{
background-color: #D65865;
}
.BgClassName
{
background-color: #D65865;
}
</style>
border-color css
<style>
span { border-color: #D65865; }
span { border-color: rgb(214,88,101); }
td.TdClassName
{
border-color: #D65865;
}
.TagClassName
{
border-color: #D65865;
}
</style>