Shades of Mandy #D44752
Tints of Mandy #D44752
RGB
CMYK
RGB Variations
Color information
#D44752 (or 0xD44752) is known color: Mandy. HEX triplet: D4, 47 and 52. RGB value is (212,71,82). Sum of RGB (Red+Green+Blue) = 212+71+82=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44752 is #2BB8AD. Grayscale: #727272. Windows color (decimal): -2865326 or 5392340. OLE color: 5392340.
HSL color Cylindrical-coordinate representation of color #D44752: hue angle of 355.32º 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 #D44752 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.17 |
| HSL | 355.32º | 0.62% | 0.55% | - |
| HSV(B) | 355.32º | 0.67% | 0.83% | - |
| XYZ | 30.93 | 19.11 | 10.04 | - |
| YUV | 114.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 82 | 0 | 0.67 | 0.61 | 0.17 | 355.32 | 0.62 | 0.55 |
| Hex | D4 | 47 | 52 | 0 | 43 | 3D | 11 | 163 | 3E | 37 |
| Octal | 324 | 107 | 122 | 0 | 103 | 75 | 21 | 543 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1010010 | 0 | 1000011 | 111101 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D44752
Complementary color
Monochromatic Colors of #D44752
Black with #D44752
Text Example
Text Example
White with #D44752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44752; }
p { color: rgb(212,71,82); }
H1.HeaderClassName
{
color: #D44752;
}
.AnyTagClassName
{
color: #D44752;
}
</style>
background-color css
<style>
a { background-color: #D44752; }
a { background-color: rgb(212,71,82); }
div.DivClassName
{
background-color: #D44752;
}
.BgClassName
{
background-color: #D44752;
}
</style>
border-color css
<style>
span { border-color: #D44752; }
span { border-color: rgb(212,71,82); }
td.TdClassName
{
border-color: #D44752;
}
.TagClassName
{
border-color: #D44752;
}
</style>