Shades of Mandy #D1434D
Tints of Mandy #D1434D
RGB
CMYK
RGB Variations
Color information
#D1434D (or 0xD1434D) is known color: Mandy. HEX triplet: D1, 43 and 4D. RGB value is (209,67,77). Sum of RGB (Red+Green+Blue) = 209+67+77=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1434D is #2EBCB2. Grayscale: #6E6E6E. Windows color (decimal): -3062963 or 5063633. OLE color: 5063633.
HSL color Cylindrical-coordinate representation of color #D1434D: hue angle of 355.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1434D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 77 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.18 |
| HSL | 355.77º | 0.61% | 0.54% | - |
| HSV(B) | 355.77º | 0.68% | 0.82% | - |
| XYZ | 29.64 | 18.11 | 8.95 | - |
| YUV | 110.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 77 | 0 | 0.68 | 0.63 | 0.18 | 355.77 | 0.61 | 0.54 |
| Hex | D1 | 43 | 4D | 0 | 44 | 3F | 12 | 164 | 3D | 36 |
| Octal | 321 | 103 | 115 | 0 | 104 | 77 | 22 | 544 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1001101 | 0 | 1000100 | 111111 | 10010 | 101100100 | 111101 | 110110 |
Color Harmonies of #D1434D
Complementary color
Monochromatic Colors of #D1434D
Black with #D1434D
Text Example
Text Example
White with #D1434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1434D; }
p { color: rgb(209,67,77); }
H1.HeaderClassName
{
color: #D1434D;
}
.AnyTagClassName
{
color: #D1434D;
}
</style>
background-color css
<style>
a { background-color: #D1434D; }
a { background-color: rgb(209,67,77); }
div.DivClassName
{
background-color: #D1434D;
}
.BgClassName
{
background-color: #D1434D;
}
</style>
border-color css
<style>
span { border-color: #D1434D; }
span { border-color: rgb(209,67,77); }
td.TdClassName
{
border-color: #D1434D;
}
.TagClassName
{
border-color: #D1434D;
}
</style>