Shades of Mandy #D14952
Tints of Mandy #D14952
RGB
CMYK
RGB Variations
Color information
#D14952 (or 0xD14952) is known color: Mandy. HEX triplet: D1, 49 and 52. RGB value is (209,73,82). Sum of RGB (Red+Green+Blue) = 209+73+82=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D14952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14952 is #2EB6AD. Grayscale: #727272. Windows color (decimal): -3061422 or 5392849. OLE color: 5392849.
HSL color Cylindrical-coordinate representation of color #D14952: hue angle of 356.03º 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 #D14952 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 82 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.18 |
| HSL | 356.03º | 0.6% | 0.55% | - |
| HSV(B) | 356.03º | 0.65% | 0.82% | - |
| XYZ | 30.2 | 18.93 | 10.04 | - |
| YUV | 114.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 82 | 0 | 0.65 | 0.61 | 0.18 | 356.03 | 0.6 | 0.55 |
| Hex | D1 | 49 | 52 | 0 | 41 | 3D | 12 | 164 | 3C | 37 |
| Octal | 321 | 111 | 122 | 0 | 101 | 75 | 22 | 544 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1010010 | 0 | 1000001 | 111101 | 10010 | 101100100 | 111100 | 110111 |
Color Harmonies of #D14952
Complementary color
Monochromatic Colors of #D14952
Black with #D14952
Text Example
Text Example
White with #D14952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14952; }
p { color: rgb(209,73,82); }
H1.HeaderClassName
{
color: #D14952;
}
.AnyTagClassName
{
color: #D14952;
}
</style>
background-color css
<style>
a { background-color: #D14952; }
a { background-color: rgb(209,73,82); }
div.DivClassName
{
background-color: #D14952;
}
.BgClassName
{
background-color: #D14952;
}
</style>
border-color css
<style>
span { border-color: #D14952; }
span { border-color: rgb(209,73,82); }
td.TdClassName
{
border-color: #D14952;
}
.TagClassName
{
border-color: #D14952;
}
</style>