Shades of Mandy #D14748
Tints of Mandy #D14748
RGB
CMYK
RGB Variations
Color information
#D14748 (or 0xD14748) is known color: Mandy. HEX triplet: D1, 47 and 48. RGB value is (209,71,72). Sum of RGB (Red+Green+Blue) = 209+71+72=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D14748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14748 is #2EB8B7. Grayscale: #707070. Windows color (decimal): -3061944 or 4736977. OLE color: 4736977.
HSL color Cylindrical-coordinate representation of color #D14748: hue angle of 359.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14748 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 72 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.18 |
| HSL | 359.57º | 0.6% | 0.55% | - |
| HSV(B) | 359.57º | 0.66% | 0.82% | - |
| XYZ | 29.72 | 18.53 | 8.14 | - |
| YUV | 112.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 72 | 0 | 0.66 | 0.66 | 0.18 | 359.57 | 0.6 | 0.55 |
| Hex | D1 | 47 | 48 | 0 | 42 | 42 | 12 | 168 | 3C | 37 |
| Octal | 321 | 107 | 110 | 0 | 102 | 102 | 22 | 550 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1001000 | 0 | 1000010 | 1000010 | 10010 | 101101000 | 111100 | 110111 |
Color Harmonies of #D14748
Complementary color
Monochromatic Colors of #D14748
Black with #D14748
Text Example
Text Example
White with #D14748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14748; }
p { color: rgb(209,71,72); }
H1.HeaderClassName
{
color: #D14748;
}
.AnyTagClassName
{
color: #D14748;
}
</style>
background-color css
<style>
a { background-color: #D14748; }
a { background-color: rgb(209,71,72); }
div.DivClassName
{
background-color: #D14748;
}
.BgClassName
{
background-color: #D14748;
}
</style>
border-color css
<style>
span { border-color: #D14748; }
span { border-color: rgb(209,71,72); }
td.TdClassName
{
border-color: #D14748;
}
.TagClassName
{
border-color: #D14748;
}
</style>