Shades of Mulberry #D14C8A
Tints of Mulberry #D14C8A
RGB
CMYK
RGB Variations
Color information
#D14C8A (or 0xD14C8A) is known color: Mulberry. HEX triplet: D1, 4C and 8A. RGB value is (209,76,138). Sum of RGB (Red+Green+Blue) = 209+76+138=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C8A is #2EB375. Grayscale: #7A7A7A. Windows color (decimal): -3060598 or 9063633. OLE color: 9063633.
HSL color Cylindrical-coordinate representation of color #D14C8A: hue angle of 332.03º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C8A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 138 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.18 |
| HSL | 332.03º | 0.59% | 0.56% | - |
| HSV(B) | 332.03º | 0.64% | 0.82% | - |
| XYZ | 33.47 | 20.56 | 26.25 | - |
| YUV | 122.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 138 | 0 | 0.64 | 0.34 | 0.18 | 332.03 | 0.59 | 0.56 |
| Hex | D1 | 4C | 8A | 0 | 40 | 22 | 12 | 14C | 3B | 38 |
| Octal | 321 | 114 | 212 | 0 | 100 | 42 | 22 | 514 | 73 | 70 |
| Binary | 11010001 | 1001100 | 10001010 | 0 | 1000000 | 100010 | 10010 | 101001100 | 111011 | 111000 |
Color Harmonies of #D14C8A
Complementary color
Monochromatic Colors of #D14C8A
Black with #D14C8A
Text Example
Text Example
White with #D14C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C8A; }
p { color: rgb(209,76,138); }
H1.HeaderClassName
{
color: #D14C8A;
}
.AnyTagClassName
{
color: #D14C8A;
}
</style>
background-color css
<style>
a { background-color: #D14C8A; }
a { background-color: rgb(209,76,138); }
div.DivClassName
{
background-color: #D14C8A;
}
.BgClassName
{
background-color: #D14C8A;
}
</style>
border-color css
<style>
span { border-color: #D14C8A; }
span { border-color: rgb(209,76,138); }
td.TdClassName
{
border-color: #D14C8A;
}
.TagClassName
{
border-color: #D14C8A;
}
</style>