Shades of Mulberry #D747AD
Tints of Mulberry #D747AD
RGB
CMYK
RGB Variations
Color information
#D747AD (or 0xD747AD) is known color: Mulberry. HEX triplet: D7, 47 and AD. RGB value is (215,71,173). Sum of RGB (Red+Green+Blue) = 215+71+173=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D747AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D747AD is #28B852. Grayscale: #7D7D7D. Windows color (decimal): -2668627 or 11356119. OLE color: 11356119.
HSL color Cylindrical-coordinate representation of color #D747AD: hue angle of 317.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D747AD is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 173 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.16 |
| HSL | 317.5º | 0.64% | 0.56% | - |
| HSV(B) | 317.5º | 0.67% | 0.84% | - |
| XYZ | 37.82 | 21.97 | 41.78 | - |
| YUV | 125.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 173 | 0 | 0.67 | 0.20 | 0.16 | 317.5 | 0.64 | 0.56 |
| Hex | D7 | 47 | AD | 0 | 43 | 14 | 10 | 13E | 40 | 38 |
| Octal | 327 | 107 | 255 | 0 | 103 | 24 | 20 | 476 | 100 | 70 |
| Binary | 11010111 | 1000111 | 10101101 | 0 | 1000011 | 10100 | 10000 | 100111110 | 1000000 | 111000 |
Color Harmonies of #D747AD
Complementary color
Monochromatic Colors of #D747AD
Black with #D747AD
Text Example
Text Example
White with #D747AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D747AD; }
p { color: rgb(215,71,173); }
H1.HeaderClassName
{
color: #D747AD;
}
.AnyTagClassName
{
color: #D747AD;
}
</style>
background-color css
<style>
a { background-color: #D747AD; }
a { background-color: rgb(215,71,173); }
div.DivClassName
{
background-color: #D747AD;
}
.BgClassName
{
background-color: #D747AD;
}
</style>
border-color css
<style>
span { border-color: #D747AD; }
span { border-color: rgb(215,71,173); }
td.TdClassName
{
border-color: #D747AD;
}
.TagClassName
{
border-color: #D747AD;
}
</style>