Shades of Mulberry #D05893
Tints of Mulberry #D05893
RGB
CMYK
RGB Variations
Color information
#D05893 (or 0xD05893) is known color: Mulberry. HEX triplet: D0, 58 and 93. RGB value is (208,88,147). Sum of RGB (Red+Green+Blue) = 208+88+147=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D05893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05893 is #2FA76C. Grayscale: #828282. Windows color (decimal): -3123053 or 9656528. OLE color: 9656528.
HSL color Cylindrical-coordinate representation of color #D05893: hue angle of 330.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 #D05893 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 147 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.18 |
| HSL | 330.5º | 0.56% | 0.58% | - |
| HSV(B) | 330.5º | 0.58% | 0.82% | - |
| XYZ | 34.77 | 22.5 | 30.11 | - |
| YUV | 130.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 147 | 0 | 0.58 | 0.29 | 0.18 | 330.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | 93 | 0 | 3A | 1D | 12 | 14A | 38 | 3A |
| Octal | 320 | 130 | 223 | 0 | 72 | 35 | 22 | 512 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10010011 | 0 | 111010 | 11101 | 10010 | 101001010 | 111000 | 111010 |
Color Harmonies of #D05893
Complementary color
Monochromatic Colors of #D05893
Black with #D05893
Text Example
Text Example
White with #D05893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05893; }
p { color: rgb(208,88,147); }
H1.HeaderClassName
{
color: #D05893;
}
.AnyTagClassName
{
color: #D05893;
}
</style>
background-color css
<style>
a { background-color: #D05893; }
a { background-color: rgb(208,88,147); }
div.DivClassName
{
background-color: #D05893;
}
.BgClassName
{
background-color: #D05893;
}
</style>
border-color css
<style>
span { border-color: #D05893; }
span { border-color: rgb(208,88,147); }
td.TdClassName
{
border-color: #D05893;
}
.TagClassName
{
border-color: #D05893;
}
</style>