Shades of Mandy #D14550
Tints of Mandy #D14550
RGB
CMYK
RGB Variations
Color information
#D14550 (or 0xD14550) is known color: Mandy. HEX triplet: D1, 45 and 50. RGB value is (209,69,80). Sum of RGB (Red+Green+Blue) = 209+69+80=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D14550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14550 is #2EBAAF. Grayscale: #707070. Windows color (decimal): -3062448 or 5260753. OLE color: 5260753.
HSL color Cylindrical-coordinate representation of color #D14550: hue angle of 355.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14550 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 80 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.18 |
| HSL | 355.29º | 0.6% | 0.55% | - |
| HSV(B) | 355.29º | 0.67% | 0.82% | - |
| XYZ | 29.87 | 18.39 | 9.56 | - |
| YUV | 112.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 80 | 0 | 0.67 | 0.62 | 0.18 | 355.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | 50 | 0 | 43 | 3E | 12 | 163 | 3C | 37 |
| Octal | 321 | 105 | 120 | 0 | 103 | 76 | 22 | 543 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1010000 | 0 | 1000011 | 111110 | 10010 | 101100011 | 111100 | 110111 |
Color Harmonies of #D14550
Complementary color
Monochromatic Colors of #D14550
Black with #D14550
Text Example
Text Example
White with #D14550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14550; }
p { color: rgb(209,69,80); }
H1.HeaderClassName
{
color: #D14550;
}
.AnyTagClassName
{
color: #D14550;
}
</style>
background-color css
<style>
a { background-color: #D14550; }
a { background-color: rgb(209,69,80); }
div.DivClassName
{
background-color: #D14550;
}
.BgClassName
{
background-color: #D14550;
}
</style>
border-color css
<style>
span { border-color: #D14550; }
span { border-color: rgb(209,69,80); }
td.TdClassName
{
border-color: #D14550;
}
.TagClassName
{
border-color: #D14550;
}
</style>