Shades of Mandy #D1485E
Tints of Mandy #D1485E
RGB
CMYK
RGB Variations
Color information
#D1485E (or 0xD1485E) is known color: Mandy. HEX triplet: D1, 48 and 5E. RGB value is (209,72,94). Sum of RGB (Red+Green+Blue) = 209+72+94=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485E is #2EB7A1. Grayscale: #737373. Windows color (decimal): -3061666 or 6179025. OLE color: 6179025.
HSL color Cylindrical-coordinate representation of color #D1485E: hue angle of 350.36º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1485E is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 94 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.18 |
| HSL | 350.37º | 0.6% | 0.55% | - |
| HSV(B) | 350.37º | 0.66% | 0.82% | - |
| XYZ | 30.63 | 19 | 12.64 | - |
| YUV | 115.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 94 | 0 | 0.66 | 0.55 | 0.18 | 350.37 | 0.6 | 0.55 |
| Hex | D1 | 48 | 5E | 0 | 42 | 37 | 12 | 15E | 3C | 37 |
| Octal | 321 | 110 | 136 | 0 | 102 | 67 | 22 | 536 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1011110 | 0 | 1000010 | 110111 | 10010 | 101011110 | 111100 | 110111 |
Color Harmonies of #D1485E
Complementary color
Monochromatic Colors of #D1485E
Black with #D1485E
Text Example
Text Example
White with #D1485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1485E; }
p { color: rgb(209,72,94); }
H1.HeaderClassName
{
color: #D1485E;
}
.AnyTagClassName
{
color: #D1485E;
}
</style>
background-color css
<style>
a { background-color: #D1485E; }
a { background-color: rgb(209,72,94); }
div.DivClassName
{
background-color: #D1485E;
}
.BgClassName
{
background-color: #D1485E;
}
</style>
border-color css
<style>
span { border-color: #D1485E; }
span { border-color: rgb(209,72,94); }
td.TdClassName
{
border-color: #D1485E;
}
.TagClassName
{
border-color: #D1485E;
}
</style>