Shades of Mulberry #D050A8
Tints of Mulberry #D050A8
RGB
CMYK
RGB Variations
Color information
#D050A8 (or 0xD050A8) is known color: Mulberry. HEX triplet: D0, 50 and A8. RGB value is (208,80,168). Sum of RGB (Red+Green+Blue) = 208+80+168=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D050A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D050A8 is #2FAF57. Grayscale: #808080. Windows color (decimal): -3125080 or 11030736. OLE color: 11030736.
HSL color Cylindrical-coordinate representation of color #D050A8: hue angle of 318.75º 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 #D050A8 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 168 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.18 |
| HSL | 318.75º | 0.58% | 0.56% | - |
| HSV(B) | 318.75º | 0.62% | 0.82% | - |
| XYZ | 35.95 | 21.97 | 39.39 | - |
| YUV | 128.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 168 | 0 | 0.62 | 0.19 | 0.18 | 318.75 | 0.58 | 0.56 |
| Hex | D0 | 50 | A8 | 0 | 3E | 13 | 12 | 13F | 3A | 38 |
| Octal | 320 | 120 | 250 | 0 | 76 | 23 | 22 | 477 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10101000 | 0 | 111110 | 10011 | 10010 | 100111111 | 111010 | 111000 |
Color Harmonies of #D050A8
Complementary color
Monochromatic Colors of #D050A8
Black with #D050A8
Text Example
Text Example
White with #D050A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050A8; }
p { color: rgb(208,80,168); }
H1.HeaderClassName
{
color: #D050A8;
}
.AnyTagClassName
{
color: #D050A8;
}
</style>
background-color css
<style>
a { background-color: #D050A8; }
a { background-color: rgb(208,80,168); }
div.DivClassName
{
background-color: #D050A8;
}
.BgClassName
{
background-color: #D050A8;
}
</style>
border-color css
<style>
span { border-color: #D050A8; }
span { border-color: rgb(208,80,168); }
td.TdClassName
{
border-color: #D050A8;
}
.TagClassName
{
border-color: #D050A8;
}
</style>