Shades of Mulberry #D05095
Tints of Mulberry #D05095
RGB
CMYK
RGB Variations
Color information
#D05095 (or 0xD05095) is known color: Mulberry. HEX triplet: D0, 50 and 95. RGB value is (208,80,149). Sum of RGB (Red+Green+Blue) = 208+80+149=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D05095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05095 is #2FAF6A. Grayscale: #7D7D7D. Windows color (decimal): -3125099 or 9785552. OLE color: 9785552.
HSL color Cylindrical-coordinate representation of color #D05095: hue angle of 327.66º 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 #D05095 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 149 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.18 |
| HSL | 327.66º | 0.58% | 0.56% | - |
| HSV(B) | 327.66º | 0.62% | 0.82% | - |
| XYZ | 34.31 | 21.32 | 30.74 | - |
| YUV | 126.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 149 | 0 | 0.62 | 0.28 | 0.18 | 327.66 | 0.58 | 0.56 |
| Hex | D0 | 50 | 95 | 0 | 3E | 1C | 12 | 148 | 3A | 38 |
| Octal | 320 | 120 | 225 | 0 | 76 | 34 | 22 | 510 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10010101 | 0 | 111110 | 11100 | 10010 | 101001000 | 111010 | 111000 |
Color Harmonies of #D05095
Complementary color
Monochromatic Colors of #D05095
Black with #D05095
Text Example
Text Example
White with #D05095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05095; }
p { color: rgb(208,80,149); }
H1.HeaderClassName
{
color: #D05095;
}
.AnyTagClassName
{
color: #D05095;
}
</style>
background-color css
<style>
a { background-color: #D05095; }
a { background-color: rgb(208,80,149); }
div.DivClassName
{
background-color: #D05095;
}
.BgClassName
{
background-color: #D05095;
}
</style>
border-color css
<style>
span { border-color: #D05095; }
span { border-color: rgb(208,80,149); }
td.TdClassName
{
border-color: #D05095;
}
.TagClassName
{
border-color: #D05095;
}
</style>