Shades of Mandy #D6475C
Tints of Mandy #D6475C
RGB
CMYK
RGB Variations
Color information
#D6475C (or 0xD6475C) is known color: Mandy. HEX triplet: D6, 47 and 5C. RGB value is (214,71,92). Sum of RGB (Red+Green+Blue) = 214+71+92=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6475C is #29B8A3. Grayscale: #747474. Windows color (decimal): -2734244 or 6047702. OLE color: 6047702.
HSL color Cylindrical-coordinate representation of color #D6475C: hue angle of 351.19º 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 #D6475C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 92 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.16 |
| HSL | 351.19º | 0.64% | 0.56% | - |
| HSV(B) | 351.19º | 0.67% | 0.84% | - |
| XYZ | 31.92 | 19.58 | 12.22 | - |
| YUV | 116.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 92 | 0 | 0.67 | 0.57 | 0.16 | 351.19 | 0.64 | 0.56 |
| Hex | D6 | 47 | 5C | 0 | 43 | 39 | 10 | 15F | 40 | 38 |
| Octal | 326 | 107 | 134 | 0 | 103 | 71 | 20 | 537 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1011100 | 0 | 1000011 | 111001 | 10000 | 101011111 | 1000000 | 111000 |
Color Harmonies of #D6475C
Complementary color
Monochromatic Colors of #D6475C
Black with #D6475C
Text Example
Text Example
White with #D6475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6475C; }
p { color: rgb(214,71,92); }
H1.HeaderClassName
{
color: #D6475C;
}
.AnyTagClassName
{
color: #D6475C;
}
</style>
background-color css
<style>
a { background-color: #D6475C; }
a { background-color: rgb(214,71,92); }
div.DivClassName
{
background-color: #D6475C;
}
.BgClassName
{
background-color: #D6475C;
}
</style>
border-color css
<style>
span { border-color: #D6475C; }
span { border-color: rgb(214,71,92); }
td.TdClassName
{
border-color: #D6475C;
}
.TagClassName
{
border-color: #D6475C;
}
</style>