Shades of Mandy #D44552
Tints of Mandy #D44552
RGB
CMYK
RGB Variations
Color information
#D44552 (or 0xD44552) is known color: Mandy. HEX triplet: D4, 45 and 52. RGB value is (212,69,82). Sum of RGB (Red+Green+Blue) = 212+69+82=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D44552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44552 is #2BBAAD. Grayscale: #717171. Windows color (decimal): -2865838 or 5391828. OLE color: 5391828.
HSL color Cylindrical-coordinate representation of color #D44552: hue angle of 354.55º 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 #D44552 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.17 |
| HSL | 354.55º | 0.62% | 0.55% | - |
| HSV(B) | 354.55º | 0.67% | 0.83% | - |
| XYZ | 30.8 | 18.86 | 10 | - |
| YUV | 113.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 82 | 0 | 0.67 | 0.61 | 0.17 | 354.55 | 0.62 | 0.55 |
| Hex | D4 | 45 | 52 | 0 | 43 | 3D | 11 | 163 | 3E | 37 |
| Octal | 324 | 105 | 122 | 0 | 103 | 75 | 21 | 543 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1010010 | 0 | 1000011 | 111101 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D44552
Complementary color
Monochromatic Colors of #D44552
Black with #D44552
Text Example
Text Example
White with #D44552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44552; }
p { color: rgb(212,69,82); }
H1.HeaderClassName
{
color: #D44552;
}
.AnyTagClassName
{
color: #D44552;
}
</style>
background-color css
<style>
a { background-color: #D44552; }
a { background-color: rgb(212,69,82); }
div.DivClassName
{
background-color: #D44552;
}
.BgClassName
{
background-color: #D44552;
}
</style>
border-color css
<style>
span { border-color: #D44552; }
span { border-color: rgb(212,69,82); }
td.TdClassName
{
border-color: #D44552;
}
.TagClassName
{
border-color: #D44552;
}
</style>