Shades of Mulberry #D750A6
Tints of Mulberry #D750A6
RGB
CMYK
RGB Variations
Color information
#D750A6 (or 0xD750A6) is known color: Mulberry. HEX triplet: D7, 50 and A6. RGB value is (215,80,166). Sum of RGB (Red+Green+Blue) = 215+80+166=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D750A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750A6 is #28AF59. Grayscale: #818181. Windows color (decimal): -2666330 or 10899671. OLE color: 10899671.
HSL color Cylindrical-coordinate representation of color #D750A6: hue angle of 321.78º 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 #D750A6 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 166 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.16 |
| HSL | 321.78º | 0.63% | 0.58% | - |
| HSV(B) | 321.78º | 0.63% | 0.84% | - |
| XYZ | 37.78 | 22.94 | 38.51 | - |
| YUV | 130.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 166 | 0 | 0.63 | 0.23 | 0.16 | 321.78 | 0.63 | 0.58 |
| Hex | D7 | 50 | A6 | 0 | 3F | 17 | 10 | 142 | 3F | 3A |
| Octal | 327 | 120 | 246 | 0 | 77 | 27 | 20 | 502 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10100110 | 0 | 111111 | 10111 | 10000 | 101000010 | 111111 | 111010 |
Color Harmonies of #D750A6
Complementary color
Monochromatic Colors of #D750A6
Black with #D750A6
Text Example
Text Example
White with #D750A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750A6; }
p { color: rgb(215,80,166); }
H1.HeaderClassName
{
color: #D750A6;
}
.AnyTagClassName
{
color: #D750A6;
}
</style>
background-color css
<style>
a { background-color: #D750A6; }
a { background-color: rgb(215,80,166); }
div.DivClassName
{
background-color: #D750A6;
}
.BgClassName
{
background-color: #D750A6;
}
</style>
border-color css
<style>
span { border-color: #D750A6; }
span { border-color: rgb(215,80,166); }
td.TdClassName
{
border-color: #D750A6;
}
.TagClassName
{
border-color: #D750A6;
}
</style>