Shades of Mandy #D6555E
Tints of Mandy #D6555E
RGB
CMYK
RGB Variations
Color information
#D6555E (or 0xD6555E) is known color: Mandy. HEX triplet: D6, 55 and 5E. RGB value is (214,85,94). Sum of RGB (Red+Green+Blue) = 214+85+94=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6555E is #29AAA1. Grayscale: #7C7C7C. Windows color (decimal): -2730658 or 6182358. OLE color: 6182358.
HSL color Cylindrical-coordinate representation of color #D6555E: hue angle of 355.81º 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 #D6555E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 94 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.16 |
| HSL | 355.81º | 0.61% | 0.59% | - |
| HSV(B) | 355.81º | 0.6% | 0.84% | - |
| XYZ | 33 | 21.6 | 13.02 | - |
| YUV | 124.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 94 | 0 | 0.60 | 0.56 | 0.16 | 355.81 | 0.61 | 0.59 |
| Hex | D6 | 55 | 5E | 0 | 3C | 38 | 10 | 164 | 3D | 3B |
| Octal | 326 | 125 | 136 | 0 | 74 | 70 | 20 | 544 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1011110 | 0 | 111100 | 111000 | 10000 | 101100100 | 111101 | 111011 |
Color Harmonies of #D6555E
Complementary color
Monochromatic Colors of #D6555E
Black with #D6555E
Text Example
Text Example
White with #D6555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6555E; }
p { color: rgb(214,85,94); }
H1.HeaderClassName
{
color: #D6555E;
}
.AnyTagClassName
{
color: #D6555E;
}
</style>
background-color css
<style>
a { background-color: #D6555E; }
a { background-color: rgb(214,85,94); }
div.DivClassName
{
background-color: #D6555E;
}
.BgClassName
{
background-color: #D6555E;
}
</style>
border-color css
<style>
span { border-color: #D6555E; }
span { border-color: rgb(214,85,94); }
td.TdClassName
{
border-color: #D6555E;
}
.TagClassName
{
border-color: #D6555E;
}
</style>