Shades of Mandy #D1434B
Tints of Mandy #D1434B
RGB
CMYK
RGB Variations
Color information
#D1434B (or 0xD1434B) is known color: Mandy. HEX triplet: D1, 43 and 4B. RGB value is (209,67,75). Sum of RGB (Red+Green+Blue) = 209+67+75=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1434B is #2EBCB4. Grayscale: #6E6E6E. Windows color (decimal): -3062965 or 4932561. OLE color: 4932561.
HSL color Cylindrical-coordinate representation of color #D1434B: hue angle of 356.62º 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 #D1434B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 75 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.18 |
| HSL | 356.62º | 0.61% | 0.54% | - |
| HSV(B) | 356.62º | 0.68% | 0.82% | - |
| XYZ | 29.57 | 18.08 | 8.59 | - |
| YUV | 110.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 75 | 0 | 0.68 | 0.64 | 0.18 | 356.62 | 0.61 | 0.54 |
| Hex | D1 | 43 | 4B | 0 | 44 | 40 | 12 | 165 | 3D | 36 |
| Octal | 321 | 103 | 113 | 0 | 104 | 100 | 22 | 545 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1001011 | 0 | 1000100 | 1000000 | 10010 | 101100101 | 111101 | 110110 |
Color Harmonies of #D1434B
Complementary color
Monochromatic Colors of #D1434B
Black with #D1434B
Text Example
Text Example
White with #D1434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1434B; }
p { color: rgb(209,67,75); }
H1.HeaderClassName
{
color: #D1434B;
}
.AnyTagClassName
{
color: #D1434B;
}
</style>
background-color css
<style>
a { background-color: #D1434B; }
a { background-color: rgb(209,67,75); }
div.DivClassName
{
background-color: #D1434B;
}
.BgClassName
{
background-color: #D1434B;
}
</style>
border-color css
<style>
span { border-color: #D1434B; }
span { border-color: rgb(209,67,75); }
td.TdClassName
{
border-color: #D1434B;
}
.TagClassName
{
border-color: #D1434B;
}
</style>