Shades of Mandy #D6555D
Tints of Mandy #D6555D
RGB
CMYK
RGB Variations
Color information
#D6555D (or 0xD6555D) is known color: Mandy. HEX triplet: D6, 55 and 5D. RGB value is (214,85,93). Sum of RGB (Red+Green+Blue) = 214+85+93=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6555D is #29AAA2. Grayscale: #7C7C7C. Windows color (decimal): -2730659 or 6116822. OLE color: 6116822.
HSL color Cylindrical-coordinate representation of color #D6555D: hue angle of 356.28º 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 #D6555D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 93 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.16 |
| HSL | 356.28º | 0.61% | 0.59% | - |
| HSV(B) | 356.28º | 0.6% | 0.84% | - |
| XYZ | 32.96 | 21.58 | 12.78 | - |
| YUV | 124.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 93 | 0 | 0.60 | 0.57 | 0.16 | 356.28 | 0.61 | 0.59 |
| Hex | D6 | 55 | 5D | 0 | 3C | 39 | 10 | 164 | 3D | 3B |
| Octal | 326 | 125 | 135 | 0 | 74 | 71 | 20 | 544 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1011101 | 0 | 111100 | 111001 | 10000 | 101100100 | 111101 | 111011 |
Color Harmonies of #D6555D
Complementary color
Monochromatic Colors of #D6555D
Black with #D6555D
Text Example
Text Example
White with #D6555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6555D; }
p { color: rgb(214,85,93); }
H1.HeaderClassName
{
color: #D6555D;
}
.AnyTagClassName
{
color: #D6555D;
}
</style>
background-color css
<style>
a { background-color: #D6555D; }
a { background-color: rgb(214,85,93); }
div.DivClassName
{
background-color: #D6555D;
}
.BgClassName
{
background-color: #D6555D;
}
</style>
border-color css
<style>
span { border-color: #D6555D; }
span { border-color: rgb(214,85,93); }
td.TdClassName
{
border-color: #D6555D;
}
.TagClassName
{
border-color: #D6555D;
}
</style>