Shades of Mulberry #D03DA1
Tints of Mulberry #D03DA1
RGB
CMYK
RGB Variations
Color information
#D03DA1 (or 0xD03DA1) is known color: Mulberry. HEX triplet: D0, 3D and A1. RGB value is (208,61,161). Sum of RGB (Red+Green+Blue) = 208+61+161=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DA1 is #2FC25E. Grayscale: #747474. Windows color (decimal): -3129951 or 10567120. OLE color: 10567120.
HSL color Cylindrical-coordinate representation of color #D03DA1: hue angle of 319.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DA1 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 161 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.18 |
| HSL | 319.18º | 0.61% | 0.53% | - |
| HSV(B) | 319.18º | 0.71% | 0.82% | - |
| XYZ | 34.11 | 19.32 | 35.65 | - |
| YUV | 116.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 161 | 0 | 0.71 | 0.23 | 0.18 | 319.18 | 0.61 | 0.53 |
| Hex | D0 | 3D | A1 | 0 | 47 | 17 | 12 | 13F | 3D | 35 |
| Octal | 320 | 75 | 241 | 0 | 107 | 27 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 111101 | 10100001 | 0 | 1000111 | 10111 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D03DA1
Complementary color
Monochromatic Colors of #D03DA1
Black with #D03DA1
Text Example
Text Example
White with #D03DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DA1; }
p { color: rgb(208,61,161); }
H1.HeaderClassName
{
color: #D03DA1;
}
.AnyTagClassName
{
color: #D03DA1;
}
</style>
background-color css
<style>
a { background-color: #D03DA1; }
a { background-color: rgb(208,61,161); }
div.DivClassName
{
background-color: #D03DA1;
}
.BgClassName
{
background-color: #D03DA1;
}
</style>
border-color css
<style>
span { border-color: #D03DA1; }
span { border-color: rgb(208,61,161); }
td.TdClassName
{
border-color: #D03DA1;
}
.TagClassName
{
border-color: #D03DA1;
}
</style>