Shades of Mandy #D1495D
Tints of Mandy #D1495D
RGB
CMYK
RGB Variations
Color information
#D1495D (or 0xD1495D) is known color: Mandy. HEX triplet: D1, 49 and 5D. RGB value is (209,73,93). Sum of RGB (Red+Green+Blue) = 209+73+93=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1495D is #2EB6A2. Grayscale: #747474. Windows color (decimal): -3061411 or 6113745. OLE color: 6113745.
HSL color Cylindrical-coordinate representation of color #D1495D: hue angle of 351.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1495D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 93 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.18 |
| HSL | 351.18º | 0.6% | 0.55% | - |
| HSV(B) | 351.18º | 0.65% | 0.82% | - |
| XYZ | 30.65 | 19.11 | 12.43 | - |
| YUV | 115.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 93 | 0 | 0.65 | 0.56 | 0.18 | 351.18 | 0.6 | 0.55 |
| Hex | D1 | 49 | 5D | 0 | 41 | 38 | 12 | 15F | 3C | 37 |
| Octal | 321 | 111 | 135 | 0 | 101 | 70 | 22 | 537 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1011101 | 0 | 1000001 | 111000 | 10010 | 101011111 | 111100 | 110111 |
Color Harmonies of #D1495D
Complementary color
Monochromatic Colors of #D1495D
Black with #D1495D
Text Example
Text Example
White with #D1495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1495D; }
p { color: rgb(209,73,93); }
H1.HeaderClassName
{
color: #D1495D;
}
.AnyTagClassName
{
color: #D1495D;
}
</style>
background-color css
<style>
a { background-color: #D1495D; }
a { background-color: rgb(209,73,93); }
div.DivClassName
{
background-color: #D1495D;
}
.BgClassName
{
background-color: #D1495D;
}
</style>
border-color css
<style>
span { border-color: #D1495D; }
span { border-color: rgb(209,73,93); }
td.TdClassName
{
border-color: #D1495D;
}
.TagClassName
{
border-color: #D1495D;
}
</style>