Shades of Mulberry #D2548E
Tints of Mulberry #D2548E
RGB
CMYK
RGB Variations
Color information
#D2548E (or 0xD2548E) is known color: Mulberry. HEX triplet: D2, 54 and 8E. RGB value is (210,84,142). Sum of RGB (Red+Green+Blue) = 210+84+142=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2548E is #2DAB71. Grayscale: #808080. Windows color (decimal): -2993010 or 9327826. OLE color: 9327826.
HSL color Cylindrical-coordinate representation of color #D2548E: hue angle of 332.38º 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 #D2548E is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 142 | - |
| CMYK | 0 | 0.6 | 0.32 | 0.18 |
| HSL | 332.38º | 0.58% | 0.58% | - |
| HSV(B) | 332.38º | 0.6% | 0.82% | - |
| XYZ | 34.63 | 22 | 28.01 | - |
| YUV | 128.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 142 | 0 | 0.6 | 0.32 | 0.18 | 332.38 | 0.58 | 0.58 |
| Hex | D2 | 54 | 8E | 0 | 3C | 20 | 12 | 14C | 3A | 3A |
| Octal | 322 | 124 | 216 | 0 | 74 | 40 | 22 | 514 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10001110 | 0 | 111100 | 100000 | 10010 | 101001100 | 111010 | 111010 |
Color Harmonies of #D2548E
Complementary color
Monochromatic Colors of #D2548E
Black with #D2548E
Text Example
Text Example
White with #D2548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2548E; }
p { color: rgb(210,84,142); }
H1.HeaderClassName
{
color: #D2548E;
}
.AnyTagClassName
{
color: #D2548E;
}
</style>
background-color css
<style>
a { background-color: #D2548E; }
a { background-color: rgb(210,84,142); }
div.DivClassName
{
background-color: #D2548E;
}
.BgClassName
{
background-color: #D2548E;
}
</style>
border-color css
<style>
span { border-color: #D2548E; }
span { border-color: rgb(210,84,142); }
td.TdClassName
{
border-color: #D2548E;
}
.TagClassName
{
border-color: #D2548E;
}
</style>