Shades of Mandy #D24350
Tints of Mandy #D24350
RGB
CMYK
RGB Variations
Color information
#D24350 (or 0xD24350) is known color: Mandy. HEX triplet: D2, 43 and 50. RGB value is (210,67,80). Sum of RGB (Red+Green+Blue) = 210+67+80=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D24350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24350 is #2DBCAF. Grayscale: #6F6F6F. Windows color (decimal): -2997424 or 5260242. OLE color: 5260242.
HSL color Cylindrical-coordinate representation of color #D24350: hue angle of 354.55º 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 #D24350 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 80 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.18 |
| HSL | 354.55º | 0.61% | 0.54% | - |
| HSV(B) | 354.55º | 0.68% | 0.82% | - |
| XYZ | 30.03 | 18.3 | 9.54 | - |
| YUV | 111.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 80 | 0 | 0.68 | 0.62 | 0.18 | 354.55 | 0.61 | 0.54 |
| Hex | D2 | 43 | 50 | 0 | 44 | 3E | 12 | 163 | 3D | 36 |
| Octal | 322 | 103 | 120 | 0 | 104 | 76 | 22 | 543 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1010000 | 0 | 1000100 | 111110 | 10010 | 101100011 | 111101 | 110110 |
Color Harmonies of #D24350
Complementary color
Monochromatic Colors of #D24350
Black with #D24350
Text Example
Text Example
White with #D24350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24350; }
p { color: rgb(210,67,80); }
H1.HeaderClassName
{
color: #D24350;
}
.AnyTagClassName
{
color: #D24350;
}
</style>
background-color css
<style>
a { background-color: #D24350; }
a { background-color: rgb(210,67,80); }
div.DivClassName
{
background-color: #D24350;
}
.BgClassName
{
background-color: #D24350;
}
</style>
border-color css
<style>
span { border-color: #D24350; }
span { border-color: rgb(210,67,80); }
td.TdClassName
{
border-color: #D24350;
}
.TagClassName
{
border-color: #D24350;
}
</style>