Shades of Mulberry #D750AA
Tints of Mulberry #D750AA
RGB
CMYK
RGB Variations
Color information
#D750AA (or 0xD750AA) is known color: Mulberry. HEX triplet: D7, 50 and AA. RGB value is (215,80,170). Sum of RGB (Red+Green+Blue) = 215+80+170=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D750AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750AA is #28AF55. Grayscale: #828282. Windows color (decimal): -2666326 or 11161815. OLE color: 11161815.
HSL color Cylindrical-coordinate representation of color #D750AA: hue angle of 320º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750AA is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 170 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.16 |
| HSL | 320º | 0.63% | 0.58% | - |
| HSV(B) | 320º | 0.63% | 0.84% | - |
| XYZ | 38.15 | 23.09 | 40.48 | - |
| YUV | 130.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 170 | 0 | 0.63 | 0.21 | 0.16 | 320 | 0.63 | 0.58 |
| Hex | D7 | 50 | AA | 0 | 3F | 15 | 10 | 140 | 3F | 3A |
| Octal | 327 | 120 | 252 | 0 | 77 | 25 | 20 | 500 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10101010 | 0 | 111111 | 10101 | 10000 | 101000000 | 111111 | 111010 |
Color Harmonies of #D750AA
Complementary color
Monochromatic Colors of #D750AA
Black with #D750AA
Text Example
Text Example
White with #D750AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750AA; }
p { color: rgb(215,80,170); }
H1.HeaderClassName
{
color: #D750AA;
}
.AnyTagClassName
{
color: #D750AA;
}
</style>
background-color css
<style>
a { background-color: #D750AA; }
a { background-color: rgb(215,80,170); }
div.DivClassName
{
background-color: #D750AA;
}
.BgClassName
{
background-color: #D750AA;
}
</style>
border-color css
<style>
span { border-color: #D750AA; }
span { border-color: rgb(215,80,170); }
td.TdClassName
{
border-color: #D750AA;
}
.TagClassName
{
border-color: #D750AA;
}
</style>