Shades of Mandy #D44754
Tints of Mandy #D44754
RGB
CMYK
RGB Variations
Color information
#D44754 (or 0xD44754) is known color: Mandy. HEX triplet: D4, 47 and 54. RGB value is (212,71,84). Sum of RGB (Red+Green+Blue) = 212+71+84=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D44754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44754 is #2BB8AB. Grayscale: #727272. Windows color (decimal): -2865324 or 5523412. OLE color: 5523412.
HSL color Cylindrical-coordinate representation of color #D44754: hue angle of 354.47º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44754 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 84 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.17 |
| HSL | 354.47º | 0.62% | 0.55% | - |
| HSV(B) | 354.47º | 0.67% | 0.83% | - |
| XYZ | 31 | 19.14 | 10.45 | - |
| YUV | 114.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 84 | 0 | 0.67 | 0.60 | 0.17 | 354.47 | 0.62 | 0.55 |
| Hex | D4 | 47 | 54 | 0 | 43 | 3C | 11 | 162 | 3E | 37 |
| Octal | 324 | 107 | 124 | 0 | 103 | 74 | 21 | 542 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1010100 | 0 | 1000011 | 111100 | 10001 | 101100010 | 111110 | 110111 |
Color Harmonies of #D44754
Complementary color
Monochromatic Colors of #D44754
Black with #D44754
Text Example
Text Example
White with #D44754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44754; }
p { color: rgb(212,71,84); }
H1.HeaderClassName
{
color: #D44754;
}
.AnyTagClassName
{
color: #D44754;
}
</style>
background-color css
<style>
a { background-color: #D44754; }
a { background-color: rgb(212,71,84); }
div.DivClassName
{
background-color: #D44754;
}
.BgClassName
{
background-color: #D44754;
}
</style>
border-color css
<style>
span { border-color: #D44754; }
span { border-color: rgb(212,71,84); }
td.TdClassName
{
border-color: #D44754;
}
.TagClassName
{
border-color: #D44754;
}
</style>