Shades of Mandy #D24A5C
Tints of Mandy #D24A5C
RGB
CMYK
RGB Variations
Color information
#D24A5C (or 0xD24A5C) is known color: Mandy. HEX triplet: D2, 4A and 5C. RGB value is (210,74,92). Sum of RGB (Red+Green+Blue) = 210+74+92=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A5C is #2DB5A3. Grayscale: #747474. Windows color (decimal): -2995620 or 6048466. OLE color: 6048466.
HSL color Cylindrical-coordinate representation of color #D24A5C: hue angle of 352.06º 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 #D24A5C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 92 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.18 |
| HSL | 352.06º | 0.6% | 0.56% | - |
| HSV(B) | 352.06º | 0.65% | 0.82% | - |
| XYZ | 30.96 | 19.37 | 12.23 | - |
| YUV | 116.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 92 | 0 | 0.65 | 0.56 | 0.18 | 352.06 | 0.6 | 0.56 |
| Hex | D2 | 4A | 5C | 0 | 41 | 38 | 12 | 160 | 3C | 38 |
| Octal | 322 | 112 | 134 | 0 | 101 | 70 | 22 | 540 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1011100 | 0 | 1000001 | 111000 | 10010 | 101100000 | 111100 | 111000 |
Color Harmonies of #D24A5C
Complementary color
Monochromatic Colors of #D24A5C
Black with #D24A5C
Text Example
Text Example
White with #D24A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A5C; }
p { color: rgb(210,74,92); }
H1.HeaderClassName
{
color: #D24A5C;
}
.AnyTagClassName
{
color: #D24A5C;
}
</style>
background-color css
<style>
a { background-color: #D24A5C; }
a { background-color: rgb(210,74,92); }
div.DivClassName
{
background-color: #D24A5C;
}
.BgClassName
{
background-color: #D24A5C;
}
</style>
border-color css
<style>
span { border-color: #D24A5C; }
span { border-color: rgb(210,74,92); }
td.TdClassName
{
border-color: #D24A5C;
}
.TagClassName
{
border-color: #D24A5C;
}
</style>