Shades of Mandy #D24A5F
Tints of Mandy #D24A5F
RGB
CMYK
RGB Variations
Color information
#D24A5F (or 0xD24A5F) is known color: Mandy. HEX triplet: D2, 4A and 5F. RGB value is (210,74,95). Sum of RGB (Red+Green+Blue) = 210+74+95=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A5F is #2DB5A0. Grayscale: #757575. Windows color (decimal): -2995617 or 6245074. OLE color: 6245074.
HSL color Cylindrical-coordinate representation of color #D24A5F: hue angle of 350.74º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A5F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 95 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.18 |
| HSL | 350.74º | 0.6% | 0.56% | - |
| HSV(B) | 350.74º | 0.65% | 0.82% | - |
| XYZ | 31.09 | 19.43 | 12.94 | - |
| YUV | 117.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 95 | 0 | 0.65 | 0.55 | 0.18 | 350.74 | 0.6 | 0.56 |
| Hex | D2 | 4A | 5F | 0 | 41 | 37 | 12 | 15F | 3C | 38 |
| Octal | 322 | 112 | 137 | 0 | 101 | 67 | 22 | 537 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1011111 | 0 | 1000001 | 110111 | 10010 | 101011111 | 111100 | 111000 |
Color Harmonies of #D24A5F
Complementary color
Monochromatic Colors of #D24A5F
Black with #D24A5F
Text Example
Text Example
White with #D24A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A5F; }
p { color: rgb(210,74,95); }
H1.HeaderClassName
{
color: #D24A5F;
}
.AnyTagClassName
{
color: #D24A5F;
}
</style>
background-color css
<style>
a { background-color: #D24A5F; }
a { background-color: rgb(210,74,95); }
div.DivClassName
{
background-color: #D24A5F;
}
.BgClassName
{
background-color: #D24A5F;
}
</style>
border-color css
<style>
span { border-color: #D24A5F; }
span { border-color: rgb(210,74,95); }
td.TdClassName
{
border-color: #D24A5F;
}
.TagClassName
{
border-color: #D24A5F;
}
</style>