Shades of Mulberry #D7508C
Tints of Mulberry #D7508C
RGB
CMYK
RGB Variations
Color information
#D7508C (or 0xD7508C) is known color: Mulberry. HEX triplet: D7, 50 and 8C. RGB value is (215,80,140). Sum of RGB (Red+Green+Blue) = 215+80+140=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7508C is #28AF73. Grayscale: #7F7F7F. Windows color (decimal): -2666356 or 9195735. OLE color: 9195735.
HSL color Cylindrical-coordinate representation of color #D7508C: hue angle of 333.33º 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 #D7508C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 140 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.16 |
| HSL | 333.33º | 0.63% | 0.58% | - |
| HSV(B) | 333.33º | 0.63% | 0.84% | - |
| XYZ | 35.63 | 22.08 | 27.19 | - |
| YUV | 127.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 140 | 0 | 0.63 | 0.35 | 0.16 | 333.33 | 0.63 | 0.58 |
| Hex | D7 | 50 | 8C | 0 | 3F | 23 | 10 | 14D | 3F | 3A |
| Octal | 327 | 120 | 214 | 0 | 77 | 43 | 20 | 515 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10001100 | 0 | 111111 | 100011 | 10000 | 101001101 | 111111 | 111010 |
Color Harmonies of #D7508C
Complementary color
Monochromatic Colors of #D7508C
Black with #D7508C
Text Example
Text Example
White with #D7508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7508C; }
p { color: rgb(215,80,140); }
H1.HeaderClassName
{
color: #D7508C;
}
.AnyTagClassName
{
color: #D7508C;
}
</style>
background-color css
<style>
a { background-color: #D7508C; }
a { background-color: rgb(215,80,140); }
div.DivClassName
{
background-color: #D7508C;
}
.BgClassName
{
background-color: #D7508C;
}
</style>
border-color css
<style>
span { border-color: #D7508C; }
span { border-color: rgb(215,80,140); }
td.TdClassName
{
border-color: #D7508C;
}
.TagClassName
{
border-color: #D7508C;
}
</style>