Shades of Mandy #D24453
Tints of Mandy #D24453
RGB
CMYK
RGB Variations
Color information
#D24453 (or 0xD24453) is known color: Mandy. HEX triplet: D2, 44 and 53. RGB value is (210,68,83). Sum of RGB (Red+Green+Blue) = 210+68+83=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D24453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24453 is #2DBBAC. Grayscale: #707070. Windows color (decimal): -2997165 or 5457106. OLE color: 5457106.
HSL color Cylindrical-coordinate representation of color #D24453: hue angle of 353.66º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24453 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 83 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.18 |
| HSL | 353.66º | 0.61% | 0.55% | - |
| HSV(B) | 353.66º | 0.68% | 0.82% | - |
| XYZ | 30.21 | 18.46 | 10.15 | - |
| YUV | 112.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 83 | 0 | 0.68 | 0.60 | 0.18 | 353.66 | 0.61 | 0.55 |
| Hex | D2 | 44 | 53 | 0 | 44 | 3C | 12 | 162 | 3D | 37 |
| Octal | 322 | 104 | 123 | 0 | 104 | 74 | 22 | 542 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1010011 | 0 | 1000100 | 111100 | 10010 | 101100010 | 111101 | 110111 |
Color Harmonies of #D24453
Complementary color
Monochromatic Colors of #D24453
Black with #D24453
Text Example
Text Example
White with #D24453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24453; }
p { color: rgb(210,68,83); }
H1.HeaderClassName
{
color: #D24453;
}
.AnyTagClassName
{
color: #D24453;
}
</style>
background-color css
<style>
a { background-color: #D24453; }
a { background-color: rgb(210,68,83); }
div.DivClassName
{
background-color: #D24453;
}
.BgClassName
{
background-color: #D24453;
}
</style>
border-color css
<style>
span { border-color: #D24453; }
span { border-color: rgb(210,68,83); }
td.TdClassName
{
border-color: #D24453;
}
.TagClassName
{
border-color: #D24453;
}
</style>