Shades of Mandy #D15262
Tints of Mandy #D15262
RGB
CMYK
RGB Variations
Color information
#D15262 (or 0xD15262) is known color: Mandy. HEX triplet: D1, 52 and 62. RGB value is (209,82,98). Sum of RGB (Red+Green+Blue) = 209+82+98=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D15262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15262 is #2EAD9D. Grayscale: #797979. Windows color (decimal): -3059102 or 6443729. OLE color: 6443729.
HSL color Cylindrical-coordinate representation of color #D15262: hue angle of 352.44º 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 #D15262 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 98 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.18 |
| HSL | 352.44º | 0.58% | 0.57% | - |
| HSV(B) | 352.44º | 0.61% | 0.82% | - |
| XYZ | 31.52 | 20.47 | 13.85 | - |
| YUV | 121.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 98 | 0 | 0.61 | 0.53 | 0.18 | 352.44 | 0.58 | 0.57 |
| Hex | D1 | 52 | 62 | 0 | 3D | 35 | 12 | 160 | 3A | 39 |
| Octal | 321 | 122 | 142 | 0 | 75 | 65 | 22 | 540 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1100010 | 0 | 111101 | 110101 | 10010 | 101100000 | 111010 | 111001 |
Color Harmonies of #D15262
Complementary color
Monochromatic Colors of #D15262
Black with #D15262
Text Example
Text Example
White with #D15262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15262; }
p { color: rgb(209,82,98); }
H1.HeaderClassName
{
color: #D15262;
}
.AnyTagClassName
{
color: #D15262;
}
</style>
background-color css
<style>
a { background-color: #D15262; }
a { background-color: rgb(209,82,98); }
div.DivClassName
{
background-color: #D15262;
}
.BgClassName
{
background-color: #D15262;
}
</style>
border-color css
<style>
span { border-color: #D15262; }
span { border-color: rgb(209,82,98); }
td.TdClassName
{
border-color: #D15262;
}
.TagClassName
{
border-color: #D15262;
}
</style>