Shades of Mandy #D65963
Tints of Mandy #D65963
RGB
CMYK
RGB Variations
Color information
#D65963 (or 0xD65963) is known color: Mandy. HEX triplet: D6, 59 and 63. RGB value is (214,89,99). Sum of RGB (Red+Green+Blue) = 214+89+99=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D65963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65963 is #29A69C. Grayscale: #7F7F7F. Windows color (decimal): -2729629 or 6511062. OLE color: 6511062.
HSL color Cylindrical-coordinate representation of color #D65963: hue angle of 355.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65963 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 99 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.16 |
| HSL | 355.2º | 0.6% | 0.59% | - |
| HSV(B) | 355.2º | 0.58% | 0.84% | - |
| XYZ | 33.56 | 22.34 | 14.35 | - |
| YUV | 127.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 99 | 0 | 0.58 | 0.54 | 0.16 | 355.2 | 0.6 | 0.59 |
| Hex | D6 | 59 | 63 | 0 | 3A | 36 | 10 | 163 | 3C | 3B |
| Octal | 326 | 131 | 143 | 0 | 72 | 66 | 20 | 543 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1100011 | 0 | 111010 | 110110 | 10000 | 101100011 | 111100 | 111011 |
Color Harmonies of #D65963
Complementary color
Monochromatic Colors of #D65963
Black with #D65963
Text Example
Text Example
White with #D65963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65963; }
p { color: rgb(214,89,99); }
H1.HeaderClassName
{
color: #D65963;
}
.AnyTagClassName
{
color: #D65963;
}
</style>
background-color css
<style>
a { background-color: #D65963; }
a { background-color: rgb(214,89,99); }
div.DivClassName
{
background-color: #D65963;
}
.BgClassName
{
background-color: #D65963;
}
</style>
border-color css
<style>
span { border-color: #D65963; }
span { border-color: rgb(214,89,99); }
td.TdClassName
{
border-color: #D65963;
}
.TagClassName
{
border-color: #D65963;
}
</style>