Shades of Mulberry #D0528A
Tints of Mulberry #D0528A
RGB
CMYK
RGB Variations
Color information
#D0528A (or 0xD0528A) is known color: Mulberry. HEX triplet: D0, 52 and 8A. RGB value is (208,82,138). Sum of RGB (Red+Green+Blue) = 208+82+138=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0528A is #2FAD75. Grayscale: #7D7D7D. Windows color (decimal): -3124598 or 9065168. OLE color: 9065168.
HSL color Cylindrical-coordinate representation of color #D0528A: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0528A is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 138 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.18 |
| HSL | 333.33º | 0.57% | 0.57% | - |
| HSV(B) | 333.33º | 0.61% | 0.82% | - |
| XYZ | 33.62 | 21.28 | 26.38 | - |
| YUV | 126.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 138 | 0 | 0.61 | 0.34 | 0.18 | 333.33 | 0.57 | 0.57 |
| Hex | D0 | 52 | 8A | 0 | 3D | 22 | 12 | 14D | 39 | 39 |
| Octal | 320 | 122 | 212 | 0 | 75 | 42 | 22 | 515 | 71 | 71 |
| Binary | 11010000 | 1010010 | 10001010 | 0 | 111101 | 100010 | 10010 | 101001101 | 111001 | 111001 |
Color Harmonies of #D0528A
Complementary color
Monochromatic Colors of #D0528A
Black with #D0528A
Text Example
Text Example
White with #D0528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0528A; }
p { color: rgb(208,82,138); }
H1.HeaderClassName
{
color: #D0528A;
}
.AnyTagClassName
{
color: #D0528A;
}
</style>
background-color css
<style>
a { background-color: #D0528A; }
a { background-color: rgb(208,82,138); }
div.DivClassName
{
background-color: #D0528A;
}
.BgClassName
{
background-color: #D0528A;
}
</style>
border-color css
<style>
span { border-color: #D0528A; }
span { border-color: rgb(208,82,138); }
td.TdClassName
{
border-color: #D0528A;
}
.TagClassName
{
border-color: #D0528A;
}
</style>