Shades of Mandy #D2495D
Tints of Mandy #D2495D
RGB
CMYK
RGB Variations
Color information
#D2495D (or 0xD2495D) is known color: Mandy. HEX triplet: D2, 49 and 5D. RGB value is (210,73,93). Sum of RGB (Red+Green+Blue) = 210+73+93=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2495D is #2DB6A2. Grayscale: #747474. Windows color (decimal): -2995875 or 6113746. OLE color: 6113746.
HSL color Cylindrical-coordinate representation of color #D2495D: hue angle of 351.24º 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 #D2495D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 93 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.18 |
| HSL | 351.24º | 0.6% | 0.55% | - |
| HSV(B) | 351.24º | 0.65% | 0.82% | - |
| XYZ | 30.94 | 19.26 | 12.44 | - |
| YUV | 116.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 93 | 0 | 0.65 | 0.56 | 0.18 | 351.24 | 0.6 | 0.55 |
| Hex | D2 | 49 | 5D | 0 | 41 | 38 | 12 | 15F | 3C | 37 |
| Octal | 322 | 111 | 135 | 0 | 101 | 70 | 22 | 537 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1011101 | 0 | 1000001 | 111000 | 10010 | 101011111 | 111100 | 110111 |
Color Harmonies of #D2495D
Complementary color
Monochromatic Colors of #D2495D
Black with #D2495D
Text Example
Text Example
White with #D2495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2495D; }
p { color: rgb(210,73,93); }
H1.HeaderClassName
{
color: #D2495D;
}
.AnyTagClassName
{
color: #D2495D;
}
</style>
background-color css
<style>
a { background-color: #D2495D; }
a { background-color: rgb(210,73,93); }
div.DivClassName
{
background-color: #D2495D;
}
.BgClassName
{
background-color: #D2495D;
}
</style>
border-color css
<style>
span { border-color: #D2495D; }
span { border-color: rgb(210,73,93); }
td.TdClassName
{
border-color: #D2495D;
}
.TagClassName
{
border-color: #D2495D;
}
</style>