Shades of Mandy #D14151
Tints of Mandy #D14151
RGB
CMYK
RGB Variations
Color information
#D14151 (or 0xD14151) is known color: Mandy. HEX triplet: D1, 41 and 51. RGB value is (209,65,81). Sum of RGB (Red+Green+Blue) = 209+65+81=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14151 is #2EBEAE. Grayscale: #6D6D6D. Windows color (decimal): -3063471 or 5325265. OLE color: 5325265.
HSL color Cylindrical-coordinate representation of color #D14151: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14151 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 81 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.18 |
| HSL | 353.33º | 0.61% | 0.54% | - |
| HSV(B) | 353.33º | 0.69% | 0.82% | - |
| XYZ | 29.67 | 17.93 | 9.68 | - |
| YUV | 109.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 81 | 0 | 0.69 | 0.61 | 0.18 | 353.33 | 0.61 | 0.54 |
| Hex | D1 | 41 | 51 | 0 | 45 | 3D | 12 | 161 | 3D | 36 |
| Octal | 321 | 101 | 121 | 0 | 105 | 75 | 22 | 541 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1010001 | 0 | 1000101 | 111101 | 10010 | 101100001 | 111101 | 110110 |
Color Harmonies of #D14151
Complementary color
Monochromatic Colors of #D14151
Black with #D14151
Text Example
Text Example
White with #D14151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14151; }
p { color: rgb(209,65,81); }
H1.HeaderClassName
{
color: #D14151;
}
.AnyTagClassName
{
color: #D14151;
}
</style>
background-color css
<style>
a { background-color: #D14151; }
a { background-color: rgb(209,65,81); }
div.DivClassName
{
background-color: #D14151;
}
.BgClassName
{
background-color: #D14151;
}
</style>
border-color css
<style>
span { border-color: #D14151; }
span { border-color: rgb(209,65,81); }
td.TdClassName
{
border-color: #D14151;
}
.TagClassName
{
border-color: #D14151;
}
</style>