Shades of Mandy #D6474F
Tints of Mandy #D6474F
RGB
CMYK
RGB Variations
Color information
#D6474F (or 0xD6474F) is known color: Mandy. HEX triplet: D6, 47 and 4F. RGB value is (214,71,79). Sum of RGB (Red+Green+Blue) = 214+71+79=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6474F is #29B8B0. Grayscale: #727272. Windows color (decimal): -2734257 or 5195734. OLE color: 5195734.
HSL color Cylindrical-coordinate representation of color #D6474F: hue angle of 356.64º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6474F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 79 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.16 |
| HSL | 356.64º | 0.64% | 0.56% | - |
| HSV(B) | 356.64º | 0.67% | 0.84% | - |
| XYZ | 31.4 | 19.37 | 9.48 | - |
| YUV | 114.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 79 | 0 | 0.67 | 0.63 | 0.16 | 356.64 | 0.64 | 0.56 |
| Hex | D6 | 47 | 4F | 0 | 43 | 3F | 10 | 165 | 40 | 38 |
| Octal | 326 | 107 | 117 | 0 | 103 | 77 | 20 | 545 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1001111 | 0 | 1000011 | 111111 | 10000 | 101100101 | 1000000 | 111000 |
Color Harmonies of #D6474F
Complementary color
Monochromatic Colors of #D6474F
Black with #D6474F
Text Example
Text Example
White with #D6474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6474F; }
p { color: rgb(214,71,79); }
H1.HeaderClassName
{
color: #D6474F;
}
.AnyTagClassName
{
color: #D6474F;
}
</style>
background-color css
<style>
a { background-color: #D6474F; }
a { background-color: rgb(214,71,79); }
div.DivClassName
{
background-color: #D6474F;
}
.BgClassName
{
background-color: #D6474F;
}
</style>
border-color css
<style>
span { border-color: #D6474F; }
span { border-color: rgb(214,71,79); }
td.TdClassName
{
border-color: #D6474F;
}
.TagClassName
{
border-color: #D6474F;
}
</style>