Shades of Mandy #D14961
Tints of Mandy #D14961
RGB
CMYK
RGB Variations
Color information
#D14961 (or 0xD14961) is known color: Mandy. HEX triplet: D1, 49 and 61. RGB value is (209,73,97). Sum of RGB (Red+Green+Blue) = 209+73+97=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14961 is #2EB69E. Grayscale: #747474. Windows color (decimal): -3061407 or 6375889. OLE color: 6375889.
HSL color Cylindrical-coordinate representation of color #D14961: hue angle of 349.41º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14961 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 97 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.18 |
| HSL | 349.41º | 0.6% | 0.55% | - |
| HSV(B) | 349.41º | 0.65% | 0.82% | - |
| XYZ | 30.83 | 19.18 | 13.39 | - |
| YUV | 116.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 97 | 0 | 0.65 | 0.54 | 0.18 | 349.41 | 0.6 | 0.55 |
| Hex | D1 | 49 | 61 | 0 | 41 | 36 | 12 | 15D | 3C | 37 |
| Octal | 321 | 111 | 141 | 0 | 101 | 66 | 22 | 535 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1100001 | 0 | 1000001 | 110110 | 10010 | 101011101 | 111100 | 110111 |
Color Harmonies of #D14961
Complementary color
Monochromatic Colors of #D14961
Black with #D14961
Text Example
Text Example
White with #D14961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14961; }
p { color: rgb(209,73,97); }
H1.HeaderClassName
{
color: #D14961;
}
.AnyTagClassName
{
color: #D14961;
}
</style>
background-color css
<style>
a { background-color: #D14961; }
a { background-color: rgb(209,73,97); }
div.DivClassName
{
background-color: #D14961;
}
.BgClassName
{
background-color: #D14961;
}
</style>
border-color css
<style>
span { border-color: #D14961; }
span { border-color: rgb(209,73,97); }
td.TdClassName
{
border-color: #D14961;
}
.TagClassName
{
border-color: #D14961;
}
</style>