Shades of Mandy #D14150
Tints of Mandy #D14150
RGB
CMYK
RGB Variations
Color information
#D14150 (or 0xD14150) is known color: Mandy. HEX triplet: D1, 41 and 50. RGB value is (209,65,80). Sum of RGB (Red+Green+Blue) = 209+65+80=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D14150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14150 is #2EBEAF. Grayscale: #6D6D6D. Windows color (decimal): -3063472 or 5259729. OLE color: 5259729.
HSL color Cylindrical-coordinate representation of color #D14150: hue angle of 353.75º 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 #D14150 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 80 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.18 |
| HSL | 353.75º | 0.61% | 0.54% | - |
| HSV(B) | 353.75º | 0.69% | 0.82% | - |
| XYZ | 29.63 | 17.92 | 9.49 | - |
| YUV | 109.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 80 | 0 | 0.69 | 0.62 | 0.18 | 353.75 | 0.61 | 0.54 |
| Hex | D1 | 41 | 50 | 0 | 45 | 3E | 12 | 162 | 3D | 36 |
| Octal | 321 | 101 | 120 | 0 | 105 | 76 | 22 | 542 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1010000 | 0 | 1000101 | 111110 | 10010 | 101100010 | 111101 | 110110 |
Color Harmonies of #D14150
Complementary color
Monochromatic Colors of #D14150
Black with #D14150
Text Example
Text Example
White with #D14150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14150; }
p { color: rgb(209,65,80); }
H1.HeaderClassName
{
color: #D14150;
}
.AnyTagClassName
{
color: #D14150;
}
</style>
background-color css
<style>
a { background-color: #D14150; }
a { background-color: rgb(209,65,80); }
div.DivClassName
{
background-color: #D14150;
}
.BgClassName
{
background-color: #D14150;
}
</style>
border-color css
<style>
span { border-color: #D14150; }
span { border-color: rgb(209,65,80); }
td.TdClassName
{
border-color: #D14150;
}
.TagClassName
{
border-color: #D14150;
}
</style>