Shades of Mandy #D14754
Tints of Mandy #D14754
RGB
CMYK
RGB Variations
Color information
#D14754 (or 0xD14754) is known color: Mandy. HEX triplet: D1, 47 and 54. RGB value is (209,71,84). Sum of RGB (Red+Green+Blue) = 209+71+84=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D14754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14754 is #2EB8AB. Grayscale: #717171. Windows color (decimal): -3061932 or 5523409. OLE color: 5523409.
HSL color Cylindrical-coordinate representation of color #D14754: hue angle of 354.35º 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 #D14754 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 84 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.18 |
| HSL | 354.35º | 0.6% | 0.55% | - |
| HSV(B) | 354.35º | 0.66% | 0.82% | - |
| XYZ | 30.15 | 18.7 | 10.41 | - |
| YUV | 113.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 84 | 0 | 0.66 | 0.60 | 0.18 | 354.35 | 0.6 | 0.55 |
| Hex | D1 | 47 | 54 | 0 | 42 | 3C | 12 | 162 | 3C | 37 |
| Octal | 321 | 107 | 124 | 0 | 102 | 74 | 22 | 542 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1010100 | 0 | 1000010 | 111100 | 10010 | 101100010 | 111100 | 110111 |
Color Harmonies of #D14754
Complementary color
Monochromatic Colors of #D14754
Black with #D14754
Text Example
Text Example
White with #D14754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14754; }
p { color: rgb(209,71,84); }
H1.HeaderClassName
{
color: #D14754;
}
.AnyTagClassName
{
color: #D14754;
}
</style>
background-color css
<style>
a { background-color: #D14754; }
a { background-color: rgb(209,71,84); }
div.DivClassName
{
background-color: #D14754;
}
.BgClassName
{
background-color: #D14754;
}
</style>
border-color css
<style>
span { border-color: #D14754; }
span { border-color: rgb(209,71,84); }
td.TdClassName
{
border-color: #D14754;
}
.TagClassName
{
border-color: #D14754;
}
</style>