Shades of Mulberry #D141A8
Tints of Mulberry #D141A8
RGB
CMYK
RGB Variations
Color information
#D141A8 (or 0xD141A8) is known color: Mulberry. HEX triplet: D1, 41 and A8. RGB value is (209,65,168). Sum of RGB (Red+Green+Blue) = 209+65+168=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D141A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141A8 is #2EBE57. Grayscale: #777777. Windows color (decimal): -3063384 or 11026897. OLE color: 11026897.
HSL color Cylindrical-coordinate representation of color #D141A8: hue angle of 317.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D141A8 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 168 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.18 |
| HSL | 317.08º | 0.61% | 0.54% | - |
| HSV(B) | 317.08º | 0.69% | 0.82% | - |
| XYZ | 35.25 | 20.16 | 39.08 | - |
| YUV | 119.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 168 | 0 | 0.69 | 0.20 | 0.18 | 317.08 | 0.61 | 0.54 |
| Hex | D1 | 41 | A8 | 0 | 45 | 14 | 12 | 13D | 3D | 36 |
| Octal | 321 | 101 | 250 | 0 | 105 | 24 | 22 | 475 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10101000 | 0 | 1000101 | 10100 | 10010 | 100111101 | 111101 | 110110 |
Color Harmonies of #D141A8
Complementary color
Monochromatic Colors of #D141A8
Black with #D141A8
Text Example
Text Example
White with #D141A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141A8; }
p { color: rgb(209,65,168); }
H1.HeaderClassName
{
color: #D141A8;
}
.AnyTagClassName
{
color: #D141A8;
}
</style>
background-color css
<style>
a { background-color: #D141A8; }
a { background-color: rgb(209,65,168); }
div.DivClassName
{
background-color: #D141A8;
}
.BgClassName
{
background-color: #D141A8;
}
</style>
border-color css
<style>
span { border-color: #D141A8; }
span { border-color: rgb(209,65,168); }
td.TdClassName
{
border-color: #D141A8;
}
.TagClassName
{
border-color: #D141A8;
}
</style>