Shades of Mandy #D1525D
Tints of Mandy #D1525D
RGB
CMYK
RGB Variations
Color information
#D1525D (or 0xD1525D) is known color: Mandy. HEX triplet: D1, 52 and 5D. RGB value is (209,82,93). Sum of RGB (Red+Green+Blue) = 209+82+93=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1525D is #2EADA2. Grayscale: #797979. Windows color (decimal): -3059107 or 6116049. OLE color: 6116049.
HSL color Cylindrical-coordinate representation of color #D1525D: hue angle of 354.8º 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 #D1525D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 93 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.18 |
| HSL | 354.8º | 0.58% | 0.57% | - |
| HSV(B) | 354.8º | 0.61% | 0.82% | - |
| XYZ | 31.29 | 20.38 | 12.64 | - |
| YUV | 121.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 93 | 0 | 0.61 | 0.56 | 0.18 | 354.8 | 0.58 | 0.57 |
| Hex | D1 | 52 | 5D | 0 | 3D | 38 | 12 | 163 | 3A | 39 |
| Octal | 321 | 122 | 135 | 0 | 75 | 70 | 22 | 543 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1011101 | 0 | 111101 | 111000 | 10010 | 101100011 | 111010 | 111001 |
Color Harmonies of #D1525D
Complementary color
Monochromatic Colors of #D1525D
Black with #D1525D
Text Example
Text Example
White with #D1525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1525D; }
p { color: rgb(209,82,93); }
H1.HeaderClassName
{
color: #D1525D;
}
.AnyTagClassName
{
color: #D1525D;
}
</style>
background-color css
<style>
a { background-color: #D1525D; }
a { background-color: rgb(209,82,93); }
div.DivClassName
{
background-color: #D1525D;
}
.BgClassName
{
background-color: #D1525D;
}
</style>
border-color css
<style>
span { border-color: #D1525D; }
span { border-color: rgb(209,82,93); }
td.TdClassName
{
border-color: #D1525D;
}
.TagClassName
{
border-color: #D1525D;
}
</style>