Shades of Mulberry #D041A8
Tints of Mulberry #D041A8
RGB
CMYK
RGB Variations
Color information
#D041A8 (or 0xD041A8) is known color: Mulberry. HEX triplet: D0, 41 and A8. RGB value is (208,65,168). Sum of RGB (Red+Green+Blue) = 208+65+168=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D041A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D041A8 is #2FBE57. Grayscale: #777777. Windows color (decimal): -3128920 or 11026896. OLE color: 11026896.
HSL color Cylindrical-coordinate representation of color #D041A8: hue angle of 316.78º degrees, saturation: 0.6, 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 #D041A8 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 168 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.18 |
| HSL | 316.78º | 0.6% | 0.54% | - |
| HSV(B) | 316.78º | 0.69% | 0.82% | - |
| XYZ | 34.97 | 20.02 | 39.07 | - |
| YUV | 119.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 168 | 0 | 0.69 | 0.19 | 0.18 | 316.78 | 0.6 | 0.54 |
| Hex | D0 | 41 | A8 | 0 | 45 | 13 | 12 | 13D | 3C | 36 |
| Octal | 320 | 101 | 250 | 0 | 105 | 23 | 22 | 475 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10101000 | 0 | 1000101 | 10011 | 10010 | 100111101 | 111100 | 110110 |
Color Harmonies of #D041A8
Complementary color
Monochromatic Colors of #D041A8
Black with #D041A8
Text Example
Text Example
White with #D041A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041A8; }
p { color: rgb(208,65,168); }
H1.HeaderClassName
{
color: #D041A8;
}
.AnyTagClassName
{
color: #D041A8;
}
</style>
background-color css
<style>
a { background-color: #D041A8; }
a { background-color: rgb(208,65,168); }
div.DivClassName
{
background-color: #D041A8;
}
.BgClassName
{
background-color: #D041A8;
}
</style>
border-color css
<style>
span { border-color: #D041A8; }
span { border-color: rgb(208,65,168); }
td.TdClassName
{
border-color: #D041A8;
}
.TagClassName
{
border-color: #D041A8;
}
</style>