Shades of Mandy #D2495B
Tints of Mandy #D2495B
RGB
CMYK
RGB Variations
Color information
#D2495B (or 0xD2495B) is known color: Mandy. HEX triplet: D2, 49 and 5B. RGB value is (210,73,91). Sum of RGB (Red+Green+Blue) = 210+73+91=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2495B is #2DB6A4. Grayscale: #747474. Windows color (decimal): -2995877 or 5982674. OLE color: 5982674.
HSL color Cylindrical-coordinate representation of color #D2495B: hue angle of 352.12º 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 #D2495B is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 91 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.18 |
| HSL | 352.12º | 0.6% | 0.55% | - |
| HSV(B) | 352.12º | 0.65% | 0.82% | - |
| XYZ | 30.85 | 19.22 | 11.98 | - |
| YUV | 116.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 91 | 0 | 0.65 | 0.57 | 0.18 | 352.12 | 0.6 | 0.55 |
| Hex | D2 | 49 | 5B | 0 | 41 | 39 | 12 | 160 | 3C | 37 |
| Octal | 322 | 111 | 133 | 0 | 101 | 71 | 22 | 540 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1011011 | 0 | 1000001 | 111001 | 10010 | 101100000 | 111100 | 110111 |
Color Harmonies of #D2495B
Complementary color
Monochromatic Colors of #D2495B
Black with #D2495B
Text Example
Text Example
White with #D2495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2495B; }
p { color: rgb(210,73,91); }
H1.HeaderClassName
{
color: #D2495B;
}
.AnyTagClassName
{
color: #D2495B;
}
</style>
background-color css
<style>
a { background-color: #D2495B; }
a { background-color: rgb(210,73,91); }
div.DivClassName
{
background-color: #D2495B;
}
.BgClassName
{
background-color: #D2495B;
}
</style>
border-color css
<style>
span { border-color: #D2495B; }
span { border-color: rgb(210,73,91); }
td.TdClassName
{
border-color: #D2495B;
}
.TagClassName
{
border-color: #D2495B;
}
</style>