Shades of Mulberry #D039A5
Tints of Mulberry #D039A5
RGB
CMYK
RGB Variations
Color information
#D039A5 (or 0xD039A5) is known color: Mulberry. HEX triplet: D0, 39 and A5. RGB value is (208,57,165). Sum of RGB (Red+Green+Blue) = 208+57+165=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D039A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039A5 is #2FC65A. Grayscale: #727272. Windows color (decimal): -3130971 or 10828240. OLE color: 10828240.
HSL color Cylindrical-coordinate representation of color #D039A5: hue angle of 317.09º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D039A5 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 165 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.18 |
| HSL | 317.09º | 0.62% | 0.52% | - |
| HSV(B) | 317.09º | 0.73% | 0.82% | - |
| XYZ | 34.27 | 19.05 | 37.47 | - |
| YUV | 114.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 165 | 0 | 0.73 | 0.21 | 0.18 | 317.09 | 0.62 | 0.52 |
| Hex | D0 | 39 | A5 | 0 | 49 | 15 | 12 | 13D | 3E | 34 |
| Octal | 320 | 71 | 245 | 0 | 111 | 25 | 22 | 475 | 76 | 64 |
| Binary | 11010000 | 111001 | 10100101 | 0 | 1001001 | 10101 | 10010 | 100111101 | 111110 | 110100 |
Color Harmonies of #D039A5
Complementary color
Monochromatic Colors of #D039A5
Black with #D039A5
Text Example
Text Example
White with #D039A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039A5; }
p { color: rgb(208,57,165); }
H1.HeaderClassName
{
color: #D039A5;
}
.AnyTagClassName
{
color: #D039A5;
}
</style>
background-color css
<style>
a { background-color: #D039A5; }
a { background-color: rgb(208,57,165); }
div.DivClassName
{
background-color: #D039A5;
}
.BgClassName
{
background-color: #D039A5;
}
</style>
border-color css
<style>
span { border-color: #D039A5; }
span { border-color: rgb(208,57,165); }
td.TdClassName
{
border-color: #D039A5;
}
.TagClassName
{
border-color: #D039A5;
}
</style>