Shades of Mulberry #D946AD
Tints of Mulberry #D946AD
RGB
CMYK
RGB Variations
Color information
#D946AD (or 0xD946AD) is known color: Mulberry. HEX triplet: D9, 46 and AD. RGB value is (217,70,173). Sum of RGB (Red+Green+Blue) = 217+70+173=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D946AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946AD is #26B952. Grayscale: #7D7D7D. Windows color (decimal): -2537811 or 11355865. OLE color: 11355865.
HSL color Cylindrical-coordinate representation of color #D946AD: hue angle of 317.96º 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 #D946AD is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 173 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.15 |
| HSL | 317.96º | 0.66% | 0.56% | - |
| HSV(B) | 317.96º | 0.68% | 0.85% | - |
| XYZ | 38.35 | 22.15 | 41.79 | - |
| YUV | 125.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 173 | 0 | 0.68 | 0.20 | 0.15 | 317.96 | 0.66 | 0.56 |
| Hex | D9 | 46 | AD | 0 | 44 | 14 | F | 13E | 42 | 38 |
| Octal | 331 | 106 | 255 | 0 | 104 | 24 | 17 | 476 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10101101 | 0 | 1000100 | 10100 | 1111 | 100111110 | 1000010 | 111000 |
Color Harmonies of #D946AD
Complementary color
Monochromatic Colors of #D946AD
Black with #D946AD
Text Example
Text Example
White with #D946AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946AD; }
p { color: rgb(217,70,173); }
H1.HeaderClassName
{
color: #D946AD;
}
.AnyTagClassName
{
color: #D946AD;
}
</style>
background-color css
<style>
a { background-color: #D946AD; }
a { background-color: rgb(217,70,173); }
div.DivClassName
{
background-color: #D946AD;
}
.BgClassName
{
background-color: #D946AD;
}
</style>
border-color css
<style>
span { border-color: #D946AD; }
span { border-color: rgb(217,70,173); }
td.TdClassName
{
border-color: #D946AD;
}
.TagClassName
{
border-color: #D946AD;
}
</style>