Shades of Mulberry #D047AA
Tints of Mulberry #D047AA
RGB
CMYK
RGB Variations
Color information
#D047AA (or 0xD047AA) is known color: Mulberry. HEX triplet: D0, 47 and AA. RGB value is (208,71,170). Sum of RGB (Red+Green+Blue) = 208+71+170=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D047AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047AA is #2FB855. Grayscale: #7A7A7A. Windows color (decimal): -3127382 or 11159504. OLE color: 11159504.
HSL color Cylindrical-coordinate representation of color #D047AA: hue angle of 316.64º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047AA is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 170 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.18 |
| HSL | 316.64º | 0.59% | 0.55% | - |
| HSV(B) | 316.64º | 0.66% | 0.82% | - |
| XYZ | 35.52 | 20.82 | 40.18 | - |
| YUV | 123.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 170 | 0 | 0.66 | 0.18 | 0.18 | 316.64 | 0.59 | 0.55 |
| Hex | D0 | 47 | AA | 0 | 42 | 12 | 12 | 13D | 3B | 37 |
| Octal | 320 | 107 | 252 | 0 | 102 | 22 | 22 | 475 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10101010 | 0 | 1000010 | 10010 | 10010 | 100111101 | 111011 | 110111 |
Color Harmonies of #D047AA
Complementary color
Monochromatic Colors of #D047AA
Black with #D047AA
Text Example
Text Example
White with #D047AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047AA; }
p { color: rgb(208,71,170); }
H1.HeaderClassName
{
color: #D047AA;
}
.AnyTagClassName
{
color: #D047AA;
}
</style>
background-color css
<style>
a { background-color: #D047AA; }
a { background-color: rgb(208,71,170); }
div.DivClassName
{
background-color: #D047AA;
}
.BgClassName
{
background-color: #D047AA;
}
</style>
border-color css
<style>
span { border-color: #D047AA; }
span { border-color: rgb(208,71,170); }
td.TdClassName
{
border-color: #D047AA;
}
.TagClassName
{
border-color: #D047AA;
}
</style>