Shades of Mandy #D1415E
Tints of Mandy #D1415E
RGB
CMYK
RGB Variations
Color information
#D1415E (or 0xD1415E) is known color: Mandy. HEX triplet: D1, 41 and 5E. RGB value is (209,65,94). Sum of RGB (Red+Green+Blue) = 209+65+94=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1415E is #2EBEA1. Grayscale: #6F6F6F. Windows color (decimal): -3063458 or 6177233. OLE color: 6177233.
HSL color Cylindrical-coordinate representation of color #D1415E: hue angle of 347.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1415E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 94 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.18 |
| HSL | 347.92º | 0.61% | 0.54% | - |
| HSV(B) | 347.92º | 0.69% | 0.82% | - |
| XYZ | 30.21 | 18.14 | 12.5 | - |
| YUV | 111.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 94 | 0 | 0.69 | 0.55 | 0.18 | 347.92 | 0.61 | 0.54 |
| Hex | D1 | 41 | 5E | 0 | 45 | 37 | 12 | 15C | 3D | 36 |
| Octal | 321 | 101 | 136 | 0 | 105 | 67 | 22 | 534 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1011110 | 0 | 1000101 | 110111 | 10010 | 101011100 | 111101 | 110110 |
Color Harmonies of #D1415E
Complementary color
Monochromatic Colors of #D1415E
Black with #D1415E
Text Example
Text Example
White with #D1415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1415E; }
p { color: rgb(209,65,94); }
H1.HeaderClassName
{
color: #D1415E;
}
.AnyTagClassName
{
color: #D1415E;
}
</style>
background-color css
<style>
a { background-color: #D1415E; }
a { background-color: rgb(209,65,94); }
div.DivClassName
{
background-color: #D1415E;
}
.BgClassName
{
background-color: #D1415E;
}
</style>
border-color css
<style>
span { border-color: #D1415E; }
span { border-color: rgb(209,65,94); }
td.TdClassName
{
border-color: #D1415E;
}
.TagClassName
{
border-color: #D1415E;
}
</style>