Shades of Mandy #D24653
Tints of Mandy #D24653
RGB
CMYK
RGB Variations
Color information
#D24653 (or 0xD24653) is known color: Mandy. HEX triplet: D2, 46 and 53. RGB value is (210,70,83). Sum of RGB (Red+Green+Blue) = 210+70+83=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D24653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24653 is #2DB9AC. Grayscale: #717171. Windows color (decimal): -2996653 or 5457618. OLE color: 5457618.
HSL color Cylindrical-coordinate representation of color #D24653: hue angle of 354.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24653 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 83 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.18 |
| HSL | 354.43º | 0.61% | 0.55% | - |
| HSV(B) | 354.43º | 0.67% | 0.82% | - |
| XYZ | 30.33 | 18.71 | 10.2 | - |
| YUV | 113.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 83 | 0 | 0.67 | 0.60 | 0.18 | 354.43 | 0.61 | 0.55 |
| Hex | D2 | 46 | 53 | 0 | 43 | 3C | 12 | 162 | 3D | 37 |
| Octal | 322 | 106 | 123 | 0 | 103 | 74 | 22 | 542 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1010011 | 0 | 1000011 | 111100 | 10010 | 101100010 | 111101 | 110111 |
Color Harmonies of #D24653
Complementary color
Monochromatic Colors of #D24653
Black with #D24653
Text Example
Text Example
White with #D24653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24653; }
p { color: rgb(210,70,83); }
H1.HeaderClassName
{
color: #D24653;
}
.AnyTagClassName
{
color: #D24653;
}
</style>
background-color css
<style>
a { background-color: #D24653; }
a { background-color: rgb(210,70,83); }
div.DivClassName
{
background-color: #D24653;
}
.BgClassName
{
background-color: #D24653;
}
</style>
border-color css
<style>
span { border-color: #D24653; }
span { border-color: rgb(210,70,83); }
td.TdClassName
{
border-color: #D24653;
}
.TagClassName
{
border-color: #D24653;
}
</style>