Shades of Mandy #D24552
Tints of Mandy #D24552
RGB
CMYK
RGB Variations
Color information
#D24552 (or 0xD24552) is known color: Mandy. HEX triplet: D2, 45 and 52. RGB value is (210,69,82). Sum of RGB (Red+Green+Blue) = 210+69+82=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D24552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24552 is #2DBAAD. Grayscale: #707070. Windows color (decimal): -2996910 or 5391826. OLE color: 5391826.
HSL color Cylindrical-coordinate representation of color #D24552: hue angle of 354.47º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24552 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.47º | 0.61% | 0.55% | - |
| HSV(B) | 354.47º | 0.67% | 0.82% | - |
| XYZ | 30.23 | 18.57 | 9.97 | - |
| YUV | 112.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 82 | 0 | 0.67 | 0.61 | 0.18 | 354.47 | 0.61 | 0.55 |
| Hex | D2 | 45 | 52 | 0 | 43 | 3D | 12 | 162 | 3D | 37 |
| Octal | 322 | 105 | 122 | 0 | 103 | 75 | 22 | 542 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1010010 | 0 | 1000011 | 111101 | 10010 | 101100010 | 111101 | 110111 |
Color Harmonies of #D24552
Complementary color
Monochromatic Colors of #D24552
Black with #D24552
Text Example
Text Example
White with #D24552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24552; }
p { color: rgb(210,69,82); }
H1.HeaderClassName
{
color: #D24552;
}
.AnyTagClassName
{
color: #D24552;
}
</style>
background-color css
<style>
a { background-color: #D24552; }
a { background-color: rgb(210,69,82); }
div.DivClassName
{
background-color: #D24552;
}
.BgClassName
{
background-color: #D24552;
}
</style>
border-color css
<style>
span { border-color: #D24552; }
span { border-color: rgb(210,69,82); }
td.TdClassName
{
border-color: #D24552;
}
.TagClassName
{
border-color: #D24552;
}
</style>