Shades of Mandy #D15158
Tints of Mandy #D15158
RGB
CMYK
RGB Variations
Color information
#D15158 (or 0xD15158) is known color: Mandy. HEX triplet: D1, 51 and 58. RGB value is (209,81,88). Sum of RGB (Red+Green+Blue) = 209+81+88=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D15158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15158 is #2EAEA7. Grayscale: #787878. Windows color (decimal): -3059368 or 5788113. OLE color: 5788113.
HSL color Cylindrical-coordinate representation of color #D15158: hue angle of 356.72º 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 #D15158 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 88 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.18 |
| HSL | 356.72º | 0.58% | 0.57% | - |
| HSV(B) | 356.72º | 0.61% | 0.82% | - |
| XYZ | 31 | 20.14 | 11.49 | - |
| YUV | 120.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 88 | 0 | 0.61 | 0.58 | 0.18 | 356.72 | 0.58 | 0.57 |
| Hex | D1 | 51 | 58 | 0 | 3D | 3A | 12 | 165 | 3A | 39 |
| Octal | 321 | 121 | 130 | 0 | 75 | 72 | 22 | 545 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1011000 | 0 | 111101 | 111010 | 10010 | 101100101 | 111010 | 111001 |
Color Harmonies of #D15158
Complementary color
Monochromatic Colors of #D15158
Black with #D15158
Text Example
Text Example
White with #D15158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15158; }
p { color: rgb(209,81,88); }
H1.HeaderClassName
{
color: #D15158;
}
.AnyTagClassName
{
color: #D15158;
}
</style>
background-color css
<style>
a { background-color: #D15158; }
a { background-color: rgb(209,81,88); }
div.DivClassName
{
background-color: #D15158;
}
.BgClassName
{
background-color: #D15158;
}
</style>
border-color css
<style>
span { border-color: #D15158; }
span { border-color: rgb(209,81,88); }
td.TdClassName
{
border-color: #D15158;
}
.TagClassName
{
border-color: #D15158;
}
</style>