Shades of Mulberry #D145A0
Tints of Mulberry #D145A0
RGB
CMYK
RGB Variations
Color information
#D145A0 (or 0xD145A0) is known color: Mulberry. HEX triplet: D1, 45 and A0. RGB value is (209,69,160). Sum of RGB (Red+Green+Blue) = 209+69+160=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D145A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145A0 is #2EBA5F. Grayscale: #797979. Windows color (decimal): -3062368 or 10503633. OLE color: 10503633.
HSL color Cylindrical-coordinate representation of color #D145A0: hue angle of 321º 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 #D145A0 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 160 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.18 |
| HSL | 321º | 0.6% | 0.55% | - |
| HSV(B) | 321º | 0.67% | 0.82% | - |
| XYZ | 34.77 | 20.35 | 35.35 | - |
| YUV | 121.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 160 | 0 | 0.67 | 0.23 | 0.18 | 321 | 0.6 | 0.55 |
| Hex | D1 | 45 | A0 | 0 | 43 | 17 | 12 | 141 | 3C | 37 |
| Octal | 321 | 105 | 240 | 0 | 103 | 27 | 22 | 501 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10100000 | 0 | 1000011 | 10111 | 10010 | 101000001 | 111100 | 110111 |
Color Harmonies of #D145A0
Complementary color
Monochromatic Colors of #D145A0
Black with #D145A0
Text Example
Text Example
White with #D145A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145A0; }
p { color: rgb(209,69,160); }
H1.HeaderClassName
{
color: #D145A0;
}
.AnyTagClassName
{
color: #D145A0;
}
</style>
background-color css
<style>
a { background-color: #D145A0; }
a { background-color: rgb(209,69,160); }
div.DivClassName
{
background-color: #D145A0;
}
.BgClassName
{
background-color: #D145A0;
}
</style>
border-color css
<style>
span { border-color: #D145A0; }
span { border-color: rgb(209,69,160); }
td.TdClassName
{
border-color: #D145A0;
}
.TagClassName
{
border-color: #D145A0;
}
</style>