Shades of Mandy #D1445D
Tints of Mandy #D1445D
RGB
CMYK
RGB Variations
Color information
#D1445D (or 0xD1445D) is known color: Mandy. HEX triplet: D1, 44 and 5D. RGB value is (209,68,93). Sum of RGB (Red+Green+Blue) = 209+68+93=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1445D is #2EBBA2. Grayscale: #717171. Windows color (decimal): -3062691 or 6112465. OLE color: 6112465.
HSL color Cylindrical-coordinate representation of color #D1445D: hue angle of 349.36º 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 #D1445D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 93 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.18 |
| HSL | 349.36º | 0.61% | 0.54% | - |
| HSV(B) | 349.36º | 0.67% | 0.82% | - |
| XYZ | 30.34 | 18.48 | 12.32 | - |
| YUV | 113.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 93 | 0 | 0.67 | 0.56 | 0.18 | 349.36 | 0.61 | 0.54 |
| Hex | D1 | 44 | 5D | 0 | 43 | 38 | 12 | 15D | 3D | 36 |
| Octal | 321 | 104 | 135 | 0 | 103 | 70 | 22 | 535 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1011101 | 0 | 1000011 | 111000 | 10010 | 101011101 | 111101 | 110110 |
Color Harmonies of #D1445D
Complementary color
Monochromatic Colors of #D1445D
Black with #D1445D
Text Example
Text Example
White with #D1445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1445D; }
p { color: rgb(209,68,93); }
H1.HeaderClassName
{
color: #D1445D;
}
.AnyTagClassName
{
color: #D1445D;
}
</style>
background-color css
<style>
a { background-color: #D1445D; }
a { background-color: rgb(209,68,93); }
div.DivClassName
{
background-color: #D1445D;
}
.BgClassName
{
background-color: #D1445D;
}
</style>
border-color css
<style>
span { border-color: #D1445D; }
span { border-color: rgb(209,68,93); }
td.TdClassName
{
border-color: #D1445D;
}
.TagClassName
{
border-color: #D1445D;
}
</style>