Shades of Mulberry #D045A6
Tints of Mulberry #D045A6
RGB
CMYK
RGB Variations
Color information
#D045A6 (or 0xD045A6) is known color: Mulberry. HEX triplet: D0, 45 and A6. RGB value is (208,69,166). Sum of RGB (Red+Green+Blue) = 208+69+166=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D045A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045A6 is #2FBA59. Grayscale: #797979. Windows color (decimal): -3127898 or 10896848. OLE color: 10896848.
HSL color Cylindrical-coordinate representation of color #D045A6: hue angle of 318.13º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045A6 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 166 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.18 |
| HSL | 318.13º | 0.6% | 0.54% | - |
| HSV(B) | 318.13º | 0.67% | 0.82% | - |
| XYZ | 35.02 | 20.42 | 38.17 | - |
| YUV | 121.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 166 | 0 | 0.67 | 0.20 | 0.18 | 318.13 | 0.6 | 0.54 |
| Hex | D0 | 45 | A6 | 0 | 43 | 14 | 12 | 13E | 3C | 36 |
| Octal | 320 | 105 | 246 | 0 | 103 | 24 | 22 | 476 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10100110 | 0 | 1000011 | 10100 | 10010 | 100111110 | 111100 | 110110 |
Color Harmonies of #D045A6
Complementary color
Monochromatic Colors of #D045A6
Black with #D045A6
Text Example
Text Example
White with #D045A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045A6; }
p { color: rgb(208,69,166); }
H1.HeaderClassName
{
color: #D045A6;
}
.AnyTagClassName
{
color: #D045A6;
}
</style>
background-color css
<style>
a { background-color: #D045A6; }
a { background-color: rgb(208,69,166); }
div.DivClassName
{
background-color: #D045A6;
}
.BgClassName
{
background-color: #D045A6;
}
</style>
border-color css
<style>
span { border-color: #D045A6; }
span { border-color: rgb(208,69,166); }
td.TdClassName
{
border-color: #D045A6;
}
.TagClassName
{
border-color: #D045A6;
}
</style>