Shades of Mulberry #D9488D
Tints of Mulberry #D9488D
RGB
CMYK
RGB Variations
Color information
#D9488D (or 0xD9488D) is known color: Mulberry. HEX triplet: D9, 48 and 8D. RGB value is (217,72,141). Sum of RGB (Red+Green+Blue) = 217+72+141=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9488D is #26B772. Grayscale: #7B7B7B. Windows color (decimal): -2537331 or 9259225. OLE color: 9259225.
HSL color Cylindrical-coordinate representation of color #D9488D: hue angle of 331.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9488D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 141 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.15 |
| HSL | 331.45º | 0.66% | 0.57% | - |
| HSV(B) | 331.45º | 0.67% | 0.85% | - |
| XYZ | 35.74 | 21.31 | 27.43 | - |
| YUV | 123.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 141 | 0 | 0.67 | 0.35 | 0.15 | 331.45 | 0.66 | 0.57 |
| Hex | D9 | 48 | 8D | 0 | 43 | 23 | F | 14B | 42 | 39 |
| Octal | 331 | 110 | 215 | 0 | 103 | 43 | 17 | 513 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10001101 | 0 | 1000011 | 100011 | 1111 | 101001011 | 1000010 | 111001 |
Color Harmonies of #D9488D
Complementary color
Monochromatic Colors of #D9488D
Black with #D9488D
Text Example
Text Example
White with #D9488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9488D; }
p { color: rgb(217,72,141); }
H1.HeaderClassName
{
color: #D9488D;
}
.AnyTagClassName
{
color: #D9488D;
}
</style>
background-color css
<style>
a { background-color: #D9488D; }
a { background-color: rgb(217,72,141); }
div.DivClassName
{
background-color: #D9488D;
}
.BgClassName
{
background-color: #D9488D;
}
</style>
border-color css
<style>
span { border-color: #D9488D; }
span { border-color: rgb(217,72,141); }
td.TdClassName
{
border-color: #D9488D;
}
.TagClassName
{
border-color: #D9488D;
}
</style>