Shades of Mandy #D24359
Tints of Mandy #D24359
RGB
CMYK
RGB Variations
Color information
#D24359 (or 0xD24359) is known color: Mandy. HEX triplet: D2, 43 and 59. RGB value is (210,67,89). Sum of RGB (Red+Green+Blue) = 210+67+89=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D24359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24359 is #2DBCA6. Grayscale: #707070. Windows color (decimal): -2997415 or 5850066. OLE color: 5850066.
HSL color Cylindrical-coordinate representation of color #D24359: hue angle of 350.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24359 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 89 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.18 |
| HSL | 350.77º | 0.61% | 0.54% | - |
| HSV(B) | 350.77º | 0.68% | 0.82% | - |
| XYZ | 30.39 | 18.44 | 11.41 | - |
| YUV | 112.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 89 | 0 | 0.68 | 0.58 | 0.18 | 350.77 | 0.61 | 0.54 |
| Hex | D2 | 43 | 59 | 0 | 44 | 3A | 12 | 15F | 3D | 36 |
| Octal | 322 | 103 | 131 | 0 | 104 | 72 | 22 | 537 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1011001 | 0 | 1000100 | 111010 | 10010 | 101011111 | 111101 | 110110 |
Color Harmonies of #D24359
Complementary color
Monochromatic Colors of #D24359
Black with #D24359
Text Example
Text Example
White with #D24359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24359; }
p { color: rgb(210,67,89); }
H1.HeaderClassName
{
color: #D24359;
}
.AnyTagClassName
{
color: #D24359;
}
</style>
background-color css
<style>
a { background-color: #D24359; }
a { background-color: rgb(210,67,89); }
div.DivClassName
{
background-color: #D24359;
}
.BgClassName
{
background-color: #D24359;
}
</style>
border-color css
<style>
span { border-color: #D24359; }
span { border-color: rgb(210,67,89); }
td.TdClassName
{
border-color: #D24359;
}
.TagClassName
{
border-color: #D24359;
}
</style>