Shades of Mulberry #D05091
Tints of Mulberry #D05091
RGB
CMYK
RGB Variations
Color information
#D05091 (or 0xD05091) is known color: Mulberry. HEX triplet: D0, 50 and 91. RGB value is (208,80,145). Sum of RGB (Red+Green+Blue) = 208+80+145=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D05091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05091 is #2FAF6E. Grayscale: #7D7D7D. Windows color (decimal): -3125103 or 9523408. OLE color: 9523408.
HSL color Cylindrical-coordinate representation of color #D05091: hue angle of 329.53º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05091 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 145 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.18 |
| HSL | 329.53º | 0.58% | 0.56% | - |
| HSV(B) | 329.53º | 0.62% | 0.82% | - |
| XYZ | 33.99 | 21.19 | 29.09 | - |
| YUV | 125.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 145 | 0 | 0.62 | 0.30 | 0.18 | 329.53 | 0.58 | 0.56 |
| Hex | D0 | 50 | 91 | 0 | 3E | 1E | 12 | 14A | 3A | 38 |
| Octal | 320 | 120 | 221 | 0 | 76 | 36 | 22 | 512 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10010001 | 0 | 111110 | 11110 | 10010 | 101001010 | 111010 | 111000 |
Color Harmonies of #D05091
Complementary color
Monochromatic Colors of #D05091
Black with #D05091
Text Example
Text Example
White with #D05091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05091; }
p { color: rgb(208,80,145); }
H1.HeaderClassName
{
color: #D05091;
}
.AnyTagClassName
{
color: #D05091;
}
</style>
background-color css
<style>
a { background-color: #D05091; }
a { background-color: rgb(208,80,145); }
div.DivClassName
{
background-color: #D05091;
}
.BgClassName
{
background-color: #D05091;
}
</style>
border-color css
<style>
span { border-color: #D05091; }
span { border-color: rgb(208,80,145); }
td.TdClassName
{
border-color: #D05091;
}
.TagClassName
{
border-color: #D05091;
}
</style>