Shades of Mulberry #D75790
Tints of Mulberry #D75790
RGB
CMYK
RGB Variations
Color information
#D75790 (or 0xD75790) is known color: Mulberry. HEX triplet: D7, 57 and 90. RGB value is (215,87,144). Sum of RGB (Red+Green+Blue) = 215+87+144=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D75790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75790 is #28A86F. Grayscale: #838383. Windows color (decimal): -2664560 or 9459671. OLE color: 9459671.
HSL color Cylindrical-coordinate representation of color #D75790: hue angle of 333.28º 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 #D75790 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 144 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.16 |
| HSL | 333.28º | 0.62% | 0.59% | - |
| HSV(B) | 333.28º | 0.6% | 0.84% | - |
| XYZ | 36.47 | 23.28 | 28.96 | - |
| YUV | 131.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 144 | 0 | 0.60 | 0.33 | 0.16 | 333.28 | 0.62 | 0.59 |
| Hex | D7 | 57 | 90 | 0 | 3C | 21 | 10 | 14D | 3E | 3B |
| Octal | 327 | 127 | 220 | 0 | 74 | 41 | 20 | 515 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10010000 | 0 | 111100 | 100001 | 10000 | 101001101 | 111110 | 111011 |
Color Harmonies of #D75790
Complementary color
Monochromatic Colors of #D75790
Black with #D75790
Text Example
Text Example
White with #D75790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75790; }
p { color: rgb(215,87,144); }
H1.HeaderClassName
{
color: #D75790;
}
.AnyTagClassName
{
color: #D75790;
}
</style>
background-color css
<style>
a { background-color: #D75790; }
a { background-color: rgb(215,87,144); }
div.DivClassName
{
background-color: #D75790;
}
.BgClassName
{
background-color: #D75790;
}
</style>
border-color css
<style>
span { border-color: #D75790; }
span { border-color: rgb(215,87,144); }
td.TdClassName
{
border-color: #D75790;
}
.TagClassName
{
border-color: #D75790;
}
</style>