Shades of Mandy #D15B5D
Tints of Mandy #D15B5D
RGB
CMYK
RGB Variations
Color information
#D15B5D (or 0xD15B5D) is known color: Mandy. HEX triplet: D1, 5B and 5D. RGB value is (209,91,93). Sum of RGB (Red+Green+Blue) = 209+91+93=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B5D is #2EA4A2. Grayscale: #7E7E7E. Windows color (decimal): -3056803 or 6118353. OLE color: 6118353.
HSL color Cylindrical-coordinate representation of color #D15B5D: hue angle of 358.98º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15B5D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 93 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.18 |
| HSL | 358.98º | 0.56% | 0.59% | - |
| HSV(B) | 358.98º | 0.56% | 0.82% | - |
| XYZ | 32.01 | 21.83 | 12.88 | - |
| YUV | 126.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 93 | 0 | 0.56 | 0.56 | 0.18 | 358.98 | 0.56 | 0.59 |
| Hex | D1 | 5B | 5D | 0 | 38 | 38 | 12 | 167 | 38 | 3B |
| Octal | 321 | 133 | 135 | 0 | 70 | 70 | 22 | 547 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1011101 | 0 | 111000 | 111000 | 10010 | 101100111 | 111000 | 111011 |
Color Harmonies of #D15B5D
Complementary color
Monochromatic Colors of #D15B5D
Black with #D15B5D
Text Example
Text Example
White with #D15B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B5D; }
p { color: rgb(209,91,93); }
H1.HeaderClassName
{
color: #D15B5D;
}
.AnyTagClassName
{
color: #D15B5D;
}
</style>
background-color css
<style>
a { background-color: #D15B5D; }
a { background-color: rgb(209,91,93); }
div.DivClassName
{
background-color: #D15B5D;
}
.BgClassName
{
background-color: #D15B5D;
}
</style>
border-color css
<style>
span { border-color: #D15B5D; }
span { border-color: rgb(209,91,93); }
td.TdClassName
{
border-color: #D15B5D;
}
.TagClassName
{
border-color: #D15B5D;
}
</style>