Shades of Mulberry #D04B9E
Tints of Mulberry #D04B9E
RGB
CMYK
RGB Variations
Color information
#D04B9E (or 0xD04B9E) is known color: Mulberry. HEX triplet: D0, 4B and 9E. RGB value is (208,75,158). Sum of RGB (Red+Green+Blue) = 208+75+158=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B9E is #2FB461. Grayscale: #7C7C7C. Windows color (decimal): -3126370 or 10374096. OLE color: 10374096.
HSL color Cylindrical-coordinate representation of color #D04B9E: hue angle of 322.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B9E is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 158 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.18 |
| HSL | 322.56º | 0.59% | 0.55% | - |
| HSV(B) | 322.56º | 0.64% | 0.82% | - |
| XYZ | 34.7 | 20.91 | 34.56 | - |
| YUV | 124.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 158 | 0 | 0.64 | 0.24 | 0.18 | 322.56 | 0.59 | 0.55 |
| Hex | D0 | 4B | 9E | 0 | 40 | 18 | 12 | 143 | 3B | 37 |
| Octal | 320 | 113 | 236 | 0 | 100 | 30 | 22 | 503 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10011110 | 0 | 1000000 | 11000 | 10010 | 101000011 | 111011 | 110111 |
Color Harmonies of #D04B9E
Complementary color
Monochromatic Colors of #D04B9E
Black with #D04B9E
Text Example
Text Example
White with #D04B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B9E; }
p { color: rgb(208,75,158); }
H1.HeaderClassName
{
color: #D04B9E;
}
.AnyTagClassName
{
color: #D04B9E;
}
</style>
background-color css
<style>
a { background-color: #D04B9E; }
a { background-color: rgb(208,75,158); }
div.DivClassName
{
background-color: #D04B9E;
}
.BgClassName
{
background-color: #D04B9E;
}
</style>
border-color css
<style>
span { border-color: #D04B9E; }
span { border-color: rgb(208,75,158); }
td.TdClassName
{
border-color: #D04B9E;
}
.TagClassName
{
border-color: #D04B9E;
}
</style>