Shades of Mulberry #D6528E
Tints of Mulberry #D6528E
RGB
CMYK
RGB Variations
Color information
#D6528E (or 0xD6528E) is known color: Mulberry. HEX triplet: D6, 52 and 8E. RGB value is (214,82,142). Sum of RGB (Red+Green+Blue) = 214+82+142=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6528E is #29AD71. Grayscale: #808080. Windows color (decimal): -2731378 or 9327318. OLE color: 9327318.
HSL color Cylindrical-coordinate representation of color #D6528E: hue angle of 332.73º 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 #D6528E is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 142 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.16 |
| HSL | 332.73º | 0.62% | 0.58% | - |
| HSV(B) | 332.73º | 0.62% | 0.84% | - |
| XYZ | 35.63 | 22.28 | 28.01 | - |
| YUV | 128.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 142 | 0 | 0.62 | 0.34 | 0.16 | 332.73 | 0.62 | 0.58 |
| Hex | D6 | 52 | 8E | 0 | 3E | 22 | 10 | 14D | 3E | 3A |
| Octal | 326 | 122 | 216 | 0 | 76 | 42 | 20 | 515 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10001110 | 0 | 111110 | 100010 | 10000 | 101001101 | 111110 | 111010 |
Color Harmonies of #D6528E
Complementary color
Monochromatic Colors of #D6528E
Black with #D6528E
Text Example
Text Example
White with #D6528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6528E; }
p { color: rgb(214,82,142); }
H1.HeaderClassName
{
color: #D6528E;
}
.AnyTagClassName
{
color: #D6528E;
}
</style>
background-color css
<style>
a { background-color: #D6528E; }
a { background-color: rgb(214,82,142); }
div.DivClassName
{
background-color: #D6528E;
}
.BgClassName
{
background-color: #D6528E;
}
</style>
border-color css
<style>
span { border-color: #D6528E; }
span { border-color: rgb(214,82,142); }
td.TdClassName
{
border-color: #D6528E;
}
.TagClassName
{
border-color: #D6528E;
}
</style>