Shades of Mulberry #D751A0
Tints of Mulberry #D751A0
RGB
CMYK
RGB Variations
Color information
#D751A0 (or 0xD751A0) is known color: Mulberry. HEX triplet: D7, 51 and A0. RGB value is (215,81,160). Sum of RGB (Red+Green+Blue) = 215+81+160=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D751A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D751A0 is #28AE5F. Grayscale: #818181. Windows color (decimal): -2666080 or 10506711. OLE color: 10506711.
HSL color Cylindrical-coordinate representation of color #D751A0: hue angle of 324.63º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D751A0 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 160 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.16 |
| HSL | 324.63º | 0.63% | 0.58% | - |
| HSV(B) | 324.63º | 0.62% | 0.84% | - |
| XYZ | 37.31 | 22.87 | 35.71 | - |
| YUV | 130.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 160 | 0 | 0.62 | 0.26 | 0.16 | 324.63 | 0.63 | 0.58 |
| Hex | D7 | 51 | A0 | 0 | 3E | 1A | 10 | 145 | 3F | 3A |
| Octal | 327 | 121 | 240 | 0 | 76 | 32 | 20 | 505 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10100000 | 0 | 111110 | 11010 | 10000 | 101000101 | 111111 | 111010 |
Color Harmonies of #D751A0
Complementary color
Monochromatic Colors of #D751A0
Black with #D751A0
Text Example
Text Example
White with #D751A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751A0; }
p { color: rgb(215,81,160); }
H1.HeaderClassName
{
color: #D751A0;
}
.AnyTagClassName
{
color: #D751A0;
}
</style>
background-color css
<style>
a { background-color: #D751A0; }
a { background-color: rgb(215,81,160); }
div.DivClassName
{
background-color: #D751A0;
}
.BgClassName
{
background-color: #D751A0;
}
</style>
border-color css
<style>
span { border-color: #D751A0; }
span { border-color: rgb(215,81,160); }
td.TdClassName
{
border-color: #D751A0;
}
.TagClassName
{
border-color: #D751A0;
}
</style>