Shades of Mandy #D1445B
Tints of Mandy #D1445B
RGB
CMYK
RGB Variations
Color information
#D1445B (or 0xD1445B) is known color: Mandy. HEX triplet: D1, 44 and 5B. RGB value is (209,68,91). Sum of RGB (Red+Green+Blue) = 209+68+91=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1445B is #2EBBA4. Grayscale: #707070. Windows color (decimal): -3062693 or 5981393. OLE color: 5981393.
HSL color Cylindrical-coordinate representation of color #D1445B: hue angle of 350.21º 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 #D1445B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 91 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.18 |
| HSL | 350.21º | 0.61% | 0.54% | - |
| HSV(B) | 350.21º | 0.67% | 0.82% | - |
| XYZ | 30.25 | 18.44 | 11.86 | - |
| YUV | 112.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 91 | 0 | 0.67 | 0.56 | 0.18 | 350.21 | 0.61 | 0.54 |
| Hex | D1 | 44 | 5B | 0 | 43 | 38 | 12 | 15E | 3D | 36 |
| Octal | 321 | 104 | 133 | 0 | 103 | 70 | 22 | 536 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1011011 | 0 | 1000011 | 111000 | 10010 | 101011110 | 111101 | 110110 |
Color Harmonies of #D1445B
Complementary color
Monochromatic Colors of #D1445B
Black with #D1445B
Text Example
Text Example
White with #D1445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1445B; }
p { color: rgb(209,68,91); }
H1.HeaderClassName
{
color: #D1445B;
}
.AnyTagClassName
{
color: #D1445B;
}
</style>
background-color css
<style>
a { background-color: #D1445B; }
a { background-color: rgb(209,68,91); }
div.DivClassName
{
background-color: #D1445B;
}
.BgClassName
{
background-color: #D1445B;
}
</style>
border-color css
<style>
span { border-color: #D1445B; }
span { border-color: rgb(209,68,91); }
td.TdClassName
{
border-color: #D1445B;
}
.TagClassName
{
border-color: #D1445B;
}
</style>