Shades of Mulberry #D756AA
Tints of Mulberry #D756AA
RGB
CMYK
RGB Variations
Color information
#D756AA (or 0xD756AA) is known color: Mulberry. HEX triplet: D7, 56 and AA. RGB value is (215,86,170). Sum of RGB (Red+Green+Blue) = 215+86+170=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D756AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756AA is #28A955. Grayscale: #858585. Windows color (decimal): -2664790 or 11163351. OLE color: 11163351.
HSL color Cylindrical-coordinate representation of color #D756AA: hue angle of 320.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D756AA is Cyan = 0, Magento = 0.6, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 170 | - |
| CMYK | 0 | 0.6 | 0.21 | 0.16 |
| HSL | 320.93º | 0.62% | 0.59% | - |
| HSV(B) | 320.93º | 0.6% | 0.84% | - |
| XYZ | 38.61 | 24 | 40.63 | - |
| YUV | 134.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 170 | 0 | 0.6 | 0.21 | 0.16 | 320.93 | 0.62 | 0.59 |
| Hex | D7 | 56 | AA | 0 | 3C | 15 | 10 | 141 | 3E | 3B |
| Octal | 327 | 126 | 252 | 0 | 74 | 25 | 20 | 501 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10101010 | 0 | 111100 | 10101 | 10000 | 101000001 | 111110 | 111011 |
Color Harmonies of #D756AA
Complementary color
Monochromatic Colors of #D756AA
Black with #D756AA
Text Example
Text Example
White with #D756AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756AA; }
p { color: rgb(215,86,170); }
H1.HeaderClassName
{
color: #D756AA;
}
.AnyTagClassName
{
color: #D756AA;
}
</style>
background-color css
<style>
a { background-color: #D756AA; }
a { background-color: rgb(215,86,170); }
div.DivClassName
{
background-color: #D756AA;
}
.BgClassName
{
background-color: #D756AA;
}
</style>
border-color css
<style>
span { border-color: #D756AA; }
span { border-color: rgb(215,86,170); }
td.TdClassName
{
border-color: #D756AA;
}
.TagClassName
{
border-color: #D756AA;
}
</style>