Shades of Mulberry #D05891
Tints of Mulberry #D05891
RGB
CMYK
RGB Variations
Color information
#D05891 (or 0xD05891) is known color: Mulberry. HEX triplet: D0, 58 and 91. RGB value is (208,88,145). Sum of RGB (Red+Green+Blue) = 208+88+145=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D05891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05891 is #2FA76E. Grayscale: #828282. Windows color (decimal): -3123055 or 9525456. OLE color: 9525456.
HSL color Cylindrical-coordinate representation of color #D05891: hue angle of 331.5º 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 #D05891 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 145 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.18 |
| HSL | 331.5º | 0.56% | 0.58% | - |
| HSV(B) | 331.5º | 0.58% | 0.82% | - |
| XYZ | 34.61 | 22.43 | 29.29 | - |
| YUV | 130.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 145 | 0 | 0.58 | 0.30 | 0.18 | 331.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | 91 | 0 | 3A | 1E | 12 | 14C | 38 | 3A |
| Octal | 320 | 130 | 221 | 0 | 72 | 36 | 22 | 514 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10010001 | 0 | 111010 | 11110 | 10010 | 101001100 | 111000 | 111010 |
Color Harmonies of #D05891
Complementary color
Monochromatic Colors of #D05891
Black with #D05891
Text Example
Text Example
White with #D05891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05891; }
p { color: rgb(208,88,145); }
H1.HeaderClassName
{
color: #D05891;
}
.AnyTagClassName
{
color: #D05891;
}
</style>
background-color css
<style>
a { background-color: #D05891; }
a { background-color: rgb(208,88,145); }
div.DivClassName
{
background-color: #D05891;
}
.BgClassName
{
background-color: #D05891;
}
</style>
border-color css
<style>
span { border-color: #D05891; }
span { border-color: rgb(208,88,145); }
td.TdClassName
{
border-color: #D05891;
}
.TagClassName
{
border-color: #D05891;
}
</style>