Shades of Mandy #D24353
Tints of Mandy #D24353
RGB
CMYK
RGB Variations
Color information
#D24353 (or 0xD24353) is known color: Mandy. HEX triplet: D2, 43 and 53. RGB value is (210,67,83). Sum of RGB (Red+Green+Blue) = 210+67+83=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D24353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24353 is #2DBCAC. Grayscale: #6F6F6F. Windows color (decimal): -2997421 or 5456850. OLE color: 5456850.
HSL color Cylindrical-coordinate representation of color #D24353: hue angle of 353.29º 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 #D24353 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 83 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.18 |
| HSL | 353.29º | 0.61% | 0.54% | - |
| HSV(B) | 353.29º | 0.68% | 0.82% | - |
| XYZ | 30.15 | 18.34 | 10.13 | - |
| YUV | 111.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 83 | 0 | 0.68 | 0.60 | 0.18 | 353.29 | 0.61 | 0.54 |
| Hex | D2 | 43 | 53 | 0 | 44 | 3C | 12 | 161 | 3D | 36 |
| Octal | 322 | 103 | 123 | 0 | 104 | 74 | 22 | 541 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1010011 | 0 | 1000100 | 111100 | 10010 | 101100001 | 111101 | 110110 |
Color Harmonies of #D24353
Complementary color
Monochromatic Colors of #D24353
Black with #D24353
Text Example
Text Example
White with #D24353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24353; }
p { color: rgb(210,67,83); }
H1.HeaderClassName
{
color: #D24353;
}
.AnyTagClassName
{
color: #D24353;
}
</style>
background-color css
<style>
a { background-color: #D24353; }
a { background-color: rgb(210,67,83); }
div.DivClassName
{
background-color: #D24353;
}
.BgClassName
{
background-color: #D24353;
}
</style>
border-color css
<style>
span { border-color: #D24353; }
span { border-color: rgb(210,67,83); }
td.TdClassName
{
border-color: #D24353;
}
.TagClassName
{
border-color: #D24353;
}
</style>