Shades of Mulberry #D144A6
Tints of Mulberry #D144A6
RGB
CMYK
RGB Variations
Color information
#D144A6 (or 0xD144A6) is known color: Mulberry. HEX triplet: D1, 44 and A6. RGB value is (209,68,166). Sum of RGB (Red+Green+Blue) = 209+68+166=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D144A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144A6 is #2EBB59. Grayscale: #797979. Windows color (decimal): -3062618 or 10896593. OLE color: 10896593.
HSL color Cylindrical-coordinate representation of color #D144A6: hue angle of 318.3º 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 #D144A6 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 166 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.18 |
| HSL | 318.3º | 0.61% | 0.54% | - |
| HSV(B) | 318.3º | 0.67% | 0.82% | - |
| XYZ | 35.24 | 20.44 | 38.16 | - |
| YUV | 121.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 166 | 0 | 0.67 | 0.21 | 0.18 | 318.3 | 0.61 | 0.54 |
| Hex | D1 | 44 | A6 | 0 | 43 | 15 | 12 | 13E | 3D | 36 |
| Octal | 321 | 104 | 246 | 0 | 103 | 25 | 22 | 476 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10100110 | 0 | 1000011 | 10101 | 10010 | 100111110 | 111101 | 110110 |
Color Harmonies of #D144A6
Complementary color
Monochromatic Colors of #D144A6
Black with #D144A6
Text Example
Text Example
White with #D144A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144A6; }
p { color: rgb(209,68,166); }
H1.HeaderClassName
{
color: #D144A6;
}
.AnyTagClassName
{
color: #D144A6;
}
</style>
background-color css
<style>
a { background-color: #D144A6; }
a { background-color: rgb(209,68,166); }
div.DivClassName
{
background-color: #D144A6;
}
.BgClassName
{
background-color: #D144A6;
}
</style>
border-color css
<style>
span { border-color: #D144A6; }
span { border-color: rgb(209,68,166); }
td.TdClassName
{
border-color: #D144A6;
}
.TagClassName
{
border-color: #D144A6;
}
</style>