Shades of Mandy #D65560
Tints of Mandy #D65560
RGB
CMYK
RGB Variations
Color information
#D65560 (or 0xD65560) is known color: Mandy. HEX triplet: D6, 55 and 60. RGB value is (214,85,96). Sum of RGB (Red+Green+Blue) = 214+85+96=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65560 is #29AA9F. Grayscale: #7C7C7C. Windows color (decimal): -2730656 or 6313430. OLE color: 6313430.
HSL color Cylindrical-coordinate representation of color #D65560: hue angle of 354.88º 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 #D65560 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 96 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.16 |
| HSL | 354.88º | 0.61% | 0.59% | - |
| HSV(B) | 354.88º | 0.6% | 0.84% | - |
| XYZ | 33.09 | 21.64 | 13.5 | - |
| YUV | 124.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 96 | 0 | 0.60 | 0.55 | 0.16 | 354.88 | 0.61 | 0.59 |
| Hex | D6 | 55 | 60 | 0 | 3C | 37 | 10 | 163 | 3D | 3B |
| Octal | 326 | 125 | 140 | 0 | 74 | 67 | 20 | 543 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1100000 | 0 | 111100 | 110111 | 10000 | 101100011 | 111101 | 111011 |
Color Harmonies of #D65560
Complementary color
Monochromatic Colors of #D65560
Black with #D65560
Text Example
Text Example
White with #D65560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65560; }
p { color: rgb(214,85,96); }
H1.HeaderClassName
{
color: #D65560;
}
.AnyTagClassName
{
color: #D65560;
}
</style>
background-color css
<style>
a { background-color: #D65560; }
a { background-color: rgb(214,85,96); }
div.DivClassName
{
background-color: #D65560;
}
.BgClassName
{
background-color: #D65560;
}
</style>
border-color css
<style>
span { border-color: #D65560; }
span { border-color: rgb(214,85,96); }
td.TdClassName
{
border-color: #D65560;
}
.TagClassName
{
border-color: #D65560;
}
</style>