Shades of Mulberry #D05087
Tints of Mulberry #D05087
RGB
CMYK
RGB Variations
Color information
#D05087 (or 0xD05087) is known color: Mulberry. HEX triplet: D0, 50 and 87. RGB value is (208,80,135). Sum of RGB (Red+Green+Blue) = 208+80+135=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D05087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05087 is #2FAF78. Grayscale: #7C7C7C. Windows color (decimal): -3125113 or 8868048. OLE color: 8868048.
HSL color Cylindrical-coordinate representation of color #D05087: hue angle of 334.22º 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 #D05087 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 135 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.18 |
| HSL | 334.22º | 0.58% | 0.56% | - |
| HSV(B) | 334.22º | 0.62% | 0.82% | - |
| XYZ | 33.25 | 20.9 | 25.2 | - |
| YUV | 124.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 135 | 0 | 0.62 | 0.35 | 0.18 | 334.22 | 0.58 | 0.56 |
| Hex | D0 | 50 | 87 | 0 | 3E | 23 | 12 | 14E | 3A | 38 |
| Octal | 320 | 120 | 207 | 0 | 76 | 43 | 22 | 516 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10000111 | 0 | 111110 | 100011 | 10010 | 101001110 | 111010 | 111000 |
Color Harmonies of #D05087
Complementary color
Monochromatic Colors of #D05087
Black with #D05087
Text Example
Text Example
White with #D05087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05087; }
p { color: rgb(208,80,135); }
H1.HeaderClassName
{
color: #D05087;
}
.AnyTagClassName
{
color: #D05087;
}
</style>
background-color css
<style>
a { background-color: #D05087; }
a { background-color: rgb(208,80,135); }
div.DivClassName
{
background-color: #D05087;
}
.BgClassName
{
background-color: #D05087;
}
</style>
border-color css
<style>
span { border-color: #D05087; }
span { border-color: rgb(208,80,135); }
td.TdClassName
{
border-color: #D05087;
}
.TagClassName
{
border-color: #D05087;
}
</style>