Shades of Mandy #D6495F
Tints of Mandy #D6495F
RGB
CMYK
RGB Variations
Color information
#D6495F (or 0xD6495F) is known color: Mandy. HEX triplet: D6, 49 and 5F. RGB value is (214,73,95). Sum of RGB (Red+Green+Blue) = 214+73+95=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D6495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6495F is #29B6A0. Grayscale: #757575. Windows color (decimal): -2733729 or 6244822. OLE color: 6244822.
HSL color Cylindrical-coordinate representation of color #D6495F: hue angle of 350.64º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6495F is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 95 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.16 |
| HSL | 350.64º | 0.63% | 0.56% | - |
| HSV(B) | 350.64º | 0.66% | 0.84% | - |
| XYZ | 32.18 | 19.89 | 12.97 | - |
| YUV | 117.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 95 | 0 | 0.66 | 0.56 | 0.16 | 350.64 | 0.63 | 0.56 |
| Hex | D6 | 49 | 5F | 0 | 42 | 38 | 10 | 15F | 3F | 38 |
| Octal | 326 | 111 | 137 | 0 | 102 | 70 | 20 | 537 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1011111 | 0 | 1000010 | 111000 | 10000 | 101011111 | 111111 | 111000 |
Color Harmonies of #D6495F
Complementary color
Monochromatic Colors of #D6495F
Black with #D6495F
Text Example
Text Example
White with #D6495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6495F; }
p { color: rgb(214,73,95); }
H1.HeaderClassName
{
color: #D6495F;
}
.AnyTagClassName
{
color: #D6495F;
}
</style>
background-color css
<style>
a { background-color: #D6495F; }
a { background-color: rgb(214,73,95); }
div.DivClassName
{
background-color: #D6495F;
}
.BgClassName
{
background-color: #D6495F;
}
</style>
border-color css
<style>
span { border-color: #D6495F; }
span { border-color: rgb(214,73,95); }
td.TdClassName
{
border-color: #D6495F;
}
.TagClassName
{
border-color: #D6495F;
}
</style>