Shades of Mulberry #D05896
Tints of Mulberry #D05896
RGB
CMYK
RGB Variations
Color information
#D05896 (or 0xD05896) is known color: Mulberry. HEX triplet: D0, 58 and 96. RGB value is (208,88,150). Sum of RGB (Red+Green+Blue) = 208+88+150=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D05896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05896 is #2FA769. Grayscale: #828282. Windows color (decimal): -3123050 or 9853136. OLE color: 9853136.
HSL color Cylindrical-coordinate representation of color #D05896: hue angle of 329º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05896 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 150 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.18 |
| HSL | 329º | 0.56% | 0.58% | - |
| HSV(B) | 329º | 0.58% | 0.82% | - |
| XYZ | 35.01 | 22.59 | 31.37 | - |
| YUV | 130.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 150 | 0 | 0.58 | 0.28 | 0.18 | 329 | 0.56 | 0.58 |
| Hex | D0 | 58 | 96 | 0 | 3A | 1C | 12 | 149 | 38 | 3A |
| Octal | 320 | 130 | 226 | 0 | 72 | 34 | 22 | 511 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10010110 | 0 | 111010 | 11100 | 10010 | 101001001 | 111000 | 111010 |
Color Harmonies of #D05896
Complementary color
Monochromatic Colors of #D05896
Black with #D05896
Text Example
Text Example
White with #D05896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05896; }
p { color: rgb(208,88,150); }
H1.HeaderClassName
{
color: #D05896;
}
.AnyTagClassName
{
color: #D05896;
}
</style>
background-color css
<style>
a { background-color: #D05896; }
a { background-color: rgb(208,88,150); }
div.DivClassName
{
background-color: #D05896;
}
.BgClassName
{
background-color: #D05896;
}
</style>
border-color css
<style>
span { border-color: #D05896; }
span { border-color: rgb(208,88,150); }
td.TdClassName
{
border-color: #D05896;
}
.TagClassName
{
border-color: #D05896;
}
</style>