Shades of Mulberry #D14395
Tints of Mulberry #D14395
RGB
CMYK
RGB Variations
Color information
#D14395 (or 0xD14395) is known color: Mulberry. HEX triplet: D1, 43 and 95. RGB value is (209,67,149). Sum of RGB (Red+Green+Blue) = 209+67+149=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D14395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14395 is #2EBC6A. Grayscale: #767676. Windows color (decimal): -3062891 or 9782225. OLE color: 9782225.
HSL color Cylindrical-coordinate representation of color #D14395: hue angle of 325.35º 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 #D14395 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 149 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.18 |
| HSL | 325.35º | 0.61% | 0.54% | - |
| HSV(B) | 325.35º | 0.68% | 0.82% | - |
| XYZ | 33.73 | 19.74 | 30.47 | - |
| YUV | 118.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 149 | 0 | 0.68 | 0.29 | 0.18 | 325.35 | 0.61 | 0.54 |
| Hex | D1 | 43 | 95 | 0 | 44 | 1D | 12 | 145 | 3D | 36 |
| Octal | 321 | 103 | 225 | 0 | 104 | 35 | 22 | 505 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10010101 | 0 | 1000100 | 11101 | 10010 | 101000101 | 111101 | 110110 |
Color Harmonies of #D14395
Complementary color
Monochromatic Colors of #D14395
Black with #D14395
Text Example
Text Example
White with #D14395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14395; }
p { color: rgb(209,67,149); }
H1.HeaderClassName
{
color: #D14395;
}
.AnyTagClassName
{
color: #D14395;
}
</style>
background-color css
<style>
a { background-color: #D14395; }
a { background-color: rgb(209,67,149); }
div.DivClassName
{
background-color: #D14395;
}
.BgClassName
{
background-color: #D14395;
}
</style>
border-color css
<style>
span { border-color: #D14395; }
span { border-color: rgb(209,67,149); }
td.TdClassName
{
border-color: #D14395;
}
.TagClassName
{
border-color: #D14395;
}
</style>