Shades of Mandy #D24A5B
Tints of Mandy #D24A5B
RGB
CMYK
RGB Variations
Color information
#D24A5B (or 0xD24A5B) is known color: Mandy. HEX triplet: D2, 4A and 5B. RGB value is (210,74,91). Sum of RGB (Red+Green+Blue) = 210+74+91=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A5B is #2DB5A4. Grayscale: #747474. Windows color (decimal): -2995621 or 5982930. OLE color: 5982930.
HSL color Cylindrical-coordinate representation of color #D24A5B: hue angle of 352.5º 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 #D24A5B is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 91 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.18 |
| HSL | 352.5º | 0.6% | 0.56% | - |
| HSV(B) | 352.5º | 0.65% | 0.82% | - |
| XYZ | 30.92 | 19.35 | 12 | - |
| YUV | 116.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 91 | 0 | 0.65 | 0.57 | 0.18 | 352.5 | 0.6 | 0.56 |
| Hex | D2 | 4A | 5B | 0 | 41 | 39 | 12 | 160 | 3C | 38 |
| Octal | 322 | 112 | 133 | 0 | 101 | 71 | 22 | 540 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1011011 | 0 | 1000001 | 111001 | 10010 | 101100000 | 111100 | 111000 |
Color Harmonies of #D24A5B
Complementary color
Monochromatic Colors of #D24A5B
Black with #D24A5B
Text Example
Text Example
White with #D24A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A5B; }
p { color: rgb(210,74,91); }
H1.HeaderClassName
{
color: #D24A5B;
}
.AnyTagClassName
{
color: #D24A5B;
}
</style>
background-color css
<style>
a { background-color: #D24A5B; }
a { background-color: rgb(210,74,91); }
div.DivClassName
{
background-color: #D24A5B;
}
.BgClassName
{
background-color: #D24A5B;
}
</style>
border-color css
<style>
span { border-color: #D24A5B; }
span { border-color: rgb(210,74,91); }
td.TdClassName
{
border-color: #D24A5B;
}
.TagClassName
{
border-color: #D24A5B;
}
</style>