Shades of Mandy #D65156
Tints of Mandy #D65156
RGB
CMYK
RGB Variations
Color information
#D65156 (or 0xD65156) is known color: Mandy. HEX triplet: D6, 51 and 56. RGB value is (214,81,86). Sum of RGB (Red+Green+Blue) = 214+81+86=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65156 is #29AEA9. Grayscale: #797979. Windows color (decimal): -2731690 or 5657046. OLE color: 5657046.
HSL color Cylindrical-coordinate representation of color #D65156: hue angle of 357.74º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65156 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 86 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.16 |
| HSL | 357.74º | 0.62% | 0.58% | - |
| HSV(B) | 357.74º | 0.62% | 0.84% | - |
| XYZ | 32.35 | 20.85 | 11.12 | - |
| YUV | 121.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 86 | 0 | 0.62 | 0.60 | 0.16 | 357.74 | 0.62 | 0.58 |
| Hex | D6 | 51 | 56 | 0 | 3E | 3C | 10 | 166 | 3E | 3A |
| Octal | 326 | 121 | 126 | 0 | 76 | 74 | 20 | 546 | 76 | 72 |
| Binary | 11010110 | 1010001 | 1010110 | 0 | 111110 | 111100 | 10000 | 101100110 | 111110 | 111010 |
Color Harmonies of #D65156
Complementary color
Monochromatic Colors of #D65156
Black with #D65156
Text Example
Text Example
White with #D65156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65156; }
p { color: rgb(214,81,86); }
H1.HeaderClassName
{
color: #D65156;
}
.AnyTagClassName
{
color: #D65156;
}
</style>
background-color css
<style>
a { background-color: #D65156; }
a { background-color: rgb(214,81,86); }
div.DivClassName
{
background-color: #D65156;
}
.BgClassName
{
background-color: #D65156;
}
</style>
border-color css
<style>
span { border-color: #D65156; }
span { border-color: rgb(214,81,86); }
td.TdClassName
{
border-color: #D65156;
}
.TagClassName
{
border-color: #D65156;
}
</style>