Shades of Mandy #D14547
Tints of Mandy #D14547
RGB
CMYK
RGB Variations
Color information
#D14547 (or 0xD14547) is known color: Mandy. HEX triplet: D1, 45 and 47. RGB value is (209,69,71). Sum of RGB (Red+Green+Blue) = 209+69+71=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D14547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14547 is #2EBAB8. Grayscale: #6F6F6F. Windows color (decimal): -3062457 or 4670929. OLE color: 4670929.
HSL color Cylindrical-coordinate representation of color #D14547: hue angle of 359.14º 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 #D14547 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 71 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.18 |
| HSL | 359.14º | 0.6% | 0.55% | - |
| HSV(B) | 359.14º | 0.67% | 0.82% | - |
| XYZ | 29.56 | 18.27 | 7.93 | - |
| YUV | 111.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 71 | 0 | 0.67 | 0.66 | 0.18 | 359.14 | 0.6 | 0.55 |
| Hex | D1 | 45 | 47 | 0 | 43 | 42 | 12 | 167 | 3C | 37 |
| Octal | 321 | 105 | 107 | 0 | 103 | 102 | 22 | 547 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1000111 | 0 | 1000011 | 1000010 | 10010 | 101100111 | 111100 | 110111 |
Color Harmonies of #D14547
Complementary color
Monochromatic Colors of #D14547
Black with #D14547
Text Example
Text Example
White with #D14547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14547; }
p { color: rgb(209,69,71); }
H1.HeaderClassName
{
color: #D14547;
}
.AnyTagClassName
{
color: #D14547;
}
</style>
background-color css
<style>
a { background-color: #D14547; }
a { background-color: rgb(209,69,71); }
div.DivClassName
{
background-color: #D14547;
}
.BgClassName
{
background-color: #D14547;
}
</style>
border-color css
<style>
span { border-color: #D14547; }
span { border-color: rgb(209,69,71); }
td.TdClassName
{
border-color: #D14547;
}
.TagClassName
{
border-color: #D14547;
}
</style>