Shades of Mulberry #D747A7
Tints of Mulberry #D747A7
RGB
CMYK
RGB Variations
Color information
#D747A7 (or 0xD747A7) is known color: Mulberry. HEX triplet: D7, 47 and A7. RGB value is (215,71,167). Sum of RGB (Red+Green+Blue) = 215+71+167=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D747A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D747A7 is #28B858. Grayscale: #7C7C7C. Windows color (decimal): -2668633 or 10962903. OLE color: 10962903.
HSL color Cylindrical-coordinate representation of color #D747A7: hue angle of 320º 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 #D747A7 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 167 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.16 |
| HSL | 320º | 0.64% | 0.56% | - |
| HSV(B) | 320º | 0.67% | 0.84% | - |
| XYZ | 37.25 | 21.74 | 38.79 | - |
| YUV | 125 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 167 | 0 | 0.67 | 0.22 | 0.16 | 320 | 0.64 | 0.56 |
| Hex | D7 | 47 | A7 | 0 | 43 | 16 | 10 | 140 | 40 | 38 |
| Octal | 327 | 107 | 247 | 0 | 103 | 26 | 20 | 500 | 100 | 70 |
| Binary | 11010111 | 1000111 | 10100111 | 0 | 1000011 | 10110 | 10000 | 101000000 | 1000000 | 111000 |
Color Harmonies of #D747A7
Complementary color
Monochromatic Colors of #D747A7
Black with #D747A7
Text Example
Text Example
White with #D747A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D747A7; }
p { color: rgb(215,71,167); }
H1.HeaderClassName
{
color: #D747A7;
}
.AnyTagClassName
{
color: #D747A7;
}
</style>
background-color css
<style>
a { background-color: #D747A7; }
a { background-color: rgb(215,71,167); }
div.DivClassName
{
background-color: #D747A7;
}
.BgClassName
{
background-color: #D747A7;
}
</style>
border-color css
<style>
span { border-color: #D747A7; }
span { border-color: rgb(215,71,167); }
td.TdClassName
{
border-color: #D747A7;
}
.TagClassName
{
border-color: #D747A7;
}
</style>