Shades of Mandy #D44054
Tints of Mandy #D44054
RGB
CMYK
RGB Variations
Color information
#D44054 (or 0xD44054) is known color: Mandy. HEX triplet: D4, 40 and 54. RGB value is (212,64,84). Sum of RGB (Red+Green+Blue) = 212+64+84=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D44054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44054 is #2BBFAB. Grayscale: #6E6E6E. Windows color (decimal): -2867116 or 5521620. OLE color: 5521620.
HSL color Cylindrical-coordinate representation of color #D44054: hue angle of 351.89º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44054 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 84 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.17 |
| HSL | 351.89º | 0.63% | 0.54% | - |
| HSV(B) | 351.89º | 0.7% | 0.83% | - |
| XYZ | 30.59 | 18.3 | 10.31 | - |
| YUV | 110.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 84 | 0 | 0.70 | 0.60 | 0.17 | 351.89 | 0.63 | 0.54 |
| Hex | D4 | 40 | 54 | 0 | 46 | 3C | 11 | 160 | 3F | 36 |
| Octal | 324 | 100 | 124 | 0 | 106 | 74 | 21 | 540 | 77 | 66 |
| Binary | 11010100 | 1000000 | 1010100 | 0 | 1000110 | 111100 | 10001 | 101100000 | 111111 | 110110 |
Color Harmonies of #D44054
Complementary color
Monochromatic Colors of #D44054
Black with #D44054
Text Example
Text Example
White with #D44054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44054; }
p { color: rgb(212,64,84); }
H1.HeaderClassName
{
color: #D44054;
}
.AnyTagClassName
{
color: #D44054;
}
</style>
background-color css
<style>
a { background-color: #D44054; }
a { background-color: rgb(212,64,84); }
div.DivClassName
{
background-color: #D44054;
}
.BgClassName
{
background-color: #D44054;
}
</style>
border-color css
<style>
span { border-color: #D44054; }
span { border-color: rgb(212,64,84); }
td.TdClassName
{
border-color: #D44054;
}
.TagClassName
{
border-color: #D44054;
}
</style>