Shades of Mandy #D24D5C
Tints of Mandy #D24D5C
RGB
CMYK
RGB Variations
Color information
#D24D5C (or 0xD24D5C) is known color: Mandy. HEX triplet: D2, 4D and 5C. RGB value is (210,77,92). Sum of RGB (Red+Green+Blue) = 210+77+92=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D5C is #2DB2A3. Grayscale: #767676. Windows color (decimal): -2994852 or 6049234. OLE color: 6049234.
HSL color Cylindrical-coordinate representation of color #D24D5C: hue angle of 353.23º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D5C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 92 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.18 |
| HSL | 353.23º | 0.6% | 0.56% | - |
| HSV(B) | 353.23º | 0.63% | 0.82% | - |
| XYZ | 31.16 | 19.78 | 12.3 | - |
| YUV | 118.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 92 | 0 | 0.63 | 0.56 | 0.18 | 353.23 | 0.6 | 0.56 |
| Hex | D2 | 4D | 5C | 0 | 3F | 38 | 12 | 161 | 3C | 38 |
| Octal | 322 | 115 | 134 | 0 | 77 | 70 | 22 | 541 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1011100 | 0 | 111111 | 111000 | 10010 | 101100001 | 111100 | 111000 |
Color Harmonies of #D24D5C
Complementary color
Monochromatic Colors of #D24D5C
Black with #D24D5C
Text Example
Text Example
White with #D24D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D5C; }
p { color: rgb(210,77,92); }
H1.HeaderClassName
{
color: #D24D5C;
}
.AnyTagClassName
{
color: #D24D5C;
}
</style>
background-color css
<style>
a { background-color: #D24D5C; }
a { background-color: rgb(210,77,92); }
div.DivClassName
{
background-color: #D24D5C;
}
.BgClassName
{
background-color: #D24D5C;
}
</style>
border-color css
<style>
span { border-color: #D24D5C; }
span { border-color: rgb(210,77,92); }
td.TdClassName
{
border-color: #D24D5C;
}
.TagClassName
{
border-color: #D24D5C;
}
</style>