Shades of Mulberry #D7508F
Tints of Mulberry #D7508F
RGB
CMYK
RGB Variations
Color information
#D7508F (or 0xD7508F) is known color: Mulberry. HEX triplet: D7, 50 and 8F. RGB value is (215,80,143). Sum of RGB (Red+Green+Blue) = 215+80+143=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7508F is #28AF70. Grayscale: #7F7F7F. Windows color (decimal): -2666353 or 9392343. OLE color: 9392343.
HSL color Cylindrical-coordinate representation of color #D7508F: hue angle of 332º 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 #D7508F is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 143 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.16 |
| HSL | 332º | 0.63% | 0.58% | - |
| HSV(B) | 332º | 0.63% | 0.84% | - |
| XYZ | 35.85 | 22.17 | 28.38 | - |
| YUV | 127.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 143 | 0 | 0.63 | 0.33 | 0.16 | 332 | 0.63 | 0.58 |
| Hex | D7 | 50 | 8F | 0 | 3F | 21 | 10 | 14C | 3F | 3A |
| Octal | 327 | 120 | 217 | 0 | 77 | 41 | 20 | 514 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10001111 | 0 | 111111 | 100001 | 10000 | 101001100 | 111111 | 111010 |
Color Harmonies of #D7508F
Complementary color
Monochromatic Colors of #D7508F
Black with #D7508F
Text Example
Text Example
White with #D7508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7508F; }
p { color: rgb(215,80,143); }
H1.HeaderClassName
{
color: #D7508F;
}
.AnyTagClassName
{
color: #D7508F;
}
</style>
background-color css
<style>
a { background-color: #D7508F; }
a { background-color: rgb(215,80,143); }
div.DivClassName
{
background-color: #D7508F;
}
.BgClassName
{
background-color: #D7508F;
}
</style>
border-color css
<style>
span { border-color: #D7508F; }
span { border-color: rgb(215,80,143); }
td.TdClassName
{
border-color: #D7508F;
}
.TagClassName
{
border-color: #D7508F;
}
</style>