Shades of Mulberry #D2548D
Tints of Mulberry #D2548D
RGB
CMYK
RGB Variations
Color information
#D2548D (or 0xD2548D) is known color: Mulberry. HEX triplet: D2, 54 and 8D. RGB value is (210,84,141). Sum of RGB (Red+Green+Blue) = 210+84+141=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2548D is #2DAB72. Grayscale: #808080. Windows color (decimal): -2993011 or 9262290. OLE color: 9262290.
HSL color Cylindrical-coordinate representation of color #D2548D: hue angle of 332.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2548D is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 141 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.18 |
| HSL | 332.86º | 0.58% | 0.58% | - |
| HSV(B) | 332.86º | 0.6% | 0.82% | - |
| XYZ | 34.56 | 21.97 | 27.62 | - |
| YUV | 128.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 141 | 0 | 0.6 | 0.33 | 0.18 | 332.86 | 0.58 | 0.58 |
| Hex | D2 | 54 | 8D | 0 | 3C | 21 | 12 | 14D | 3A | 3A |
| Octal | 322 | 124 | 215 | 0 | 74 | 41 | 22 | 515 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10001101 | 0 | 111100 | 100001 | 10010 | 101001101 | 111010 | 111010 |
Color Harmonies of #D2548D
Complementary color
Monochromatic Colors of #D2548D
Black with #D2548D
Text Example
Text Example
White with #D2548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2548D; }
p { color: rgb(210,84,141); }
H1.HeaderClassName
{
color: #D2548D;
}
.AnyTagClassName
{
color: #D2548D;
}
</style>
background-color css
<style>
a { background-color: #D2548D; }
a { background-color: rgb(210,84,141); }
div.DivClassName
{
background-color: #D2548D;
}
.BgClassName
{
background-color: #D2548D;
}
</style>
border-color css
<style>
span { border-color: #D2548D; }
span { border-color: rgb(210,84,141); }
td.TdClassName
{
border-color: #D2548D;
}
.TagClassName
{
border-color: #D2548D;
}
</style>