Shades of Mandy #D15253
Tints of Mandy #D15253
RGB
CMYK
RGB Variations
Color information
#D15253 (or 0xD15253) is known color: Mandy. HEX triplet: D1, 52 and 53. RGB value is (209,82,83). Sum of RGB (Red+Green+Blue) = 209+82+83=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D15253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15253 is #2EADAC. Grayscale: #787878. Windows color (decimal): -3059117 or 5460689. OLE color: 5460689.
HSL color Cylindrical-coordinate representation of color #D15253: hue angle of 359.53º 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 #D15253 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 83 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.18 |
| HSL | 359.53º | 0.58% | 0.57% | - |
| HSV(B) | 359.53º | 0.61% | 0.82% | - |
| XYZ | 30.87 | 20.21 | 10.46 | - |
| YUV | 120.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 83 | 0 | 0.61 | 0.60 | 0.18 | 359.53 | 0.58 | 0.57 |
| Hex | D1 | 52 | 53 | 0 | 3D | 3C | 12 | 168 | 3A | 39 |
| Octal | 321 | 122 | 123 | 0 | 75 | 74 | 22 | 550 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1010011 | 0 | 111101 | 111100 | 10010 | 101101000 | 111010 | 111001 |
Color Harmonies of #D15253
Complementary color
Monochromatic Colors of #D15253
Black with #D15253
Text Example
Text Example
White with #D15253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15253; }
p { color: rgb(209,82,83); }
H1.HeaderClassName
{
color: #D15253;
}
.AnyTagClassName
{
color: #D15253;
}
</style>
background-color css
<style>
a { background-color: #D15253; }
a { background-color: rgb(209,82,83); }
div.DivClassName
{
background-color: #D15253;
}
.BgClassName
{
background-color: #D15253;
}
</style>
border-color css
<style>
span { border-color: #D15253; }
span { border-color: rgb(209,82,83); }
td.TdClassName
{
border-color: #D15253;
}
.TagClassName
{
border-color: #D15253;
}
</style>