Shades of Mulberry #D03BA4
Tints of Mulberry #D03BA4
RGB
CMYK
RGB Variations
Color information
#D03BA4 (or 0xD03BA4) is known color: Mulberry. HEX triplet: D0, 3B and A4. RGB value is (208,59,164). Sum of RGB (Red+Green+Blue) = 208+59+164=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA4 is #2FC45B. Grayscale: #737373. Windows color (decimal): -3130460 or 10763216. OLE color: 10763216.
HSL color Cylindrical-coordinate representation of color #D03BA4: hue angle of 317.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03BA4 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 164 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.18 |
| HSL | 317.72º | 0.61% | 0.52% | - |
| HSV(B) | 317.72º | 0.72% | 0.82% | - |
| XYZ | 34.28 | 19.22 | 37.02 | - |
| YUV | 115.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 164 | 0 | 0.72 | 0.21 | 0.18 | 317.72 | 0.61 | 0.52 |
| Hex | D0 | 3B | A4 | 0 | 48 | 15 | 12 | 13E | 3D | 34 |
| Octal | 320 | 73 | 244 | 0 | 110 | 25 | 22 | 476 | 75 | 64 |
| Binary | 11010000 | 111011 | 10100100 | 0 | 1001000 | 10101 | 10010 | 100111110 | 111101 | 110100 |
Color Harmonies of #D03BA4
Complementary color
Monochromatic Colors of #D03BA4
Black with #D03BA4
Text Example
Text Example
White with #D03BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BA4; }
p { color: rgb(208,59,164); }
H1.HeaderClassName
{
color: #D03BA4;
}
.AnyTagClassName
{
color: #D03BA4;
}
</style>
background-color css
<style>
a { background-color: #D03BA4; }
a { background-color: rgb(208,59,164); }
div.DivClassName
{
background-color: #D03BA4;
}
.BgClassName
{
background-color: #D03BA4;
}
</style>
border-color css
<style>
span { border-color: #D03BA4; }
span { border-color: rgb(208,59,164); }
td.TdClassName
{
border-color: #D03BA4;
}
.TagClassName
{
border-color: #D03BA4;
}
</style>