Shades of Mulberry #D53BAC
Tints of Mulberry #D53BAC
RGB
CMYK
RGB Variations
Color information
#D53BAC (or 0xD53BAC) is known color: Mulberry. HEX triplet: D5, 3B and AC. RGB value is (213,59,172). Sum of RGB (Red+Green+Blue) = 213+59+172=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BAC is #2AC453. Grayscale: #757575. Windows color (decimal): -2802772 or 11287509. OLE color: 11287509.
HSL color Cylindrical-coordinate representation of color #D53BAC: hue angle of 315.97º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BAC is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 172 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.16 |
| HSL | 315.97º | 0.65% | 0.53% | - |
| HSV(B) | 315.97º | 0.72% | 0.84% | - |
| XYZ | 36.45 | 20.25 | 41.02 | - |
| YUV | 117.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 172 | 0 | 0.72 | 0.19 | 0.16 | 315.97 | 0.65 | 0.53 |
| Hex | D5 | 3B | AC | 0 | 48 | 13 | 10 | 13C | 41 | 35 |
| Octal | 325 | 73 | 254 | 0 | 110 | 23 | 20 | 474 | 101 | 65 |
| Binary | 11010101 | 111011 | 10101100 | 0 | 1001000 | 10011 | 10000 | 100111100 | 1000001 | 110101 |
Color Harmonies of #D53BAC
Complementary color
Monochromatic Colors of #D53BAC
Black with #D53BAC
Text Example
Text Example
White with #D53BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BAC; }
p { color: rgb(213,59,172); }
H1.HeaderClassName
{
color: #D53BAC;
}
.AnyTagClassName
{
color: #D53BAC;
}
</style>
background-color css
<style>
a { background-color: #D53BAC; }
a { background-color: rgb(213,59,172); }
div.DivClassName
{
background-color: #D53BAC;
}
.BgClassName
{
background-color: #D53BAC;
}
</style>
border-color css
<style>
span { border-color: #D53BAC; }
span { border-color: rgb(213,59,172); }
td.TdClassName
{
border-color: #D53BAC;
}
.TagClassName
{
border-color: #D53BAC;
}
</style>