Shades of Mulberry #D05894
Tints of Mulberry #D05894
RGB
CMYK
RGB Variations
Color information
#D05894 (or 0xD05894) is known color: Mulberry. HEX triplet: D0, 58 and 94. RGB value is (208,88,148). Sum of RGB (Red+Green+Blue) = 208+88+148=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D05894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05894 is #2FA76B. Grayscale: #828282. Windows color (decimal): -3123052 or 9722064. OLE color: 9722064.
HSL color Cylindrical-coordinate representation of color #D05894: hue angle of 330º 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 #D05894 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 148 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.18 |
| HSL | 330º | 0.56% | 0.58% | - |
| HSV(B) | 330º | 0.58% | 0.82% | - |
| XYZ | 34.85 | 22.53 | 30.53 | - |
| YUV | 130.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 148 | 0 | 0.58 | 0.29 | 0.18 | 330 | 0.56 | 0.58 |
| Hex | D0 | 58 | 94 | 0 | 3A | 1D | 12 | 14A | 38 | 3A |
| Octal | 320 | 130 | 224 | 0 | 72 | 35 | 22 | 512 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10010100 | 0 | 111010 | 11101 | 10010 | 101001010 | 111000 | 111010 |
Color Harmonies of #D05894
Complementary color
Monochromatic Colors of #D05894
Black with #D05894
Text Example
Text Example
White with #D05894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05894; }
p { color: rgb(208,88,148); }
H1.HeaderClassName
{
color: #D05894;
}
.AnyTagClassName
{
color: #D05894;
}
</style>
background-color css
<style>
a { background-color: #D05894; }
a { background-color: rgb(208,88,148); }
div.DivClassName
{
background-color: #D05894;
}
.BgClassName
{
background-color: #D05894;
}
</style>
border-color css
<style>
span { border-color: #D05894; }
span { border-color: rgb(208,88,148); }
td.TdClassName
{
border-color: #D05894;
}
.TagClassName
{
border-color: #D05894;
}
</style>