Shades of Mandy #D1505E
Tints of Mandy #D1505E
RGB
CMYK
RGB Variations
Color information
#D1505E (or 0xD1505E) is known color: Mandy. HEX triplet: D1, 50 and 5E. RGB value is (209,80,94). Sum of RGB (Red+Green+Blue) = 209+80+94=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1505E is #2EAFA1. Grayscale: #787878. Windows color (decimal): -3059618 or 6181073. OLE color: 6181073.
HSL color Cylindrical-coordinate representation of color #D1505E: hue angle of 353.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1505E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 94 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.18 |
| HSL | 353.49º | 0.58% | 0.57% | - |
| HSV(B) | 353.49º | 0.62% | 0.82% | - |
| XYZ | 31.18 | 20.1 | 12.83 | - |
| YUV | 120.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 94 | 0 | 0.62 | 0.55 | 0.18 | 353.49 | 0.58 | 0.57 |
| Hex | D1 | 50 | 5E | 0 | 3E | 37 | 12 | 161 | 3A | 39 |
| Octal | 321 | 120 | 136 | 0 | 76 | 67 | 22 | 541 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1011110 | 0 | 111110 | 110111 | 10010 | 101100001 | 111010 | 111001 |
Color Harmonies of #D1505E
Complementary color
Monochromatic Colors of #D1505E
Black with #D1505E
Text Example
Text Example
White with #D1505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1505E; }
p { color: rgb(209,80,94); }
H1.HeaderClassName
{
color: #D1505E;
}
.AnyTagClassName
{
color: #D1505E;
}
</style>
background-color css
<style>
a { background-color: #D1505E; }
a { background-color: rgb(209,80,94); }
div.DivClassName
{
background-color: #D1505E;
}
.BgClassName
{
background-color: #D1505E;
}
</style>
border-color css
<style>
span { border-color: #D1505E; }
span { border-color: rgb(209,80,94); }
td.TdClassName
{
border-color: #D1505E;
}
.TagClassName
{
border-color: #D1505E;
}
</style>