Shades of Mulberry #D750A0
Tints of Mulberry #D750A0
RGB
CMYK
RGB Variations
Color information
#D750A0 (or 0xD750A0) is known color: Mulberry. HEX triplet: D7, 50 and A0. RGB value is (215,80,160). Sum of RGB (Red+Green+Blue) = 215+80+160=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D750A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750A0 is #28AF5F. Grayscale: #818181. Windows color (decimal): -2666336 or 10506455. OLE color: 10506455.
HSL color Cylindrical-coordinate representation of color #D750A0: hue angle of 324.44º 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 #D750A0 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 160 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.16 |
| HSL | 324.44º | 0.63% | 0.58% | - |
| HSV(B) | 324.44º | 0.63% | 0.84% | - |
| XYZ | 37.24 | 22.72 | 35.68 | - |
| YUV | 129.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 160 | 0 | 0.63 | 0.26 | 0.16 | 324.44 | 0.63 | 0.58 |
| Hex | D7 | 50 | A0 | 0 | 3F | 1A | 10 | 144 | 3F | 3A |
| Octal | 327 | 120 | 240 | 0 | 77 | 32 | 20 | 504 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10100000 | 0 | 111111 | 11010 | 10000 | 101000100 | 111111 | 111010 |
Color Harmonies of #D750A0
Complementary color
Monochromatic Colors of #D750A0
Black with #D750A0
Text Example
Text Example
White with #D750A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750A0; }
p { color: rgb(215,80,160); }
H1.HeaderClassName
{
color: #D750A0;
}
.AnyTagClassName
{
color: #D750A0;
}
</style>
background-color css
<style>
a { background-color: #D750A0; }
a { background-color: rgb(215,80,160); }
div.DivClassName
{
background-color: #D750A0;
}
.BgClassName
{
background-color: #D750A0;
}
</style>
border-color css
<style>
span { border-color: #D750A0; }
span { border-color: rgb(215,80,160); }
td.TdClassName
{
border-color: #D750A0;
}
.TagClassName
{
border-color: #D750A0;
}
</style>