Shades of Mandy #D24655
Tints of Mandy #D24655
RGB
CMYK
RGB Variations
Color information
#D24655 (or 0xD24655) is known color: Mandy. HEX triplet: D2, 46 and 55. RGB value is (210,70,85). Sum of RGB (Red+Green+Blue) = 210+70+85=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D24655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24655 is #2DB9AA. Grayscale: #717171. Windows color (decimal): -2996651 or 5588690. OLE color: 5588690.
HSL color Cylindrical-coordinate representation of color #D24655: hue angle of 353.57º 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 #D24655 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 85 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.18 |
| HSL | 353.57º | 0.61% | 0.55% | - |
| HSV(B) | 353.57º | 0.67% | 0.82% | - |
| XYZ | 30.41 | 18.74 | 10.61 | - |
| YUV | 113.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 85 | 0 | 0.67 | 0.60 | 0.18 | 353.57 | 0.61 | 0.55 |
| Hex | D2 | 46 | 55 | 0 | 43 | 3C | 12 | 162 | 3D | 37 |
| Octal | 322 | 106 | 125 | 0 | 103 | 74 | 22 | 542 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1010101 | 0 | 1000011 | 111100 | 10010 | 101100010 | 111101 | 110111 |
Color Harmonies of #D24655
Complementary color
Monochromatic Colors of #D24655
Black with #D24655
Text Example
Text Example
White with #D24655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24655; }
p { color: rgb(210,70,85); }
H1.HeaderClassName
{
color: #D24655;
}
.AnyTagClassName
{
color: #D24655;
}
</style>
background-color css
<style>
a { background-color: #D24655; }
a { background-color: rgb(210,70,85); }
div.DivClassName
{
background-color: #D24655;
}
.BgClassName
{
background-color: #D24655;
}
</style>
border-color css
<style>
span { border-color: #D24655; }
span { border-color: rgb(210,70,85); }
td.TdClassName
{
border-color: #D24655;
}
.TagClassName
{
border-color: #D24655;
}
</style>