Shades of Mulberry #D14380
Tints of Mulberry #D14380
RGB
CMYK
RGB Variations
Color information
#D14380 (or 0xD14380) is known color: Mulberry. HEX triplet: D1, 43 and 80. RGB value is (209,67,128). Sum of RGB (Red+Green+Blue) = 209+67+128=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D14380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14380 is #2EBC7F. Grayscale: #747474. Windows color (decimal): -3062912 or 8405969. OLE color: 8405969.
HSL color Cylindrical-coordinate representation of color #D14380: hue angle of 334.23º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14380 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 128 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.18 |
| HSL | 334.23º | 0.61% | 0.54% | - |
| HSV(B) | 334.23º | 0.68% | 0.82% | - |
| XYZ | 32.2 | 19.13 | 22.42 | - |
| YUV | 116.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 128 | 0 | 0.68 | 0.39 | 0.18 | 334.23 | 0.61 | 0.54 |
| Hex | D1 | 43 | 80 | 0 | 44 | 27 | 12 | 14E | 3D | 36 |
| Octal | 321 | 103 | 200 | 0 | 104 | 47 | 22 | 516 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10000000 | 0 | 1000100 | 100111 | 10010 | 101001110 | 111101 | 110110 |
Color Harmonies of #D14380
Complementary color
Monochromatic Colors of #D14380
Black with #D14380
Text Example
Text Example
White with #D14380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14380; }
p { color: rgb(209,67,128); }
H1.HeaderClassName
{
color: #D14380;
}
.AnyTagClassName
{
color: #D14380;
}
</style>
background-color css
<style>
a { background-color: #D14380; }
a { background-color: rgb(209,67,128); }
div.DivClassName
{
background-color: #D14380;
}
.BgClassName
{
background-color: #D14380;
}
</style>
border-color css
<style>
span { border-color: #D14380; }
span { border-color: rgb(209,67,128); }
td.TdClassName
{
border-color: #D14380;
}
.TagClassName
{
border-color: #D14380;
}
</style>