Shades of Mandy #D65558
Tints of Mandy #D65558
RGB
CMYK
RGB Variations
Color information
#D65558 (or 0xD65558) is known color: Mandy. HEX triplet: D6, 55 and 58. RGB value is (214,85,88). Sum of RGB (Red+Green+Blue) = 214+85+88=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65558 is #29AAA7. Grayscale: #7C7C7C. Windows color (decimal): -2730664 or 5789142. OLE color: 5789142.
HSL color Cylindrical-coordinate representation of color #D65558: hue angle of 358.6º 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 #D65558 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 88 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.16 |
| HSL | 358.6º | 0.61% | 0.59% | - |
| HSV(B) | 358.6º | 0.6% | 0.84% | - |
| XYZ | 32.74 | 21.5 | 11.66 | - |
| YUV | 123.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 88 | 0 | 0.60 | 0.59 | 0.16 | 358.6 | 0.61 | 0.59 |
| Hex | D6 | 55 | 58 | 0 | 3C | 3B | 10 | 167 | 3D | 3B |
| Octal | 326 | 125 | 130 | 0 | 74 | 73 | 20 | 547 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1011000 | 0 | 111100 | 111011 | 10000 | 101100111 | 111101 | 111011 |
Color Harmonies of #D65558
Complementary color
Monochromatic Colors of #D65558
Black with #D65558
Text Example
Text Example
White with #D65558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65558; }
p { color: rgb(214,85,88); }
H1.HeaderClassName
{
color: #D65558;
}
.AnyTagClassName
{
color: #D65558;
}
</style>
background-color css
<style>
a { background-color: #D65558; }
a { background-color: rgb(214,85,88); }
div.DivClassName
{
background-color: #D65558;
}
.BgClassName
{
background-color: #D65558;
}
</style>
border-color css
<style>
span { border-color: #D65558; }
span { border-color: rgb(214,85,88); }
td.TdClassName
{
border-color: #D65558;
}
.TagClassName
{
border-color: #D65558;
}
</style>