Shades of Mulberry #D7508B
Tints of Mulberry #D7508B
RGB
CMYK
RGB Variations
Color information
#D7508B (or 0xD7508B) is known color: Mulberry. HEX triplet: D7, 50 and 8B. RGB value is (215,80,139). Sum of RGB (Red+Green+Blue) = 215+80+139=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7508B is #28AF74. Grayscale: #7E7E7E. Windows color (decimal): -2666357 or 9130199. OLE color: 9130199.
HSL color Cylindrical-coordinate representation of color #D7508B: hue angle of 333.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 #D7508B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 139 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.16 |
| HSL | 333.78º | 0.63% | 0.58% | - |
| HSV(B) | 333.78º | 0.63% | 0.84% | - |
| XYZ | 35.55 | 22.05 | 26.81 | - |
| YUV | 127.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 139 | 0 | 0.63 | 0.35 | 0.16 | 333.78 | 0.63 | 0.58 |
| Hex | D7 | 50 | 8B | 0 | 3F | 23 | 10 | 14E | 3F | 3A |
| Octal | 327 | 120 | 213 | 0 | 77 | 43 | 20 | 516 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10001011 | 0 | 111111 | 100011 | 10000 | 101001110 | 111111 | 111010 |
Color Harmonies of #D7508B
Complementary color
Monochromatic Colors of #D7508B
Black with #D7508B
Text Example
Text Example
White with #D7508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7508B; }
p { color: rgb(215,80,139); }
H1.HeaderClassName
{
color: #D7508B;
}
.AnyTagClassName
{
color: #D7508B;
}
</style>
background-color css
<style>
a { background-color: #D7508B; }
a { background-color: rgb(215,80,139); }
div.DivClassName
{
background-color: #D7508B;
}
.BgClassName
{
background-color: #D7508B;
}
</style>
border-color css
<style>
span { border-color: #D7508B; }
span { border-color: rgb(215,80,139); }
td.TdClassName
{
border-color: #D7508B;
}
.TagClassName
{
border-color: #D7508B;
}
</style>