Shades of Mulberry #D144A0
Tints of Mulberry #D144A0
RGB
CMYK
RGB Variations
Color information
#D144A0 (or 0xD144A0) is known color: Mulberry. HEX triplet: D1, 44 and A0. RGB value is (209,68,160). Sum of RGB (Red+Green+Blue) = 209+68+160=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D144A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144A0 is #2EBB5F. Grayscale: #787878. Windows color (decimal): -3062624 or 10503377. OLE color: 10503377.
HSL color Cylindrical-coordinate representation of color #D144A0: hue angle of 320.85º degrees, saturation: 0.61, 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 #D144A0 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 160 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.18 |
| HSL | 320.85º | 0.61% | 0.54% | - |
| HSV(B) | 320.85º | 0.67% | 0.82% | - |
| XYZ | 34.71 | 20.23 | 35.33 | - |
| YUV | 120.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 160 | 0 | 0.67 | 0.23 | 0.18 | 320.85 | 0.61 | 0.54 |
| Hex | D1 | 44 | A0 | 0 | 43 | 17 | 12 | 141 | 3D | 36 |
| Octal | 321 | 104 | 240 | 0 | 103 | 27 | 22 | 501 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10100000 | 0 | 1000011 | 10111 | 10010 | 101000001 | 111101 | 110110 |
Color Harmonies of #D144A0
Complementary color
Monochromatic Colors of #D144A0
Black with #D144A0
Text Example
Text Example
White with #D144A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144A0; }
p { color: rgb(209,68,160); }
H1.HeaderClassName
{
color: #D144A0;
}
.AnyTagClassName
{
color: #D144A0;
}
</style>
background-color css
<style>
a { background-color: #D144A0; }
a { background-color: rgb(209,68,160); }
div.DivClassName
{
background-color: #D144A0;
}
.BgClassName
{
background-color: #D144A0;
}
</style>
border-color css
<style>
span { border-color: #D144A0; }
span { border-color: rgb(209,68,160); }
td.TdClassName
{
border-color: #D144A0;
}
.TagClassName
{
border-color: #D144A0;
}
</style>