Shades of Mandy #D24E5B
Tints of Mandy #D24E5B
RGB
CMYK
RGB Variations
Color information
#D24E5B (or 0xD24E5B) is known color: Mandy. HEX triplet: D2, 4E and 5B. RGB value is (210,78,91). Sum of RGB (Red+Green+Blue) = 210+78+91=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E5B is #2DB1A4. Grayscale: #777777. Windows color (decimal): -2994597 or 5983954. OLE color: 5983954.
HSL color Cylindrical-coordinate representation of color #D24E5B: hue angle of 354.09º degrees, saturation: 0.59, 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 #D24E5B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 91 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.18 |
| HSL | 354.09º | 0.59% | 0.56% | - |
| HSV(B) | 354.09º | 0.63% | 0.82% | - |
| XYZ | 31.19 | 19.91 | 12.1 | - |
| YUV | 118.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 91 | 0 | 0.63 | 0.57 | 0.18 | 354.09 | 0.59 | 0.56 |
| Hex | D2 | 4E | 5B | 0 | 3F | 39 | 12 | 162 | 3B | 38 |
| Octal | 322 | 116 | 133 | 0 | 77 | 71 | 22 | 542 | 73 | 70 |
| Binary | 11010010 | 1001110 | 1011011 | 0 | 111111 | 111001 | 10010 | 101100010 | 111011 | 111000 |
Color Harmonies of #D24E5B
Complementary color
Monochromatic Colors of #D24E5B
Black with #D24E5B
Text Example
Text Example
White with #D24E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24E5B; }
p { color: rgb(210,78,91); }
H1.HeaderClassName
{
color: #D24E5B;
}
.AnyTagClassName
{
color: #D24E5B;
}
</style>
background-color css
<style>
a { background-color: #D24E5B; }
a { background-color: rgb(210,78,91); }
div.DivClassName
{
background-color: #D24E5B;
}
.BgClassName
{
background-color: #D24E5B;
}
</style>
border-color css
<style>
span { border-color: #D24E5B; }
span { border-color: rgb(210,78,91); }
td.TdClassName
{
border-color: #D24E5B;
}
.TagClassName
{
border-color: #D24E5B;
}
</style>