Shades of Mulberry #D149A8
Tints of Mulberry #D149A8
RGB
CMYK
RGB Variations
Color information
#D149A8 (or 0xD149A8) is known color: Mulberry. HEX triplet: D1, 49 and A8. RGB value is (209,73,168). Sum of RGB (Red+Green+Blue) = 209+73+168=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D149A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149A8 is #2EB657. Grayscale: #7C7C7C. Windows color (decimal): -3061336 or 11028945. OLE color: 11028945.
HSL color Cylindrical-coordinate representation of color #D149A8: hue angle of 318.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149A8 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 168 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.18 |
| HSL | 318.09º | 0.6% | 0.55% | - |
| HSV(B) | 318.09º | 0.65% | 0.82% | - |
| XYZ | 35.74 | 21.15 | 39.24 | - |
| YUV | 124.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 168 | 0 | 0.65 | 0.20 | 0.18 | 318.09 | 0.6 | 0.55 |
| Hex | D1 | 49 | A8 | 0 | 41 | 14 | 12 | 13E | 3C | 37 |
| Octal | 321 | 111 | 250 | 0 | 101 | 24 | 22 | 476 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10101000 | 0 | 1000001 | 10100 | 10010 | 100111110 | 111100 | 110111 |
Color Harmonies of #D149A8
Complementary color
Monochromatic Colors of #D149A8
Black with #D149A8
Text Example
Text Example
White with #D149A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149A8; }
p { color: rgb(209,73,168); }
H1.HeaderClassName
{
color: #D149A8;
}
.AnyTagClassName
{
color: #D149A8;
}
</style>
background-color css
<style>
a { background-color: #D149A8; }
a { background-color: rgb(209,73,168); }
div.DivClassName
{
background-color: #D149A8;
}
.BgClassName
{
background-color: #D149A8;
}
</style>
border-color css
<style>
span { border-color: #D149A8; }
span { border-color: rgb(209,73,168); }
td.TdClassName
{
border-color: #D149A8;
}
.TagClassName
{
border-color: #D149A8;
}
</style>