Shades of Mandy #D24751
Tints of Mandy #D24751
RGB
CMYK
RGB Variations
Color information
#D24751 (or 0xD24751) is known color: Mandy. HEX triplet: D2, 47 and 51. RGB value is (210,71,81). Sum of RGB (Red+Green+Blue) = 210+71+81=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D24751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24751 is #2DB8AE. Grayscale: #717171. Windows color (decimal): -2996399 or 5326802. OLE color: 5326802.
HSL color Cylindrical-coordinate representation of color #D24751: hue angle of 355.68º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24751 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 81 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.18 |
| HSL | 355.68º | 0.61% | 0.55% | - |
| HSV(B) | 355.68º | 0.66% | 0.82% | - |
| XYZ | 30.32 | 18.8 | 9.82 | - |
| YUV | 113.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 81 | 0 | 0.66 | 0.61 | 0.18 | 355.68 | 0.61 | 0.55 |
| Hex | D2 | 47 | 51 | 0 | 42 | 3D | 12 | 164 | 3D | 37 |
| Octal | 322 | 107 | 121 | 0 | 102 | 75 | 22 | 544 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1010001 | 0 | 1000010 | 111101 | 10010 | 101100100 | 111101 | 110111 |
Color Harmonies of #D24751
Complementary color
Monochromatic Colors of #D24751
Black with #D24751
Text Example
Text Example
White with #D24751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24751; }
p { color: rgb(210,71,81); }
H1.HeaderClassName
{
color: #D24751;
}
.AnyTagClassName
{
color: #D24751;
}
</style>
background-color css
<style>
a { background-color: #D24751; }
a { background-color: rgb(210,71,81); }
div.DivClassName
{
background-color: #D24751;
}
.BgClassName
{
background-color: #D24751;
}
</style>
border-color css
<style>
span { border-color: #D24751; }
span { border-color: rgb(210,71,81); }
td.TdClassName
{
border-color: #D24751;
}
.TagClassName
{
border-color: #D24751;
}
</style>