Shades of Mulberry #D150A8
Tints of Mulberry #D150A8
RGB
CMYK
RGB Variations
Color information
#D150A8 (or 0xD150A8) is known color: Mulberry. HEX triplet: D1, 50 and A8. RGB value is (209,80,168). Sum of RGB (Red+Green+Blue) = 209+80+168=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D150A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150A8 is #2EAF57. Grayscale: #808080. Windows color (decimal): -3059544 or 11030737. OLE color: 11030737.
HSL color Cylindrical-coordinate representation of color #D150A8: hue angle of 319.07º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150A8 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 168 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.18 |
| HSL | 319.07º | 0.58% | 0.57% | - |
| HSV(B) | 319.07º | 0.62% | 0.82% | - |
| XYZ | 36.23 | 22.12 | 39.41 | - |
| YUV | 128.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 168 | 0 | 0.62 | 0.20 | 0.18 | 319.07 | 0.58 | 0.57 |
| Hex | D1 | 50 | A8 | 0 | 3E | 14 | 12 | 13F | 3A | 39 |
| Octal | 321 | 120 | 250 | 0 | 76 | 24 | 22 | 477 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10101000 | 0 | 111110 | 10100 | 10010 | 100111111 | 111010 | 111001 |
Color Harmonies of #D150A8
Complementary color
Monochromatic Colors of #D150A8
Black with #D150A8
Text Example
Text Example
White with #D150A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150A8; }
p { color: rgb(209,80,168); }
H1.HeaderClassName
{
color: #D150A8;
}
.AnyTagClassName
{
color: #D150A8;
}
</style>
background-color css
<style>
a { background-color: #D150A8; }
a { background-color: rgb(209,80,168); }
div.DivClassName
{
background-color: #D150A8;
}
.BgClassName
{
background-color: #D150A8;
}
</style>
border-color css
<style>
span { border-color: #D150A8; }
span { border-color: rgb(209,80,168); }
td.TdClassName
{
border-color: #D150A8;
}
.TagClassName
{
border-color: #D150A8;
}
</style>