Shades of Mandy #D15156
Tints of Mandy #D15156
RGB
CMYK
RGB Variations
Color information
#D15156 (or 0xD15156) is known color: Mandy. HEX triplet: D1, 51 and 56. RGB value is (209,81,86). Sum of RGB (Red+Green+Blue) = 209+81+86=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D15156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15156 is #2EAEA9. Grayscale: #777777. Windows color (decimal): -3059370 or 5657041. OLE color: 5657041.
HSL color Cylindrical-coordinate representation of color #D15156: hue angle of 357.66º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15156 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 86 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.18 |
| HSL | 357.66º | 0.58% | 0.57% | - |
| HSV(B) | 357.66º | 0.61% | 0.82% | - |
| XYZ | 30.92 | 20.11 | 11.06 | - |
| YUV | 119.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 86 | 0 | 0.61 | 0.59 | 0.18 | 357.66 | 0.58 | 0.57 |
| Hex | D1 | 51 | 56 | 0 | 3D | 3B | 12 | 166 | 3A | 39 |
| Octal | 321 | 121 | 126 | 0 | 75 | 73 | 22 | 546 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1010110 | 0 | 111101 | 111011 | 10010 | 101100110 | 111010 | 111001 |
Color Harmonies of #D15156
Complementary color
Monochromatic Colors of #D15156
Black with #D15156
Text Example
Text Example
White with #D15156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15156; }
p { color: rgb(209,81,86); }
H1.HeaderClassName
{
color: #D15156;
}
.AnyTagClassName
{
color: #D15156;
}
</style>
background-color css
<style>
a { background-color: #D15156; }
a { background-color: rgb(209,81,86); }
div.DivClassName
{
background-color: #D15156;
}
.BgClassName
{
background-color: #D15156;
}
</style>
border-color css
<style>
span { border-color: #D15156; }
span { border-color: rgb(209,81,86); }
td.TdClassName
{
border-color: #D15156;
}
.TagClassName
{
border-color: #D15156;
}
</style>