Shades of Mandy #D65056
Tints of Mandy #D65056
RGB
CMYK
RGB Variations
Color information
#D65056 (or 0xD65056) is known color: Mandy. HEX triplet: D6, 50 and 56. RGB value is (214,80,86). Sum of RGB (Red+Green+Blue) = 214+80+86=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65056 is #29AFA9. Grayscale: #787878. Windows color (decimal): -2731946 or 5656790. OLE color: 5656790.
HSL color Cylindrical-coordinate representation of color #D65056: hue angle of 357.31º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65056 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 86 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.16 |
| HSL | 357.31º | 0.62% | 0.58% | - |
| HSV(B) | 357.31º | 0.63% | 0.84% | - |
| XYZ | 32.28 | 20.71 | 11.1 | - |
| YUV | 120.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 86 | 0 | 0.63 | 0.60 | 0.16 | 357.31 | 0.62 | 0.58 |
| Hex | D6 | 50 | 56 | 0 | 3F | 3C | 10 | 165 | 3E | 3A |
| Octal | 326 | 120 | 126 | 0 | 77 | 74 | 20 | 545 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1010110 | 0 | 111111 | 111100 | 10000 | 101100101 | 111110 | 111010 |
Color Harmonies of #D65056
Complementary color
Monochromatic Colors of #D65056
Black with #D65056
Text Example
Text Example
White with #D65056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65056; }
p { color: rgb(214,80,86); }
H1.HeaderClassName
{
color: #D65056;
}
.AnyTagClassName
{
color: #D65056;
}
</style>
background-color css
<style>
a { background-color: #D65056; }
a { background-color: rgb(214,80,86); }
div.DivClassName
{
background-color: #D65056;
}
.BgClassName
{
background-color: #D65056;
}
</style>
border-color css
<style>
span { border-color: #D65056; }
span { border-color: rgb(214,80,86); }
td.TdClassName
{
border-color: #D65056;
}
.TagClassName
{
border-color: #D65056;
}
</style>