Shades of Mulberry #D8489D
Tints of Mulberry #D8489D
RGB
CMYK
RGB Variations
Color information
#D8489D (or 0xD8489D) is known color: Mulberry. HEX triplet: D8, 48 and 9D. RGB value is (216,72,157). Sum of RGB (Red+Green+Blue) = 216+72+157=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8489D is #27B762. Grayscale: #7C7C7C. Windows color (decimal): -2602851 or 10307800. OLE color: 10307800.
HSL color Cylindrical-coordinate representation of color #D8489D: hue angle of 324.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8489D is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 157 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.15 |
| HSL | 324.58º | 0.65% | 0.56% | - |
| HSV(B) | 324.58º | 0.67% | 0.85% | - |
| XYZ | 36.72 | 21.67 | 34.15 | - |
| YUV | 124.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 157 | 0 | 0.67 | 0.27 | 0.15 | 324.58 | 0.65 | 0.56 |
| Hex | D8 | 48 | 9D | 0 | 43 | 1B | F | 145 | 41 | 38 |
| Octal | 330 | 110 | 235 | 0 | 103 | 33 | 17 | 505 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10011101 | 0 | 1000011 | 11011 | 1111 | 101000101 | 1000001 | 111000 |
Color Harmonies of #D8489D
Complementary color
Monochromatic Colors of #D8489D
Black with #D8489D
Text Example
Text Example
White with #D8489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8489D; }
p { color: rgb(216,72,157); }
H1.HeaderClassName
{
color: #D8489D;
}
.AnyTagClassName
{
color: #D8489D;
}
</style>
background-color css
<style>
a { background-color: #D8489D; }
a { background-color: rgb(216,72,157); }
div.DivClassName
{
background-color: #D8489D;
}
.BgClassName
{
background-color: #D8489D;
}
</style>
border-color css
<style>
span { border-color: #D8489D; }
span { border-color: rgb(216,72,157); }
td.TdClassName
{
border-color: #D8489D;
}
.TagClassName
{
border-color: #D8489D;
}
</style>