Shades of Mulberry #D050A6
Tints of Mulberry #D050A6
RGB
CMYK
RGB Variations
Color information
#D050A6 (or 0xD050A6) is known color: Mulberry. HEX triplet: D0, 50 and A6. RGB value is (208,80,166). Sum of RGB (Red+Green+Blue) = 208+80+166=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D050A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D050A6 is #2FAF59. Grayscale: #7F7F7F. Windows color (decimal): -3125082 or 10899664. OLE color: 10899664.
HSL color Cylindrical-coordinate representation of color #D050A6: hue angle of 319.69º 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 #D050A6 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 166 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.18 |
| HSL | 319.69º | 0.58% | 0.56% | - |
| HSV(B) | 319.69º | 0.62% | 0.82% | - |
| XYZ | 35.76 | 21.9 | 38.42 | - |
| YUV | 128.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 166 | 0 | 0.62 | 0.20 | 0.18 | 319.69 | 0.58 | 0.56 |
| Hex | D0 | 50 | A6 | 0 | 3E | 14 | 12 | 140 | 3A | 38 |
| Octal | 320 | 120 | 246 | 0 | 76 | 24 | 22 | 500 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10100110 | 0 | 111110 | 10100 | 10010 | 101000000 | 111010 | 111000 |
Color Harmonies of #D050A6
Complementary color
Monochromatic Colors of #D050A6
Black with #D050A6
Text Example
Text Example
White with #D050A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050A6; }
p { color: rgb(208,80,166); }
H1.HeaderClassName
{
color: #D050A6;
}
.AnyTagClassName
{
color: #D050A6;
}
</style>
background-color css
<style>
a { background-color: #D050A6; }
a { background-color: rgb(208,80,166); }
div.DivClassName
{
background-color: #D050A6;
}
.BgClassName
{
background-color: #D050A6;
}
</style>
border-color css
<style>
span { border-color: #D050A6; }
span { border-color: rgb(208,80,166); }
td.TdClassName
{
border-color: #D050A6;
}
.TagClassName
{
border-color: #D050A6;
}
</style>