Shades of Mulberry #D0538C
Tints of Mulberry #D0538C
RGB
CMYK
RGB Variations
Color information
#D0538C (or 0xD0538C) is known color: Mulberry. HEX triplet: D0, 53 and 8C. RGB value is (208,83,140). Sum of RGB (Red+Green+Blue) = 208+83+140=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0538C is #2FAC73. Grayscale: #7E7E7E. Windows color (decimal): -3124340 or 9196496. OLE color: 9196496.
HSL color Cylindrical-coordinate representation of color #D0538C: hue angle of 332.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0538C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 140 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.18 |
| HSL | 332.64º | 0.57% | 0.57% | - |
| HSV(B) | 332.64º | 0.6% | 0.82% | - |
| XYZ | 33.84 | 21.49 | 27.18 | - |
| YUV | 126.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 140 | 0 | 0.60 | 0.33 | 0.18 | 332.64 | 0.57 | 0.57 |
| Hex | D0 | 53 | 8C | 0 | 3C | 21 | 12 | 14D | 39 | 39 |
| Octal | 320 | 123 | 214 | 0 | 74 | 41 | 22 | 515 | 71 | 71 |
| Binary | 11010000 | 1010011 | 10001100 | 0 | 111100 | 100001 | 10010 | 101001101 | 111001 | 111001 |
Color Harmonies of #D0538C
Complementary color
Monochromatic Colors of #D0538C
Black with #D0538C
Text Example
Text Example
White with #D0538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0538C; }
p { color: rgb(208,83,140); }
H1.HeaderClassName
{
color: #D0538C;
}
.AnyTagClassName
{
color: #D0538C;
}
</style>
background-color css
<style>
a { background-color: #D0538C; }
a { background-color: rgb(208,83,140); }
div.DivClassName
{
background-color: #D0538C;
}
.BgClassName
{
background-color: #D0538C;
}
</style>
border-color css
<style>
span { border-color: #D0538C; }
span { border-color: rgb(208,83,140); }
td.TdClassName
{
border-color: #D0538C;
}
.TagClassName
{
border-color: #D0538C;
}
</style>