Shades of Mandy #D2495E
Tints of Mandy #D2495E
RGB
CMYK
RGB Variations
Color information
#D2495E (or 0xD2495E) is known color: Mandy. HEX triplet: D2, 49 and 5E. RGB value is (210,73,94). Sum of RGB (Red+Green+Blue) = 210+73+94=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2495E is #2DB6A1. Grayscale: #747474. Windows color (decimal): -2995874 or 6179282. OLE color: 6179282.
HSL color Cylindrical-coordinate representation of color #D2495E: hue angle of 350.8º 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 #D2495E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 94 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.18 |
| HSL | 350.8º | 0.6% | 0.55% | - |
| HSV(B) | 350.8º | 0.65% | 0.82% | - |
| XYZ | 30.98 | 19.27 | 12.68 | - |
| YUV | 116.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 94 | 0 | 0.65 | 0.55 | 0.18 | 350.8 | 0.6 | 0.55 |
| Hex | D2 | 49 | 5E | 0 | 41 | 37 | 12 | 15F | 3C | 37 |
| Octal | 322 | 111 | 136 | 0 | 101 | 67 | 22 | 537 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1011110 | 0 | 1000001 | 110111 | 10010 | 101011111 | 111100 | 110111 |
Color Harmonies of #D2495E
Complementary color
Monochromatic Colors of #D2495E
Black with #D2495E
Text Example
Text Example
White with #D2495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2495E; }
p { color: rgb(210,73,94); }
H1.HeaderClassName
{
color: #D2495E;
}
.AnyTagClassName
{
color: #D2495E;
}
</style>
background-color css
<style>
a { background-color: #D2495E; }
a { background-color: rgb(210,73,94); }
div.DivClassName
{
background-color: #D2495E;
}
.BgClassName
{
background-color: #D2495E;
}
</style>
border-color css
<style>
span { border-color: #D2495E; }
span { border-color: rgb(210,73,94); }
td.TdClassName
{
border-color: #D2495E;
}
.TagClassName
{
border-color: #D2495E;
}
</style>