Shades of Mandy #D6495D
Tints of Mandy #D6495D
RGB
CMYK
RGB Variations
Color information
#D6495D (or 0xD6495D) is known color: Mandy. HEX triplet: D6, 49 and 5D. RGB value is (214,73,93). Sum of RGB (Red+Green+Blue) = 214+73+93=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6495D is #29B6A2. Grayscale: #757575. Windows color (decimal): -2733731 or 6113750. OLE color: 6113750.
HSL color Cylindrical-coordinate representation of color #D6495D: hue angle of 351.49º 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 #D6495D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 93 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.16 |
| HSL | 351.49º | 0.63% | 0.56% | - |
| HSV(B) | 351.49º | 0.66% | 0.84% | - |
| XYZ | 32.09 | 19.85 | 12.5 | - |
| YUV | 117.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 93 | 0 | 0.66 | 0.57 | 0.16 | 351.49 | 0.63 | 0.56 |
| Hex | D6 | 49 | 5D | 0 | 42 | 39 | 10 | 15F | 3F | 38 |
| Octal | 326 | 111 | 135 | 0 | 102 | 71 | 20 | 537 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1011101 | 0 | 1000010 | 111001 | 10000 | 101011111 | 111111 | 111000 |
Color Harmonies of #D6495D
Complementary color
Monochromatic Colors of #D6495D
Black with #D6495D
Text Example
Text Example
White with #D6495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6495D; }
p { color: rgb(214,73,93); }
H1.HeaderClassName
{
color: #D6495D;
}
.AnyTagClassName
{
color: #D6495D;
}
</style>
background-color css
<style>
a { background-color: #D6495D; }
a { background-color: rgb(214,73,93); }
div.DivClassName
{
background-color: #D6495D;
}
.BgClassName
{
background-color: #D6495D;
}
</style>
border-color css
<style>
span { border-color: #D6495D; }
span { border-color: rgb(214,73,93); }
td.TdClassName
{
border-color: #D6495D;
}
.TagClassName
{
border-color: #D6495D;
}
</style>