Shades of Mulberry #D756A1
Tints of Mulberry #D756A1
RGB
CMYK
RGB Variations
Color information
#D756A1 (or 0xD756A1) is known color: Mulberry. HEX triplet: D7, 56 and A1. RGB value is (215,86,161). Sum of RGB (Red+Green+Blue) = 215+86+161=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D756A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756A1 is #28A95E. Grayscale: #848484. Windows color (decimal): -2664799 or 10573527. OLE color: 10573527.
HSL color Cylindrical-coordinate representation of color #D756A1: hue angle of 325.12º 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 #D756A1 is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 161 | - |
| CMYK | 0 | 0.6 | 0.25 | 0.16 |
| HSL | 325.12º | 0.62% | 0.59% | - |
| HSV(B) | 325.12º | 0.6% | 0.84% | - |
| XYZ | 37.79 | 23.68 | 36.3 | - |
| YUV | 133.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 161 | 0 | 0.6 | 0.25 | 0.16 | 325.12 | 0.62 | 0.59 |
| Hex | D7 | 56 | A1 | 0 | 3C | 19 | 10 | 145 | 3E | 3B |
| Octal | 327 | 126 | 241 | 0 | 74 | 31 | 20 | 505 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10100001 | 0 | 111100 | 11001 | 10000 | 101000101 | 111110 | 111011 |
Color Harmonies of #D756A1
Complementary color
Monochromatic Colors of #D756A1
Black with #D756A1
Text Example
Text Example
White with #D756A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756A1; }
p { color: rgb(215,86,161); }
H1.HeaderClassName
{
color: #D756A1;
}
.AnyTagClassName
{
color: #D756A1;
}
</style>
background-color css
<style>
a { background-color: #D756A1; }
a { background-color: rgb(215,86,161); }
div.DivClassName
{
background-color: #D756A1;
}
.BgClassName
{
background-color: #D756A1;
}
</style>
border-color css
<style>
span { border-color: #D756A1; }
span { border-color: rgb(215,86,161); }
td.TdClassName
{
border-color: #D756A1;
}
.TagClassName
{
border-color: #D756A1;
}
</style>