Shades of Mulberry #D53FA2
Tints of Mulberry #D53FA2
RGB
CMYK
RGB Variations
Color information
#D53FA2 (or 0xD53FA2) is known color: Mulberry. HEX triplet: D5, 3F and A2. RGB value is (213,63,162). Sum of RGB (Red+Green+Blue) = 213+63+162=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FA2 is #2AC05D. Grayscale: #767676. Windows color (decimal): -2801758 or 10633173. OLE color: 10633173.
HSL color Cylindrical-coordinate representation of color #D53FA2: hue angle of 320.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 #D53FA2 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 162 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.16 |
| HSL | 320.4º | 0.64% | 0.54% | - |
| HSV(B) | 320.4º | 0.7% | 0.84% | - |
| XYZ | 35.74 | 20.31 | 36.22 | - |
| YUV | 119.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 162 | 0 | 0.70 | 0.24 | 0.16 | 320.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | A2 | 0 | 46 | 18 | 10 | 140 | 40 | 36 |
| Octal | 325 | 77 | 242 | 0 | 106 | 30 | 20 | 500 | 100 | 66 |
| Binary | 11010101 | 111111 | 10100010 | 0 | 1000110 | 11000 | 10000 | 101000000 | 1000000 | 110110 |
Color Harmonies of #D53FA2
Complementary color
Monochromatic Colors of #D53FA2
Black with #D53FA2
Text Example
Text Example
White with #D53FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FA2; }
p { color: rgb(213,63,162); }
H1.HeaderClassName
{
color: #D53FA2;
}
.AnyTagClassName
{
color: #D53FA2;
}
</style>
background-color css
<style>
a { background-color: #D53FA2; }
a { background-color: rgb(213,63,162); }
div.DivClassName
{
background-color: #D53FA2;
}
.BgClassName
{
background-color: #D53FA2;
}
</style>
border-color css
<style>
span { border-color: #D53FA2; }
span { border-color: rgb(213,63,162); }
td.TdClassName
{
border-color: #D53FA2;
}
.TagClassName
{
border-color: #D53FA2;
}
</style>