Shades of Mulberry #D946AB
Tints of Mulberry #D946AB
RGB
CMYK
RGB Variations
Color information
#D946AB (or 0xD946AB) is known color: Mulberry. HEX triplet: D9, 46 and AB. RGB value is (217,70,171). Sum of RGB (Red+Green+Blue) = 217+70+171=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D946AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946AB is #26B954. Grayscale: #7D7D7D. Windows color (decimal): -2537813 or 11224793. OLE color: 11224793.
HSL color Cylindrical-coordinate representation of color #D946AB: hue angle of 318.78º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946AB is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 171 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.15 |
| HSL | 318.78º | 0.66% | 0.56% | - |
| HSV(B) | 318.78º | 0.68% | 0.85% | - |
| XYZ | 38.16 | 22.07 | 40.78 | - |
| YUV | 125.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 171 | 0 | 0.68 | 0.21 | 0.15 | 318.78 | 0.66 | 0.56 |
| Hex | D9 | 46 | AB | 0 | 44 | 15 | F | 13F | 42 | 38 |
| Octal | 331 | 106 | 253 | 0 | 104 | 25 | 17 | 477 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10101011 | 0 | 1000100 | 10101 | 1111 | 100111111 | 1000010 | 111000 |
Color Harmonies of #D946AB
Complementary color
Monochromatic Colors of #D946AB
Black with #D946AB
Text Example
Text Example
White with #D946AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946AB; }
p { color: rgb(217,70,171); }
H1.HeaderClassName
{
color: #D946AB;
}
.AnyTagClassName
{
color: #D946AB;
}
</style>
background-color css
<style>
a { background-color: #D946AB; }
a { background-color: rgb(217,70,171); }
div.DivClassName
{
background-color: #D946AB;
}
.BgClassName
{
background-color: #D946AB;
}
</style>
border-color css
<style>
span { border-color: #D946AB; }
span { border-color: rgb(217,70,171); }
td.TdClassName
{
border-color: #D946AB;
}
.TagClassName
{
border-color: #D946AB;
}
</style>