Shades of Mandy #D1405B
Tints of Mandy #D1405B
RGB
CMYK
RGB Variations
Color information
#D1405B (or 0xD1405B) is known color: Mandy. HEX triplet: D1, 40 and 5B. RGB value is (209,64,91). Sum of RGB (Red+Green+Blue) = 209+64+91=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1405B is #2EBFA4. Grayscale: #6E6E6E. Windows color (decimal): -3063717 or 5980369. OLE color: 5980369.
HSL color Cylindrical-coordinate representation of color #D1405B: hue angle of 348.83º 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 #D1405B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 91 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.18 |
| HSL | 348.83º | 0.61% | 0.54% | - |
| HSV(B) | 348.83º | 0.69% | 0.82% | - |
| XYZ | 30.02 | 17.98 | 11.79 | - |
| YUV | 110.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 91 | 0 | 0.69 | 0.56 | 0.18 | 348.83 | 0.61 | 0.54 |
| Hex | D1 | 40 | 5B | 0 | 45 | 38 | 12 | 15D | 3D | 36 |
| Octal | 321 | 100 | 133 | 0 | 105 | 70 | 22 | 535 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1011011 | 0 | 1000101 | 111000 | 10010 | 101011101 | 111101 | 110110 |
Color Harmonies of #D1405B
Complementary color
Monochromatic Colors of #D1405B
Black with #D1405B
Text Example
Text Example
White with #D1405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1405B; }
p { color: rgb(209,64,91); }
H1.HeaderClassName
{
color: #D1405B;
}
.AnyTagClassName
{
color: #D1405B;
}
</style>
background-color css
<style>
a { background-color: #D1405B; }
a { background-color: rgb(209,64,91); }
div.DivClassName
{
background-color: #D1405B;
}
.BgClassName
{
background-color: #D1405B;
}
</style>
border-color css
<style>
span { border-color: #D1405B; }
span { border-color: rgb(209,64,91); }
td.TdClassName
{
border-color: #D1405B;
}
.TagClassName
{
border-color: #D1405B;
}
</style>