Shades of Mandy #D24A4C
Tints of Mandy #D24A4C
RGB
CMYK
RGB Variations
Color information
#D24A4C (or 0xD24A4C) is known color: Mandy. HEX triplet: D2, 4A and 4C. RGB value is (210,74,76). Sum of RGB (Red+Green+Blue) = 210+74+76=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A4C is #2DB5B3. Grayscale: #737373. Windows color (decimal): -2995636 or 4999890. OLE color: 4999890.
HSL color Cylindrical-coordinate representation of color #D24A4C: hue angle of 359.12º 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 #D24A4C is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 76 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.18 |
| HSL | 359.12º | 0.6% | 0.56% | - |
| HSV(B) | 359.12º | 0.65% | 0.82% | - |
| XYZ | 30.33 | 19.12 | 8.93 | - |
| YUV | 114.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 76 | 0 | 0.65 | 0.64 | 0.18 | 359.12 | 0.6 | 0.56 |
| Hex | D2 | 4A | 4C | 0 | 41 | 40 | 12 | 167 | 3C | 38 |
| Octal | 322 | 112 | 114 | 0 | 101 | 100 | 22 | 547 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1001100 | 0 | 1000001 | 1000000 | 10010 | 101100111 | 111100 | 111000 |
Color Harmonies of #D24A4C
Complementary color
Monochromatic Colors of #D24A4C
Black with #D24A4C
Text Example
Text Example
White with #D24A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A4C; }
p { color: rgb(210,74,76); }
H1.HeaderClassName
{
color: #D24A4C;
}
.AnyTagClassName
{
color: #D24A4C;
}
</style>
background-color css
<style>
a { background-color: #D24A4C; }
a { background-color: rgb(210,74,76); }
div.DivClassName
{
background-color: #D24A4C;
}
.BgClassName
{
background-color: #D24A4C;
}
</style>
border-color css
<style>
span { border-color: #D24A4C; }
span { border-color: rgb(210,74,76); }
td.TdClassName
{
border-color: #D24A4C;
}
.TagClassName
{
border-color: #D24A4C;
}
</style>