Shades of Mulberry #D145A1
Tints of Mulberry #D145A1
RGB
CMYK
RGB Variations
Color information
#D145A1 (or 0xD145A1) is known color: Mulberry. HEX triplet: D1, 45 and A1. RGB value is (209,69,161). Sum of RGB (Red+Green+Blue) = 209+69+161=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D145A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145A1 is #2EBA5E. Grayscale: #797979. Windows color (decimal): -3062367 or 10569169. OLE color: 10569169.
HSL color Cylindrical-coordinate representation of color #D145A1: hue angle of 320.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145A1 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 161 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.18 |
| HSL | 320.57º | 0.6% | 0.55% | - |
| HSV(B) | 320.57º | 0.67% | 0.82% | - |
| XYZ | 34.86 | 20.38 | 35.82 | - |
| YUV | 121.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 161 | 0 | 0.67 | 0.23 | 0.18 | 320.57 | 0.6 | 0.55 |
| Hex | D1 | 45 | A1 | 0 | 43 | 17 | 12 | 141 | 3C | 37 |
| Octal | 321 | 105 | 241 | 0 | 103 | 27 | 22 | 501 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10100001 | 0 | 1000011 | 10111 | 10010 | 101000001 | 111100 | 110111 |
Color Harmonies of #D145A1
Complementary color
Monochromatic Colors of #D145A1
Black with #D145A1
Text Example
Text Example
White with #D145A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145A1; }
p { color: rgb(209,69,161); }
H1.HeaderClassName
{
color: #D145A1;
}
.AnyTagClassName
{
color: #D145A1;
}
</style>
background-color css
<style>
a { background-color: #D145A1; }
a { background-color: rgb(209,69,161); }
div.DivClassName
{
background-color: #D145A1;
}
.BgClassName
{
background-color: #D145A1;
}
</style>
border-color css
<style>
span { border-color: #D145A1; }
span { border-color: rgb(209,69,161); }
td.TdClassName
{
border-color: #D145A1;
}
.TagClassName
{
border-color: #D145A1;
}
</style>