Shades of Mulberry #D6528B
Tints of Mulberry #D6528B
RGB
CMYK
RGB Variations
Color information
#D6528B (or 0xD6528B) is known color: Mulberry. HEX triplet: D6, 52 and 8B. RGB value is (214,82,139). Sum of RGB (Red+Green+Blue) = 214+82+139=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6528B is #29AD74. Grayscale: #7F7F7F. Windows color (decimal): -2731381 or 9130710. OLE color: 9130710.
HSL color Cylindrical-coordinate representation of color #D6528B: hue angle of 334.09º 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 #D6528B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 139 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.16 |
| HSL | 334.09º | 0.62% | 0.58% | - |
| HSV(B) | 334.09º | 0.62% | 0.84% | - |
| XYZ | 35.41 | 22.19 | 26.84 | - |
| YUV | 127.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 139 | 0 | 0.62 | 0.35 | 0.16 | 334.09 | 0.62 | 0.58 |
| Hex | D6 | 52 | 8B | 0 | 3E | 23 | 10 | 14E | 3E | 3A |
| Octal | 326 | 122 | 213 | 0 | 76 | 43 | 20 | 516 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10001011 | 0 | 111110 | 100011 | 10000 | 101001110 | 111110 | 111010 |
Color Harmonies of #D6528B
Complementary color
Monochromatic Colors of #D6528B
Black with #D6528B
Text Example
Text Example
White with #D6528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6528B; }
p { color: rgb(214,82,139); }
H1.HeaderClassName
{
color: #D6528B;
}
.AnyTagClassName
{
color: #D6528B;
}
</style>
background-color css
<style>
a { background-color: #D6528B; }
a { background-color: rgb(214,82,139); }
div.DivClassName
{
background-color: #D6528B;
}
.BgClassName
{
background-color: #D6528B;
}
</style>
border-color css
<style>
span { border-color: #D6528B; }
span { border-color: rgb(214,82,139); }
td.TdClassName
{
border-color: #D6528B;
}
.TagClassName
{
border-color: #D6528B;
}
</style>