Shades of Mulberry #D7528F
Tints of Mulberry #D7528F
RGB
CMYK
RGB Variations
Color information
#D7528F (or 0xD7528F) is known color: Mulberry. HEX triplet: D7, 52 and 8F. RGB value is (215,82,143). Sum of RGB (Red+Green+Blue) = 215+82+143=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7528F is #28AD70. Grayscale: #808080. Windows color (decimal): -2665841 or 9392855. OLE color: 9392855.
HSL color Cylindrical-coordinate representation of color #D7528F: hue angle of 332.48º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7528F is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 143 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.16 |
| HSL | 332.48º | 0.62% | 0.58% | - |
| HSV(B) | 332.48º | 0.62% | 0.84% | - |
| XYZ | 36 | 22.46 | 28.43 | - |
| YUV | 128.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 143 | 0 | 0.62 | 0.33 | 0.16 | 332.48 | 0.62 | 0.58 |
| Hex | D7 | 52 | 8F | 0 | 3E | 21 | 10 | 14C | 3E | 3A |
| Octal | 327 | 122 | 217 | 0 | 76 | 41 | 20 | 514 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10001111 | 0 | 111110 | 100001 | 10000 | 101001100 | 111110 | 111010 |
Color Harmonies of #D7528F
Complementary color
Monochromatic Colors of #D7528F
Black with #D7528F
Text Example
Text Example
White with #D7528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7528F; }
p { color: rgb(215,82,143); }
H1.HeaderClassName
{
color: #D7528F;
}
.AnyTagClassName
{
color: #D7528F;
}
</style>
background-color css
<style>
a { background-color: #D7528F; }
a { background-color: rgb(215,82,143); }
div.DivClassName
{
background-color: #D7528F;
}
.BgClassName
{
background-color: #D7528F;
}
</style>
border-color css
<style>
span { border-color: #D7528F; }
span { border-color: rgb(215,82,143); }
td.TdClassName
{
border-color: #D7528F;
}
.TagClassName
{
border-color: #D7528F;
}
</style>