Shades of Mandy #D44652
Tints of Mandy #D44652
RGB
CMYK
RGB Variations
Color information
#D44652 (or 0xD44652) is known color: Mandy. HEX triplet: D4, 46 and 52. RGB value is (212,70,82). Sum of RGB (Red+Green+Blue) = 212+70+82=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D44652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44652 is #2BB9AD. Grayscale: #717171. Windows color (decimal): -2865582 or 5392084. OLE color: 5392084.
HSL color Cylindrical-coordinate representation of color #D44652: hue angle of 354.93º 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 #D44652 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.17 |
| HSL | 354.93º | 0.62% | 0.55% | - |
| HSV(B) | 354.93º | 0.67% | 0.83% | - |
| XYZ | 30.86 | 18.99 | 10.02 | - |
| YUV | 113.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 82 | 0 | 0.67 | 0.61 | 0.17 | 354.93 | 0.62 | 0.55 |
| Hex | D4 | 46 | 52 | 0 | 43 | 3D | 11 | 163 | 3E | 37 |
| Octal | 324 | 106 | 122 | 0 | 103 | 75 | 21 | 543 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1010010 | 0 | 1000011 | 111101 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D44652
Complementary color
Monochromatic Colors of #D44652
Black with #D44652
Text Example
Text Example
White with #D44652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44652; }
p { color: rgb(212,70,82); }
H1.HeaderClassName
{
color: #D44652;
}
.AnyTagClassName
{
color: #D44652;
}
</style>
background-color css
<style>
a { background-color: #D44652; }
a { background-color: rgb(212,70,82); }
div.DivClassName
{
background-color: #D44652;
}
.BgClassName
{
background-color: #D44652;
}
</style>
border-color css
<style>
span { border-color: #D44652; }
span { border-color: rgb(212,70,82); }
td.TdClassName
{
border-color: #D44652;
}
.TagClassName
{
border-color: #D44652;
}
</style>