Shades of Mulberry #D75690
Tints of Mulberry #D75690
RGB
CMYK
RGB Variations
Color information
#D75690 (or 0xD75690) is known color: Mulberry. HEX triplet: D7, 56 and 90. RGB value is (215,86,144). Sum of RGB (Red+Green+Blue) = 215+86+144=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75690 is #28A96F. Grayscale: #838383. Windows color (decimal): -2664816 or 9459415. OLE color: 9459415.
HSL color Cylindrical-coordinate representation of color #D75690: hue angle of 333.02º 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 #D75690 is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 144 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.16 |
| HSL | 333.02º | 0.62% | 0.59% | - |
| HSV(B) | 333.02º | 0.6% | 0.84% | - |
| XYZ | 36.39 | 23.12 | 28.93 | - |
| YUV | 131.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 144 | 0 | 0.6 | 0.33 | 0.16 | 333.02 | 0.62 | 0.59 |
| Hex | D7 | 56 | 90 | 0 | 3C | 21 | 10 | 14D | 3E | 3B |
| Octal | 327 | 126 | 220 | 0 | 74 | 41 | 20 | 515 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10010000 | 0 | 111100 | 100001 | 10000 | 101001101 | 111110 | 111011 |
Color Harmonies of #D75690
Complementary color
Monochromatic Colors of #D75690
Black with #D75690
Text Example
Text Example
White with #D75690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75690; }
p { color: rgb(215,86,144); }
H1.HeaderClassName
{
color: #D75690;
}
.AnyTagClassName
{
color: #D75690;
}
</style>
background-color css
<style>
a { background-color: #D75690; }
a { background-color: rgb(215,86,144); }
div.DivClassName
{
background-color: #D75690;
}
.BgClassName
{
background-color: #D75690;
}
</style>
border-color css
<style>
span { border-color: #D75690; }
span { border-color: rgb(215,86,144); }
td.TdClassName
{
border-color: #D75690;
}
.TagClassName
{
border-color: #D75690;
}
</style>