Shades of Mulberry #D1528C
Tints of Mulberry #D1528C
RGB
CMYK
RGB Variations
Color information
#D1528C (or 0xD1528C) is known color: Mulberry. HEX triplet: D1, 52 and 8C. RGB value is (209,82,140). Sum of RGB (Red+Green+Blue) = 209+82+140=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1528C is #2EAD73. Grayscale: #7E7E7E. Windows color (decimal): -3059060 or 9196241. OLE color: 9196241.
HSL color Cylindrical-coordinate representation of color #D1528C: hue angle of 332.6º degrees, saturation: 0.58, 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 #D1528C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 140 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.18 |
| HSL | 332.6º | 0.58% | 0.57% | - |
| HSV(B) | 332.6º | 0.61% | 0.82% | - |
| XYZ | 34.05 | 21.48 | 27.16 | - |
| YUV | 126.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 140 | 0 | 0.61 | 0.33 | 0.18 | 332.6 | 0.58 | 0.57 |
| Hex | D1 | 52 | 8C | 0 | 3D | 21 | 12 | 14D | 3A | 39 |
| Octal | 321 | 122 | 214 | 0 | 75 | 41 | 22 | 515 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10001100 | 0 | 111101 | 100001 | 10010 | 101001101 | 111010 | 111001 |
Color Harmonies of #D1528C
Complementary color
Monochromatic Colors of #D1528C
Black with #D1528C
Text Example
Text Example
White with #D1528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1528C; }
p { color: rgb(209,82,140); }
H1.HeaderClassName
{
color: #D1528C;
}
.AnyTagClassName
{
color: #D1528C;
}
</style>
background-color css
<style>
a { background-color: #D1528C; }
a { background-color: rgb(209,82,140); }
div.DivClassName
{
background-color: #D1528C;
}
.BgClassName
{
background-color: #D1528C;
}
</style>
border-color css
<style>
span { border-color: #D1528C; }
span { border-color: rgb(209,82,140); }
td.TdClassName
{
border-color: #D1528C;
}
.TagClassName
{
border-color: #D1528C;
}
</style>