Shades of Mulberry #D13BA4
Tints of Mulberry #D13BA4
RGB
CMYK
RGB Variations
Color information
#D13BA4 (or 0xD13BA4) is known color: Mulberry. HEX triplet: D1, 3B and A4. RGB value is (209,59,164). Sum of RGB (Red+Green+Blue) = 209+59+164=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BA4 is #2EC45B. Grayscale: #737373. Windows color (decimal): -3064924 or 10763217. OLE color: 10763217.
HSL color Cylindrical-coordinate representation of color #D13BA4: hue angle of 318º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BA4 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 164 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.18 |
| HSL | 318º | 0.62% | 0.53% | - |
| HSV(B) | 318º | 0.72% | 0.82% | - |
| XYZ | 34.56 | 19.36 | 37.04 | - |
| YUV | 115.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 164 | 0 | 0.72 | 0.22 | 0.18 | 318 | 0.62 | 0.53 |
| Hex | D1 | 3B | A4 | 0 | 48 | 16 | 12 | 13E | 3E | 35 |
| Octal | 321 | 73 | 244 | 0 | 110 | 26 | 22 | 476 | 76 | 65 |
| Binary | 11010001 | 111011 | 10100100 | 0 | 1001000 | 10110 | 10010 | 100111110 | 111110 | 110101 |
Color Harmonies of #D13BA4
Complementary color
Monochromatic Colors of #D13BA4
Black with #D13BA4
Text Example
Text Example
White with #D13BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BA4; }
p { color: rgb(209,59,164); }
H1.HeaderClassName
{
color: #D13BA4;
}
.AnyTagClassName
{
color: #D13BA4;
}
</style>
background-color css
<style>
a { background-color: #D13BA4; }
a { background-color: rgb(209,59,164); }
div.DivClassName
{
background-color: #D13BA4;
}
.BgClassName
{
background-color: #D13BA4;
}
</style>
border-color css
<style>
span { border-color: #D13BA4; }
span { border-color: rgb(209,59,164); }
td.TdClassName
{
border-color: #D13BA4;
}
.TagClassName
{
border-color: #D13BA4;
}
</style>