Shades of Mulberry #D047AB
Tints of Mulberry #D047AB
RGB
CMYK
RGB Variations
Color information
#D047AB (or 0xD047AB) is known color: Mulberry. HEX triplet: D0, 47 and AB. RGB value is (208,71,171). Sum of RGB (Red+Green+Blue) = 208+71+171=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D047AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047AB is #2FB854. Grayscale: #7B7B7B. Windows color (decimal): -3127381 or 11225040. OLE color: 11225040.
HSL color Cylindrical-coordinate representation of color #D047AB: hue angle of 316.2º 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 #D047AB is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 171 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.18 |
| HSL | 316.2º | 0.59% | 0.55% | - |
| HSV(B) | 316.2º | 0.66% | 0.82% | - |
| XYZ | 35.62 | 20.86 | 40.68 | - |
| YUV | 123.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 171 | 0 | 0.66 | 0.18 | 0.18 | 316.2 | 0.59 | 0.55 |
| Hex | D0 | 47 | AB | 0 | 42 | 12 | 12 | 13C | 3B | 37 |
| Octal | 320 | 107 | 253 | 0 | 102 | 22 | 22 | 474 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10101011 | 0 | 1000010 | 10010 | 10010 | 100111100 | 111011 | 110111 |
Color Harmonies of #D047AB
Complementary color
Monochromatic Colors of #D047AB
Black with #D047AB
Text Example
Text Example
White with #D047AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047AB; }
p { color: rgb(208,71,171); }
H1.HeaderClassName
{
color: #D047AB;
}
.AnyTagClassName
{
color: #D047AB;
}
</style>
background-color css
<style>
a { background-color: #D047AB; }
a { background-color: rgb(208,71,171); }
div.DivClassName
{
background-color: #D047AB;
}
.BgClassName
{
background-color: #D047AB;
}
</style>
border-color css
<style>
span { border-color: #D047AB; }
span { border-color: rgb(208,71,171); }
td.TdClassName
{
border-color: #D047AB;
}
.TagClassName
{
border-color: #D047AB;
}
</style>