Shades of Mandy #D15255
Tints of Mandy #D15255
RGB
CMYK
RGB Variations
Color information
#D15255 (or 0xD15255) is known color: Mandy. HEX triplet: D1, 52 and 55. RGB value is (209,82,85). Sum of RGB (Red+Green+Blue) = 209+82+85=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D15255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15255 is #2EADAA. Grayscale: #787878. Windows color (decimal): -3059115 or 5591761. OLE color: 5591761.
HSL color Cylindrical-coordinate representation of color #D15255: hue angle of 358.58º 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 #D15255 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 85 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.18 |
| HSL | 358.58º | 0.58% | 0.57% | - |
| HSV(B) | 358.58º | 0.61% | 0.82% | - |
| XYZ | 30.95 | 20.25 | 10.87 | - |
| YUV | 120.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 85 | 0 | 0.61 | 0.59 | 0.18 | 358.58 | 0.58 | 0.57 |
| Hex | D1 | 52 | 55 | 0 | 3D | 3B | 12 | 167 | 3A | 39 |
| Octal | 321 | 122 | 125 | 0 | 75 | 73 | 22 | 547 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1010101 | 0 | 111101 | 111011 | 10010 | 101100111 | 111010 | 111001 |
Color Harmonies of #D15255
Complementary color
Monochromatic Colors of #D15255
Black with #D15255
Text Example
Text Example
White with #D15255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15255; }
p { color: rgb(209,82,85); }
H1.HeaderClassName
{
color: #D15255;
}
.AnyTagClassName
{
color: #D15255;
}
</style>
background-color css
<style>
a { background-color: #D15255; }
a { background-color: rgb(209,82,85); }
div.DivClassName
{
background-color: #D15255;
}
.BgClassName
{
background-color: #D15255;
}
</style>
border-color css
<style>
span { border-color: #D15255; }
span { border-color: rgb(209,82,85); }
td.TdClassName
{
border-color: #D15255;
}
.TagClassName
{
border-color: #D15255;
}
</style>