Shades of Mulberry #D746AA
Tints of Mulberry #D746AA
RGB
CMYK
RGB Variations
Color information
#D746AA (or 0xD746AA) is known color: Mulberry. HEX triplet: D7, 46 and AA. RGB value is (215,70,170). Sum of RGB (Red+Green+Blue) = 215+70+170=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D746AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D746AA is #28B955. Grayscale: #7C7C7C. Windows color (decimal): -2668886 or 11159255. OLE color: 11159255.
HSL color Cylindrical-coordinate representation of color #D746AA: hue angle of 318.62º 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 #D746AA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 170 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.16 |
| HSL | 318.62º | 0.64% | 0.56% | - |
| HSV(B) | 318.62º | 0.67% | 0.84% | - |
| XYZ | 37.47 | 21.73 | 40.25 | - |
| YUV | 124.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 170 | 0 | 0.67 | 0.21 | 0.16 | 318.62 | 0.64 | 0.56 |
| Hex | D7 | 46 | AA | 0 | 43 | 15 | 10 | 13F | 40 | 38 |
| Octal | 327 | 106 | 252 | 0 | 103 | 25 | 20 | 477 | 100 | 70 |
| Binary | 11010111 | 1000110 | 10101010 | 0 | 1000011 | 10101 | 10000 | 100111111 | 1000000 | 111000 |
Color Harmonies of #D746AA
Complementary color
Monochromatic Colors of #D746AA
Black with #D746AA
Text Example
Text Example
White with #D746AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746AA; }
p { color: rgb(215,70,170); }
H1.HeaderClassName
{
color: #D746AA;
}
.AnyTagClassName
{
color: #D746AA;
}
</style>
background-color css
<style>
a { background-color: #D746AA; }
a { background-color: rgb(215,70,170); }
div.DivClassName
{
background-color: #D746AA;
}
.BgClassName
{
background-color: #D746AA;
}
</style>
border-color css
<style>
span { border-color: #D746AA; }
span { border-color: rgb(215,70,170); }
td.TdClassName
{
border-color: #D746AA;
}
.TagClassName
{
border-color: #D746AA;
}
</style>