Shades of Mandy #D1445E
Tints of Mandy #D1445E
RGB
CMYK
RGB Variations
Color information
#D1445E (or 0xD1445E) is known color: Mandy. HEX triplet: D1, 44 and 5E. RGB value is (209,68,94). Sum of RGB (Red+Green+Blue) = 209+68+94=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1445E is #2EBBA1. Grayscale: #717171. Windows color (decimal): -3062690 or 6178001. OLE color: 6178001.
HSL color Cylindrical-coordinate representation of color #D1445E: hue angle of 348.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1445E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 94 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.18 |
| HSL | 348.94º | 0.61% | 0.54% | - |
| HSV(B) | 348.94º | 0.67% | 0.82% | - |
| XYZ | 30.38 | 18.5 | 12.56 | - |
| YUV | 113.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 94 | 0 | 0.67 | 0.55 | 0.18 | 348.94 | 0.61 | 0.54 |
| Hex | D1 | 44 | 5E | 0 | 43 | 37 | 12 | 15D | 3D | 36 |
| Octal | 321 | 104 | 136 | 0 | 103 | 67 | 22 | 535 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1011110 | 0 | 1000011 | 110111 | 10010 | 101011101 | 111101 | 110110 |
Color Harmonies of #D1445E
Complementary color
Monochromatic Colors of #D1445E
Black with #D1445E
Text Example
Text Example
White with #D1445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1445E; }
p { color: rgb(209,68,94); }
H1.HeaderClassName
{
color: #D1445E;
}
.AnyTagClassName
{
color: #D1445E;
}
</style>
background-color css
<style>
a { background-color: #D1445E; }
a { background-color: rgb(209,68,94); }
div.DivClassName
{
background-color: #D1445E;
}
.BgClassName
{
background-color: #D1445E;
}
</style>
border-color css
<style>
span { border-color: #D1445E; }
span { border-color: rgb(209,68,94); }
td.TdClassName
{
border-color: #D1445E;
}
.TagClassName
{
border-color: #D1445E;
}
</style>