Shades of Mulberry #D048AB
Tints of Mulberry #D048AB
RGB
CMYK
RGB Variations
Color information
#D048AB (or 0xD048AB) is known color: Mulberry. HEX triplet: D0, 48 and AB. RGB value is (208,72,171). Sum of RGB (Red+Green+Blue) = 208+72+171=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D048AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048AB is #2FB754. Grayscale: #7B7B7B. Windows color (decimal): -3127125 or 11225296. OLE color: 11225296.
HSL color Cylindrical-coordinate representation of color #D048AB: hue angle of 316.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D048AB is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 171 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.18 |
| HSL | 316.32º | 0.59% | 0.55% | - |
| HSV(B) | 316.32º | 0.65% | 0.82% | - |
| XYZ | 35.68 | 20.98 | 40.7 | - |
| YUV | 123.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 171 | 0 | 0.65 | 0.18 | 0.18 | 316.32 | 0.59 | 0.55 |
| Hex | D0 | 48 | AB | 0 | 41 | 12 | 12 | 13C | 3B | 37 |
| Octal | 320 | 110 | 253 | 0 | 101 | 22 | 22 | 474 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10101011 | 0 | 1000001 | 10010 | 10010 | 100111100 | 111011 | 110111 |
Color Harmonies of #D048AB
Complementary color
Monochromatic Colors of #D048AB
Black with #D048AB
Text Example
Text Example
White with #D048AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048AB; }
p { color: rgb(208,72,171); }
H1.HeaderClassName
{
color: #D048AB;
}
.AnyTagClassName
{
color: #D048AB;
}
</style>
background-color css
<style>
a { background-color: #D048AB; }
a { background-color: rgb(208,72,171); }
div.DivClassName
{
background-color: #D048AB;
}
.BgClassName
{
background-color: #D048AB;
}
</style>
border-color css
<style>
span { border-color: #D048AB; }
span { border-color: rgb(208,72,171); }
td.TdClassName
{
border-color: #D048AB;
}
.TagClassName
{
border-color: #D048AB;
}
</style>