Shades of Mandy #D53F50
Tints of Mandy #D53F50
RGB
CMYK
RGB Variations
Color information
#D53F50 (or 0xD53F50) is known color: Mandy. HEX triplet: D5, 3F and 50. RGB value is (213,63,80). Sum of RGB (Red+Green+Blue) = 213+63+80=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F50 is #2AC0AF. Grayscale: #6D6D6D. Windows color (decimal): -2801840 or 5259221. OLE color: 5259221.
HSL color Cylindrical-coordinate representation of color #D53F50: hue angle of 353.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F50 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 80 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.16 |
| HSL | 353.2º | 0.64% | 0.54% | - |
| HSV(B) | 353.2º | 0.7% | 0.84% | - |
| XYZ | 30.67 | 18.28 | 9.5 | - |
| YUV | 109.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 80 | 0 | 0.70 | 0.62 | 0.16 | 353.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | 50 | 0 | 46 | 3E | 10 | 161 | 40 | 36 |
| Octal | 325 | 77 | 120 | 0 | 106 | 76 | 20 | 541 | 100 | 66 |
| Binary | 11010101 | 111111 | 1010000 | 0 | 1000110 | 111110 | 10000 | 101100001 | 1000000 | 110110 |
Color Harmonies of #D53F50
Complementary color
Monochromatic Colors of #D53F50
Black with #D53F50
Text Example
Text Example
White with #D53F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F50; }
p { color: rgb(213,63,80); }
H1.HeaderClassName
{
color: #D53F50;
}
.AnyTagClassName
{
color: #D53F50;
}
</style>
background-color css
<style>
a { background-color: #D53F50; }
a { background-color: rgb(213,63,80); }
div.DivClassName
{
background-color: #D53F50;
}
.BgClassName
{
background-color: #D53F50;
}
</style>
border-color css
<style>
span { border-color: #D53F50; }
span { border-color: rgb(213,63,80); }
td.TdClassName
{
border-color: #D53F50;
}
.TagClassName
{
border-color: #D53F50;
}
</style>