Shades of Mandy #D14A4D
Tints of Mandy #D14A4D
RGB
CMYK
RGB Variations
Color information
#D14A4D (or 0xD14A4D) is known color: Mandy. HEX triplet: D1, 4A and 4D. RGB value is (209,74,77). Sum of RGB (Red+Green+Blue) = 209+74+77=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A4D is #2EB5B2. Grayscale: #727272. Windows color (decimal): -3061171 or 5065425. OLE color: 5065425.
HSL color Cylindrical-coordinate representation of color #D14A4D: hue angle of 358.67º degrees, saturation: 0.59, 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 #D14A4D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 77 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.18 |
| HSL | 358.67º | 0.59% | 0.55% | - |
| HSV(B) | 358.67º | 0.65% | 0.82% | - |
| XYZ | 30.08 | 18.99 | 9.1 | - |
| YUV | 114.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 77 | 0 | 0.65 | 0.63 | 0.18 | 358.67 | 0.59 | 0.55 |
| Hex | D1 | 4A | 4D | 0 | 41 | 3F | 12 | 167 | 3B | 37 |
| Octal | 321 | 112 | 115 | 0 | 101 | 77 | 22 | 547 | 73 | 67 |
| Binary | 11010001 | 1001010 | 1001101 | 0 | 1000001 | 111111 | 10010 | 101100111 | 111011 | 110111 |
Color Harmonies of #D14A4D
Complementary color
Monochromatic Colors of #D14A4D
Black with #D14A4D
Text Example
Text Example
White with #D14A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A4D; }
p { color: rgb(209,74,77); }
H1.HeaderClassName
{
color: #D14A4D;
}
.AnyTagClassName
{
color: #D14A4D;
}
</style>
background-color css
<style>
a { background-color: #D14A4D; }
a { background-color: rgb(209,74,77); }
div.DivClassName
{
background-color: #D14A4D;
}
.BgClassName
{
background-color: #D14A4D;
}
</style>
border-color css
<style>
span { border-color: #D14A4D; }
span { border-color: rgb(209,74,77); }
td.TdClassName
{
border-color: #D14A4D;
}
.TagClassName
{
border-color: #D14A4D;
}
</style>