Shades of Mandy #D65562
Tints of Mandy #D65562
RGB
CMYK
RGB Variations
Color information
#D65562 (or 0xD65562) is known color: Mandy. HEX triplet: D6, 55 and 62. RGB value is (214,85,98). Sum of RGB (Red+Green+Blue) = 214+85+98=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65562 is #29AA9D. Grayscale: #7D7D7D. Windows color (decimal): -2730654 or 6444502. OLE color: 6444502.
HSL color Cylindrical-coordinate representation of color #D65562: hue angle of 353.95º 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 #D65562 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 98 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.16 |
| HSL | 353.95º | 0.61% | 0.59% | - |
| HSV(B) | 353.95º | 0.6% | 0.84% | - |
| XYZ | 33.18 | 21.67 | 13.99 | - |
| YUV | 125.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 98 | 0 | 0.60 | 0.54 | 0.16 | 353.95 | 0.61 | 0.59 |
| Hex | D6 | 55 | 62 | 0 | 3C | 36 | 10 | 162 | 3D | 3B |
| Octal | 326 | 125 | 142 | 0 | 74 | 66 | 20 | 542 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1100010 | 0 | 111100 | 110110 | 10000 | 101100010 | 111101 | 111011 |
Color Harmonies of #D65562
Complementary color
Monochromatic Colors of #D65562
Black with #D65562
Text Example
Text Example
White with #D65562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65562; }
p { color: rgb(214,85,98); }
H1.HeaderClassName
{
color: #D65562;
}
.AnyTagClassName
{
color: #D65562;
}
</style>
background-color css
<style>
a { background-color: #D65562; }
a { background-color: rgb(214,85,98); }
div.DivClassName
{
background-color: #D65562;
}
.BgClassName
{
background-color: #D65562;
}
</style>
border-color css
<style>
span { border-color: #D65562; }
span { border-color: rgb(214,85,98); }
td.TdClassName
{
border-color: #D65562;
}
.TagClassName
{
border-color: #D65562;
}
</style>