Shades of Mulberry #D05890
Tints of Mulberry #D05890
RGB
CMYK
RGB Variations
Color information
#D05890 (or 0xD05890) is known color: Mulberry. HEX triplet: D0, 58 and 90. RGB value is (208,88,144). Sum of RGB (Red+Green+Blue) = 208+88+144=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D05890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05890 is #2FA76F. Grayscale: #828282. Windows color (decimal): -3123056 or 9459920. OLE color: 9459920.
HSL color Cylindrical-coordinate representation of color #D05890: hue angle of 332º 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 #D05890 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 144 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.18 |
| HSL | 332º | 0.56% | 0.58% | - |
| HSV(B) | 332º | 0.58% | 0.82% | - |
| XYZ | 34.54 | 22.4 | 28.89 | - |
| YUV | 130.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 144 | 0 | 0.58 | 0.31 | 0.18 | 332 | 0.56 | 0.58 |
| Hex | D0 | 58 | 90 | 0 | 3A | 1F | 12 | 14C | 38 | 3A |
| Octal | 320 | 130 | 220 | 0 | 72 | 37 | 22 | 514 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10010000 | 0 | 111010 | 11111 | 10010 | 101001100 | 111000 | 111010 |
Color Harmonies of #D05890
Complementary color
Monochromatic Colors of #D05890
Black with #D05890
Text Example
Text Example
White with #D05890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05890; }
p { color: rgb(208,88,144); }
H1.HeaderClassName
{
color: #D05890;
}
.AnyTagClassName
{
color: #D05890;
}
</style>
background-color css
<style>
a { background-color: #D05890; }
a { background-color: rgb(208,88,144); }
div.DivClassName
{
background-color: #D05890;
}
.BgClassName
{
background-color: #D05890;
}
</style>
border-color css
<style>
span { border-color: #D05890; }
span { border-color: rgb(208,88,144); }
td.TdClassName
{
border-color: #D05890;
}
.TagClassName
{
border-color: #D05890;
}
</style>