Shades of Mandy #D6495B
Tints of Mandy #D6495B
RGB
CMYK
RGB Variations
Color information
#D6495B (or 0xD6495B) is known color: Mandy. HEX triplet: D6, 49 and 5B. RGB value is (214,73,91). Sum of RGB (Red+Green+Blue) = 214+73+91=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6495B is #29B6A4. Grayscale: #757575. Windows color (decimal): -2733733 or 5982678. OLE color: 5982678.
HSL color Cylindrical-coordinate representation of color #D6495B: hue angle of 352.34º 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 #D6495B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 91 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.16 |
| HSL | 352.34º | 0.63% | 0.56% | - |
| HSV(B) | 352.34º | 0.66% | 0.84% | - |
| XYZ | 32 | 19.82 | 12.04 | - |
| YUV | 117.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 91 | 0 | 0.66 | 0.57 | 0.16 | 352.34 | 0.63 | 0.56 |
| Hex | D6 | 49 | 5B | 0 | 42 | 39 | 10 | 160 | 3F | 38 |
| Octal | 326 | 111 | 133 | 0 | 102 | 71 | 20 | 540 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1011011 | 0 | 1000010 | 111001 | 10000 | 101100000 | 111111 | 111000 |
Color Harmonies of #D6495B
Complementary color
Monochromatic Colors of #D6495B
Black with #D6495B
Text Example
Text Example
White with #D6495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6495B; }
p { color: rgb(214,73,91); }
H1.HeaderClassName
{
color: #D6495B;
}
.AnyTagClassName
{
color: #D6495B;
}
</style>
background-color css
<style>
a { background-color: #D6495B; }
a { background-color: rgb(214,73,91); }
div.DivClassName
{
background-color: #D6495B;
}
.BgClassName
{
background-color: #D6495B;
}
</style>
border-color css
<style>
span { border-color: #D6495B; }
span { border-color: rgb(214,73,91); }
td.TdClassName
{
border-color: #D6495B;
}
.TagClassName
{
border-color: #D6495B;
}
</style>