Shades of Mulberry #D14AA2
Tints of Mulberry #D14AA2
RGB
CMYK
RGB Variations
Color information
#D14AA2 (or 0xD14AA2) is known color: Mulberry. HEX triplet: D1, 4A and A2. RGB value is (209,74,162). Sum of RGB (Red+Green+Blue) = 209+74+162=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AA2 is #2EB55D. Grayscale: #7C7C7C. Windows color (decimal): -3061086 or 10635985. OLE color: 10635985.
HSL color Cylindrical-coordinate representation of color #D14AA2: hue angle of 320.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14AA2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 162 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.18 |
| HSL | 320.89º | 0.59% | 0.55% | - |
| HSV(B) | 320.89º | 0.65% | 0.82% | - |
| XYZ | 35.26 | 21.06 | 36.39 | - |
| YUV | 124.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 162 | 0 | 0.65 | 0.22 | 0.18 | 320.89 | 0.59 | 0.55 |
| Hex | D1 | 4A | A2 | 0 | 41 | 16 | 12 | 141 | 3B | 37 |
| Octal | 321 | 112 | 242 | 0 | 101 | 26 | 22 | 501 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10100010 | 0 | 1000001 | 10110 | 10010 | 101000001 | 111011 | 110111 |
Color Harmonies of #D14AA2
Complementary color
Monochromatic Colors of #D14AA2
Black with #D14AA2
Text Example
Text Example
White with #D14AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AA2; }
p { color: rgb(209,74,162); }
H1.HeaderClassName
{
color: #D14AA2;
}
.AnyTagClassName
{
color: #D14AA2;
}
</style>
background-color css
<style>
a { background-color: #D14AA2; }
a { background-color: rgb(209,74,162); }
div.DivClassName
{
background-color: #D14AA2;
}
.BgClassName
{
background-color: #D14AA2;
}
</style>
border-color css
<style>
span { border-color: #D14AA2; }
span { border-color: rgb(209,74,162); }
td.TdClassName
{
border-color: #D14AA2;
}
.TagClassName
{
border-color: #D14AA2;
}
</style>