Shades of Mandy #D53F4D
Tints of Mandy #D53F4D
RGB
CMYK
RGB Variations
Color information
#D53F4D (or 0xD53F4D) is known color: Mandy. HEX triplet: D5, 3F and 4D. RGB value is (213,63,77). Sum of RGB (Red+Green+Blue) = 213+63+77=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F4D is #2AC0B2. Grayscale: #6D6D6D. Windows color (decimal): -2801843 or 5062613. OLE color: 5062613.
HSL color Cylindrical-coordinate representation of color #D53F4D: hue angle of 354.4º 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 #D53F4D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 77 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.16 |
| HSL | 354.4º | 0.64% | 0.54% | - |
| HSV(B) | 354.4º | 0.7% | 0.84% | - |
| XYZ | 30.56 | 18.24 | 8.93 | - |
| YUV | 109.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 77 | 0 | 0.70 | 0.64 | 0.16 | 354.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | 4D | 0 | 46 | 40 | 10 | 162 | 40 | 36 |
| Octal | 325 | 77 | 115 | 0 | 106 | 100 | 20 | 542 | 100 | 66 |
| Binary | 11010101 | 111111 | 1001101 | 0 | 1000110 | 1000000 | 10000 | 101100010 | 1000000 | 110110 |
Color Harmonies of #D53F4D
Complementary color
Monochromatic Colors of #D53F4D
Black with #D53F4D
Text Example
Text Example
White with #D53F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F4D; }
p { color: rgb(213,63,77); }
H1.HeaderClassName
{
color: #D53F4D;
}
.AnyTagClassName
{
color: #D53F4D;
}
</style>
background-color css
<style>
a { background-color: #D53F4D; }
a { background-color: rgb(213,63,77); }
div.DivClassName
{
background-color: #D53F4D;
}
.BgClassName
{
background-color: #D53F4D;
}
</style>
border-color css
<style>
span { border-color: #D53F4D; }
span { border-color: rgb(213,63,77); }
td.TdClassName
{
border-color: #D53F4D;
}
.TagClassName
{
border-color: #D53F4D;
}
</style>