Shades of Mandy #D6494A
Tints of Mandy #D6494A
RGB
CMYK
RGB Variations
Color information
#D6494A (or 0xD6494A) is known color: Mandy. HEX triplet: D6, 49 and 4A. RGB value is (214,73,74). Sum of RGB (Red+Green+Blue) = 214+73+74=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6494A is #29B6B5. Grayscale: #737373. Windows color (decimal): -2733750 or 4868566. OLE color: 4868566.
HSL color Cylindrical-coordinate representation of color #D6494A: hue angle of 359.57º 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 #D6494A is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 74 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.16 |
| HSL | 359.57º | 0.63% | 0.56% | - |
| HSV(B) | 359.57º | 0.66% | 0.84% | - |
| XYZ | 31.35 | 19.56 | 8.6 | - |
| YUV | 115.27 | 104.71 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 74 | 0 | 0.66 | 0.65 | 0.16 | 359.57 | 0.63 | 0.56 |
| Hex | D6 | 49 | 4A | 0 | 42 | 41 | 10 | 168 | 3F | 38 |
| Octal | 326 | 111 | 112 | 0 | 102 | 101 | 20 | 550 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1001010 | 0 | 1000010 | 1000001 | 10000 | 101101000 | 111111 | 111000 |
Color Harmonies of #D6494A
Complementary color
Monochromatic Colors of #D6494A
Black with #D6494A
Text Example
Text Example
White with #D6494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6494A; }
p { color: rgb(214,73,74); }
H1.HeaderClassName
{
color: #D6494A;
}
.AnyTagClassName
{
color: #D6494A;
}
</style>
background-color css
<style>
a { background-color: #D6494A; }
a { background-color: rgb(214,73,74); }
div.DivClassName
{
background-color: #D6494A;
}
.BgClassName
{
background-color: #D6494A;
}
</style>
border-color css
<style>
span { border-color: #D6494A; }
span { border-color: rgb(214,73,74); }
td.TdClassName
{
border-color: #D6494A;
}
.TagClassName
{
border-color: #D6494A;
}
</style>