Shades of Mulberry #D53FAC
Tints of Mulberry #D53FAC
RGB
CMYK
RGB Variations
Color information
#D53FAC (or 0xD53FAC) is known color: Mulberry. HEX triplet: D5, 3F and AC. RGB value is (213,63,172). Sum of RGB (Red+Green+Blue) = 213+63+172=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FAC is #2AC053. Grayscale: #777777. Windows color (decimal): -2801748 or 11288533. OLE color: 11288533.
HSL color Cylindrical-coordinate representation of color #D53FAC: hue angle of 316.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 #D53FAC is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 172 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.16 |
| HSL | 316.4º | 0.64% | 0.54% | - |
| HSV(B) | 316.4º | 0.7% | 0.84% | - |
| XYZ | 36.66 | 20.68 | 41.09 | - |
| YUV | 120.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 172 | 0 | 0.70 | 0.19 | 0.16 | 316.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | AC | 0 | 46 | 13 | 10 | 13C | 40 | 36 |
| Octal | 325 | 77 | 254 | 0 | 106 | 23 | 20 | 474 | 100 | 66 |
| Binary | 11010101 | 111111 | 10101100 | 0 | 1000110 | 10011 | 10000 | 100111100 | 1000000 | 110110 |
Color Harmonies of #D53FAC
Complementary color
Monochromatic Colors of #D53FAC
Black with #D53FAC
Text Example
Text Example
White with #D53FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FAC; }
p { color: rgb(213,63,172); }
H1.HeaderClassName
{
color: #D53FAC;
}
.AnyTagClassName
{
color: #D53FAC;
}
</style>
background-color css
<style>
a { background-color: #D53FAC; }
a { background-color: rgb(213,63,172); }
div.DivClassName
{
background-color: #D53FAC;
}
.BgClassName
{
background-color: #D53FAC;
}
</style>
border-color css
<style>
span { border-color: #D53FAC; }
span { border-color: rgb(213,63,172); }
td.TdClassName
{
border-color: #D53FAC;
}
.TagClassName
{
border-color: #D53FAC;
}
</style>