Shades of Mulberry #D2548B
Tints of Mulberry #D2548B
RGB
CMYK
RGB Variations
Color information
#D2548B (or 0xD2548B) is known color: Mulberry. HEX triplet: D2, 54 and 8B. RGB value is (210,84,139). Sum of RGB (Red+Green+Blue) = 210+84+139=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2548B is #2DAB74. Grayscale: #7F7F7F. Windows color (decimal): -2993013 or 9131218. OLE color: 9131218.
HSL color Cylindrical-coordinate representation of color #D2548B: hue angle of 333.81º 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 #D2548B is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 139 | - |
| CMYK | 0 | 0.6 | 0.34 | 0.18 |
| HSL | 333.81º | 0.58% | 0.58% | - |
| HSV(B) | 333.81º | 0.6% | 0.82% | - |
| XYZ | 34.41 | 21.91 | 26.84 | - |
| YUV | 127.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 139 | 0 | 0.6 | 0.34 | 0.18 | 333.81 | 0.58 | 0.58 |
| Hex | D2 | 54 | 8B | 0 | 3C | 22 | 12 | 14E | 3A | 3A |
| Octal | 322 | 124 | 213 | 0 | 74 | 42 | 22 | 516 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10001011 | 0 | 111100 | 100010 | 10010 | 101001110 | 111010 | 111010 |
Color Harmonies of #D2548B
Complementary color
Monochromatic Colors of #D2548B
Black with #D2548B
Text Example
Text Example
White with #D2548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2548B; }
p { color: rgb(210,84,139); }
H1.HeaderClassName
{
color: #D2548B;
}
.AnyTagClassName
{
color: #D2548B;
}
</style>
background-color css
<style>
a { background-color: #D2548B; }
a { background-color: rgb(210,84,139); }
div.DivClassName
{
background-color: #D2548B;
}
.BgClassName
{
background-color: #D2548B;
}
</style>
border-color css
<style>
span { border-color: #D2548B; }
span { border-color: rgb(210,84,139); }
td.TdClassName
{
border-color: #D2548B;
}
.TagClassName
{
border-color: #D2548B;
}
</style>