Shades of Mulberry #D947AB
Tints of Mulberry #D947AB
RGB
CMYK
RGB Variations
Color information
#D947AB (or 0xD947AB) is known color: Mulberry. HEX triplet: D9, 47 and AB. RGB value is (217,71,171). Sum of RGB (Red+Green+Blue) = 217+71+171=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D947AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947AB is #26B854. Grayscale: #7D7D7D. Windows color (decimal): -2537557 or 11225049. OLE color: 11225049.
HSL color Cylindrical-coordinate representation of color #D947AB: hue angle of 318.9º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D947AB is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 171 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.15 |
| HSL | 318.9º | 0.66% | 0.56% | - |
| HSV(B) | 318.9º | 0.67% | 0.85% | - |
| XYZ | 38.22 | 22.2 | 40.8 | - |
| YUV | 126.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 171 | 0 | 0.67 | 0.21 | 0.15 | 318.9 | 0.66 | 0.56 |
| Hex | D9 | 47 | AB | 0 | 43 | 15 | F | 13F | 42 | 38 |
| Octal | 331 | 107 | 253 | 0 | 103 | 25 | 17 | 477 | 102 | 70 |
| Binary | 11011001 | 1000111 | 10101011 | 0 | 1000011 | 10101 | 1111 | 100111111 | 1000010 | 111000 |
Color Harmonies of #D947AB
Complementary color
Monochromatic Colors of #D947AB
Black with #D947AB
Text Example
Text Example
White with #D947AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947AB; }
p { color: rgb(217,71,171); }
H1.HeaderClassName
{
color: #D947AB;
}
.AnyTagClassName
{
color: #D947AB;
}
</style>
background-color css
<style>
a { background-color: #D947AB; }
a { background-color: rgb(217,71,171); }
div.DivClassName
{
background-color: #D947AB;
}
.BgClassName
{
background-color: #D947AB;
}
</style>
border-color css
<style>
span { border-color: #D947AB; }
span { border-color: rgb(217,71,171); }
td.TdClassName
{
border-color: #D947AB;
}
.TagClassName
{
border-color: #D947AB;
}
</style>