Shades of Mandy #D44952
Tints of Mandy #D44952
RGB
CMYK
RGB Variations
Color information
#D44952 (or 0xD44952) is known color: Mandy. HEX triplet: D4, 49 and 52. RGB value is (212,73,82). Sum of RGB (Red+Green+Blue) = 212+73+82=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D44952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44952 is #2BB6AD. Grayscale: #737373. Windows color (decimal): -2864814 or 5392852. OLE color: 5392852.
HSL color Cylindrical-coordinate representation of color #D44952: hue angle of 356.12º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44952 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 82 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.17 |
| HSL | 356.12º | 0.62% | 0.56% | - |
| HSV(B) | 356.12º | 0.66% | 0.83% | - |
| XYZ | 31.06 | 19.37 | 10.08 | - |
| YUV | 115.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 82 | 0 | 0.66 | 0.61 | 0.17 | 356.12 | 0.62 | 0.56 |
| Hex | D4 | 49 | 52 | 0 | 42 | 3D | 11 | 164 | 3E | 38 |
| Octal | 324 | 111 | 122 | 0 | 102 | 75 | 21 | 544 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1010010 | 0 | 1000010 | 111101 | 10001 | 101100100 | 111110 | 111000 |
Color Harmonies of #D44952
Complementary color
Monochromatic Colors of #D44952
Black with #D44952
Text Example
Text Example
White with #D44952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44952; }
p { color: rgb(212,73,82); }
H1.HeaderClassName
{
color: #D44952;
}
.AnyTagClassName
{
color: #D44952;
}
</style>
background-color css
<style>
a { background-color: #D44952; }
a { background-color: rgb(212,73,82); }
div.DivClassName
{
background-color: #D44952;
}
.BgClassName
{
background-color: #D44952;
}
</style>
border-color css
<style>
span { border-color: #D44952; }
span { border-color: rgb(212,73,82); }
td.TdClassName
{
border-color: #D44952;
}
.TagClassName
{
border-color: #D44952;
}
</style>