Shades of Mulberry #D144A2
Tints of Mulberry #D144A2
RGB
CMYK
RGB Variations
Color information
#D144A2 (or 0xD144A2) is known color: Mulberry. HEX triplet: D1, 44 and A2. RGB value is (209,68,162). Sum of RGB (Red+Green+Blue) = 209+68+162=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D144A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144A2 is #2EBB5D. Grayscale: #787878. Windows color (decimal): -3062622 or 10634449. OLE color: 10634449.
HSL color Cylindrical-coordinate representation of color #D144A2: hue angle of 320º 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 #D144A2 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 162 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.18 |
| HSL | 320º | 0.61% | 0.54% | - |
| HSV(B) | 320º | 0.67% | 0.82% | - |
| XYZ | 34.88 | 20.3 | 36.26 | - |
| YUV | 120.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 162 | 0 | 0.67 | 0.22 | 0.18 | 320 | 0.61 | 0.54 |
| Hex | D1 | 44 | A2 | 0 | 43 | 16 | 12 | 140 | 3D | 36 |
| Octal | 321 | 104 | 242 | 0 | 103 | 26 | 22 | 500 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10100010 | 0 | 1000011 | 10110 | 10010 | 101000000 | 111101 | 110110 |
Color Harmonies of #D144A2
Complementary color
Monochromatic Colors of #D144A2
Black with #D144A2
Text Example
Text Example
White with #D144A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144A2; }
p { color: rgb(209,68,162); }
H1.HeaderClassName
{
color: #D144A2;
}
.AnyTagClassName
{
color: #D144A2;
}
</style>
background-color css
<style>
a { background-color: #D144A2; }
a { background-color: rgb(209,68,162); }
div.DivClassName
{
background-color: #D144A2;
}
.BgClassName
{
background-color: #D144A2;
}
</style>
border-color css
<style>
span { border-color: #D144A2; }
span { border-color: rgb(209,68,162); }
td.TdClassName
{
border-color: #D144A2;
}
.TagClassName
{
border-color: #D144A2;
}
</style>