Shades of Mandy #D65863
Tints of Mandy #D65863
RGB
CMYK
RGB Variations
Color information
#D65863 (or 0xD65863) is known color: Mandy. HEX triplet: D6, 58 and 63. RGB value is (214,88,99). Sum of RGB (Red+Green+Blue) = 214+88+99=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65863 is #29A79C. Grayscale: #7F7F7F. Windows color (decimal): -2729885 or 6510806. OLE color: 6510806.
HSL color Cylindrical-coordinate representation of color #D65863: hue angle of 354.76º 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 #D65863 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 99 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.16 |
| HSL | 354.76º | 0.61% | 0.59% | - |
| HSV(B) | 354.76º | 0.59% | 0.84% | - |
| XYZ | 33.47 | 22.18 | 14.32 | - |
| YUV | 126.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 99 | 0 | 0.59 | 0.54 | 0.16 | 354.76 | 0.61 | 0.59 |
| Hex | D6 | 58 | 63 | 0 | 3B | 36 | 10 | 163 | 3D | 3B |
| Octal | 326 | 130 | 143 | 0 | 73 | 66 | 20 | 543 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1100011 | 0 | 111011 | 110110 | 10000 | 101100011 | 111101 | 111011 |
Color Harmonies of #D65863
Complementary color
Monochromatic Colors of #D65863
Black with #D65863
Text Example
Text Example
White with #D65863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65863; }
p { color: rgb(214,88,99); }
H1.HeaderClassName
{
color: #D65863;
}
.AnyTagClassName
{
color: #D65863;
}
</style>
background-color css
<style>
a { background-color: #D65863; }
a { background-color: rgb(214,88,99); }
div.DivClassName
{
background-color: #D65863;
}
.BgClassName
{
background-color: #D65863;
}
</style>
border-color css
<style>
span { border-color: #D65863; }
span { border-color: rgb(214,88,99); }
td.TdClassName
{
border-color: #D65863;
}
.TagClassName
{
border-color: #D65863;
}
</style>