Shades of Mulberry #D043A8
Tints of Mulberry #D043A8
RGB
CMYK
RGB Variations
Color information
#D043A8 (or 0xD043A8) is known color: Mulberry. HEX triplet: D0, 43 and A8. RGB value is (208,67,168). Sum of RGB (Red+Green+Blue) = 208+67+168=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D043A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D043A8 is #2FBC57. Grayscale: #787878. Windows color (decimal): -3128408 or 11027408. OLE color: 11027408.
HSL color Cylindrical-coordinate representation of color #D043A8: hue angle of 317.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D043A8 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 168 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.18 |
| HSL | 317.02º | 0.6% | 0.54% | - |
| HSV(B) | 317.02º | 0.68% | 0.82% | - |
| XYZ | 35.09 | 20.25 | 39.11 | - |
| YUV | 120.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 168 | 0 | 0.68 | 0.19 | 0.18 | 317.02 | 0.6 | 0.54 |
| Hex | D0 | 43 | A8 | 0 | 44 | 13 | 12 | 13D | 3C | 36 |
| Octal | 320 | 103 | 250 | 0 | 104 | 23 | 22 | 475 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10101000 | 0 | 1000100 | 10011 | 10010 | 100111101 | 111100 | 110110 |
Color Harmonies of #D043A8
Complementary color
Monochromatic Colors of #D043A8
Black with #D043A8
Text Example
Text Example
White with #D043A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043A8; }
p { color: rgb(208,67,168); }
H1.HeaderClassName
{
color: #D043A8;
}
.AnyTagClassName
{
color: #D043A8;
}
</style>
background-color css
<style>
a { background-color: #D043A8; }
a { background-color: rgb(208,67,168); }
div.DivClassName
{
background-color: #D043A8;
}
.BgClassName
{
background-color: #D043A8;
}
</style>
border-color css
<style>
span { border-color: #D043A8; }
span { border-color: rgb(208,67,168); }
td.TdClassName
{
border-color: #D043A8;
}
.TagClassName
{
border-color: #D043A8;
}
</style>