Shades of Mandy #D14560
Tints of Mandy #D14560
RGB
CMYK
RGB Variations
Color information
#D14560 (or 0xD14560) is known color: Mandy. HEX triplet: D1, 45 and 60. RGB value is (209,69,96). Sum of RGB (Red+Green+Blue) = 209+69+96=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D14560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14560 is #2EBA9F. Grayscale: #717171. Windows color (decimal): -3062432 or 6309329. OLE color: 6309329.
HSL color Cylindrical-coordinate representation of color #D14560: hue angle of 348.43º 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 #D14560 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 96 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.18 |
| HSL | 348.43º | 0.6% | 0.55% | - |
| HSV(B) | 348.43º | 0.67% | 0.82% | - |
| XYZ | 30.53 | 18.66 | 13.06 | - |
| YUV | 113.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 96 | 0 | 0.67 | 0.54 | 0.18 | 348.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 60 | 0 | 43 | 36 | 12 | 15C | 3C | 37 |
| Octal | 321 | 105 | 140 | 0 | 103 | 66 | 22 | 534 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1100000 | 0 | 1000011 | 110110 | 10010 | 101011100 | 111100 | 110111 |
Color Harmonies of #D14560
Complementary color
Monochromatic Colors of #D14560
Black with #D14560
Text Example
Text Example
White with #D14560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14560; }
p { color: rgb(209,69,96); }
H1.HeaderClassName
{
color: #D14560;
}
.AnyTagClassName
{
color: #D14560;
}
</style>
background-color css
<style>
a { background-color: #D14560; }
a { background-color: rgb(209,69,96); }
div.DivClassName
{
background-color: #D14560;
}
.BgClassName
{
background-color: #D14560;
}
</style>
border-color css
<style>
span { border-color: #D14560; }
span { border-color: rgb(209,69,96); }
td.TdClassName
{
border-color: #D14560;
}
.TagClassName
{
border-color: #D14560;
}
</style>