Shades of Mandy #D1435D
Tints of Mandy #D1435D
RGB
CMYK
RGB Variations
Color information
#D1435D (or 0xD1435D) is known color: Mandy. HEX triplet: D1, 43 and 5D. RGB value is (209,67,93). Sum of RGB (Red+Green+Blue) = 209+67+93=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1435D is #2EBCA2. Grayscale: #707070. Windows color (decimal): -3062947 or 6112209. OLE color: 6112209.
HSL color Cylindrical-coordinate representation of color #D1435D: hue angle of 349.01º 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 #D1435D is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 93 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.18 |
| HSL | 349.01º | 0.61% | 0.54% | - |
| HSV(B) | 349.01º | 0.68% | 0.82% | - |
| XYZ | 30.28 | 18.36 | 12.3 | - |
| YUV | 112.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 93 | 0 | 0.68 | 0.56 | 0.18 | 349.01 | 0.61 | 0.54 |
| Hex | D1 | 43 | 5D | 0 | 44 | 38 | 12 | 15D | 3D | 36 |
| Octal | 321 | 103 | 135 | 0 | 104 | 70 | 22 | 535 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1011101 | 0 | 1000100 | 111000 | 10010 | 101011101 | 111101 | 110110 |
Color Harmonies of #D1435D
Complementary color
Monochromatic Colors of #D1435D
Black with #D1435D
Text Example
Text Example
White with #D1435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1435D; }
p { color: rgb(209,67,93); }
H1.HeaderClassName
{
color: #D1435D;
}
.AnyTagClassName
{
color: #D1435D;
}
</style>
background-color css
<style>
a { background-color: #D1435D; }
a { background-color: rgb(209,67,93); }
div.DivClassName
{
background-color: #D1435D;
}
.BgClassName
{
background-color: #D1435D;
}
</style>
border-color css
<style>
span { border-color: #D1435D; }
span { border-color: rgb(209,67,93); }
td.TdClassName
{
border-color: #D1435D;
}
.TagClassName
{
border-color: #D1435D;
}
</style>