Shades of Mandy #D65663
Tints of Mandy #D65663
RGB
CMYK
RGB Variations
Color information
#D65663 (or 0xD65663) is known color: Mandy. HEX triplet: D6, 56 and 63. RGB value is (214,86,99). Sum of RGB (Red+Green+Blue) = 214+86+99=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65663 is #29A99C. Grayscale: #7D7D7D. Windows color (decimal): -2730397 or 6510294. OLE color: 6510294.
HSL color Cylindrical-coordinate representation of color #D65663: hue angle of 353.91º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65663 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 99 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.16 |
| HSL | 353.91º | 0.61% | 0.59% | - |
| HSV(B) | 353.91º | 0.6% | 0.84% | - |
| XYZ | 33.31 | 21.85 | 14.27 | - |
| YUV | 125.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 99 | 0 | 0.60 | 0.54 | 0.16 | 353.91 | 0.61 | 0.59 |
| Hex | D6 | 56 | 63 | 0 | 3C | 36 | 10 | 162 | 3D | 3B |
| Octal | 326 | 126 | 143 | 0 | 74 | 66 | 20 | 542 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1100011 | 0 | 111100 | 110110 | 10000 | 101100010 | 111101 | 111011 |
Color Harmonies of #D65663
Complementary color
Monochromatic Colors of #D65663
Black with #D65663
Text Example
Text Example
White with #D65663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65663; }
p { color: rgb(214,86,99); }
H1.HeaderClassName
{
color: #D65663;
}
.AnyTagClassName
{
color: #D65663;
}
</style>
background-color css
<style>
a { background-color: #D65663; }
a { background-color: rgb(214,86,99); }
div.DivClassName
{
background-color: #D65663;
}
.BgClassName
{
background-color: #D65663;
}
</style>
border-color css
<style>
span { border-color: #D65663; }
span { border-color: rgb(214,86,99); }
td.TdClassName
{
border-color: #D65663;
}
.TagClassName
{
border-color: #D65663;
}
</style>