Shades of Mandy #D14554
Tints of Mandy #D14554
RGB
CMYK
RGB Variations
Color information
#D14554 (or 0xD14554) is known color: Mandy. HEX triplet: D1, 45 and 54. RGB value is (209,69,84). Sum of RGB (Red+Green+Blue) = 209+69+84=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D14554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14554 is #2EBAAB. Grayscale: #707070. Windows color (decimal): -3062444 or 5522897. OLE color: 5522897.
HSL color Cylindrical-coordinate representation of color #D14554: hue angle of 353.57º 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 #D14554 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 84 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.18 |
| HSL | 353.57º | 0.6% | 0.55% | - |
| HSV(B) | 353.57º | 0.67% | 0.82% | - |
| XYZ | 30.02 | 18.45 | 10.37 | - |
| YUV | 112.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 84 | 0 | 0.67 | 0.60 | 0.18 | 353.57 | 0.6 | 0.55 |
| Hex | D1 | 45 | 54 | 0 | 43 | 3C | 12 | 162 | 3C | 37 |
| Octal | 321 | 105 | 124 | 0 | 103 | 74 | 22 | 542 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1010100 | 0 | 1000011 | 111100 | 10010 | 101100010 | 111100 | 110111 |
Color Harmonies of #D14554
Complementary color
Monochromatic Colors of #D14554
Black with #D14554
Text Example
Text Example
White with #D14554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14554; }
p { color: rgb(209,69,84); }
H1.HeaderClassName
{
color: #D14554;
}
.AnyTagClassName
{
color: #D14554;
}
</style>
background-color css
<style>
a { background-color: #D14554; }
a { background-color: rgb(209,69,84); }
div.DivClassName
{
background-color: #D14554;
}
.BgClassName
{
background-color: #D14554;
}
</style>
border-color css
<style>
span { border-color: #D14554; }
span { border-color: rgb(209,69,84); }
td.TdClassName
{
border-color: #D14554;
}
.TagClassName
{
border-color: #D14554;
}
</style>