Shades of Mulberry #D14A8C
Tints of Mulberry #D14A8C
RGB
CMYK
RGB Variations
Color information
#D14A8C (or 0xD14A8C) is known color: Mulberry. HEX triplet: D1, 4A and 8C. RGB value is (209,74,140). Sum of RGB (Red+Green+Blue) = 209+74+140=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14A8C is #2EB573. Grayscale: #797979. Windows color (decimal): -3061108 or 9194193. OLE color: 9194193.
HSL color Cylindrical-coordinate representation of color #D14A8C: hue angle of 330.67º 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 #D14A8C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 140 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.18 |
| HSL | 330.67º | 0.59% | 0.55% | - |
| HSV(B) | 330.67º | 0.65% | 0.82% | - |
| XYZ | 33.48 | 20.35 | 26.97 | - |
| YUV | 121.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 140 | 0 | 0.65 | 0.33 | 0.18 | 330.67 | 0.59 | 0.55 |
| Hex | D1 | 4A | 8C | 0 | 41 | 21 | 12 | 14B | 3B | 37 |
| Octal | 321 | 112 | 214 | 0 | 101 | 41 | 22 | 513 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10001100 | 0 | 1000001 | 100001 | 10010 | 101001011 | 111011 | 110111 |
Color Harmonies of #D14A8C
Complementary color
Monochromatic Colors of #D14A8C
Black with #D14A8C
Text Example
Text Example
White with #D14A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A8C; }
p { color: rgb(209,74,140); }
H1.HeaderClassName
{
color: #D14A8C;
}
.AnyTagClassName
{
color: #D14A8C;
}
</style>
background-color css
<style>
a { background-color: #D14A8C; }
a { background-color: rgb(209,74,140); }
div.DivClassName
{
background-color: #D14A8C;
}
.BgClassName
{
background-color: #D14A8C;
}
</style>
border-color css
<style>
span { border-color: #D14A8C; }
span { border-color: rgb(209,74,140); }
td.TdClassName
{
border-color: #D14A8C;
}
.TagClassName
{
border-color: #D14A8C;
}
</style>