Shades of Mulberry #D045A3
Tints of Mulberry #D045A3
RGB
CMYK
RGB Variations
Color information
#D045A3 (or 0xD045A3) is known color: Mulberry. HEX triplet: D0, 45 and A3. RGB value is (208,69,163). Sum of RGB (Red+Green+Blue) = 208+69+163=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D045A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045A3 is #2FBA5C. Grayscale: #797979. Windows color (decimal): -3127901 or 10700240. OLE color: 10700240.
HSL color Cylindrical-coordinate representation of color #D045A3: hue angle of 319.42º 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 #D045A3 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 163 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.18 |
| HSL | 319.42º | 0.6% | 0.54% | - |
| HSV(B) | 319.42º | 0.67% | 0.82% | - |
| XYZ | 34.75 | 20.31 | 36.74 | - |
| YUV | 121.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 163 | 0 | 0.67 | 0.22 | 0.18 | 319.42 | 0.6 | 0.54 |
| Hex | D0 | 45 | A3 | 0 | 43 | 16 | 12 | 13F | 3C | 36 |
| Octal | 320 | 105 | 243 | 0 | 103 | 26 | 22 | 477 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10100011 | 0 | 1000011 | 10110 | 10010 | 100111111 | 111100 | 110110 |
Color Harmonies of #D045A3
Complementary color
Monochromatic Colors of #D045A3
Black with #D045A3
Text Example
Text Example
White with #D045A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045A3; }
p { color: rgb(208,69,163); }
H1.HeaderClassName
{
color: #D045A3;
}
.AnyTagClassName
{
color: #D045A3;
}
</style>
background-color css
<style>
a { background-color: #D045A3; }
a { background-color: rgb(208,69,163); }
div.DivClassName
{
background-color: #D045A3;
}
.BgClassName
{
background-color: #D045A3;
}
</style>
border-color css
<style>
span { border-color: #D045A3; }
span { border-color: rgb(208,69,163); }
td.TdClassName
{
border-color: #D045A3;
}
.TagClassName
{
border-color: #D045A3;
}
</style>