Shades of Mandy #D24753
Tints of Mandy #D24753
RGB
CMYK
RGB Variations
Color information
#D24753 (or 0xD24753) is known color: Mandy. HEX triplet: D2, 47 and 53. RGB value is (210,71,83). Sum of RGB (Red+Green+Blue) = 210+71+83=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D24753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24753 is #2DB8AC. Grayscale: #727272. Windows color (decimal): -2996397 or 5457874. OLE color: 5457874.
HSL color Cylindrical-coordinate representation of color #D24753: hue angle of 354.82º 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 #D24753 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 83 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.18 |
| HSL | 354.82º | 0.61% | 0.55% | - |
| HSV(B) | 354.82º | 0.66% | 0.82% | - |
| XYZ | 30.39 | 18.83 | 10.22 | - |
| YUV | 113.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 83 | 0 | 0.66 | 0.60 | 0.18 | 354.82 | 0.61 | 0.55 |
| Hex | D2 | 47 | 53 | 0 | 42 | 3C | 12 | 163 | 3D | 37 |
| Octal | 322 | 107 | 123 | 0 | 102 | 74 | 22 | 543 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1010011 | 0 | 1000010 | 111100 | 10010 | 101100011 | 111101 | 110111 |
Color Harmonies of #D24753
Complementary color
Monochromatic Colors of #D24753
Black with #D24753
Text Example
Text Example
White with #D24753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24753; }
p { color: rgb(210,71,83); }
H1.HeaderClassName
{
color: #D24753;
}
.AnyTagClassName
{
color: #D24753;
}
</style>
background-color css
<style>
a { background-color: #D24753; }
a { background-color: rgb(210,71,83); }
div.DivClassName
{
background-color: #D24753;
}
.BgClassName
{
background-color: #D24753;
}
</style>
border-color css
<style>
span { border-color: #D24753; }
span { border-color: rgb(210,71,83); }
td.TdClassName
{
border-color: #D24753;
}
.TagClassName
{
border-color: #D24753;
}
</style>