Shades of Mulberry #D14690
Tints of Mulberry #D14690
RGB
CMYK
RGB Variations
Color information
#D14690 (or 0xD14690) is known color: Mulberry. HEX triplet: D1, 46 and 90. RGB value is (209,70,144). Sum of RGB (Red+Green+Blue) = 209+70+144=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14690 is #2EB96F. Grayscale: #777777. Windows color (decimal): -3062128 or 9455313. OLE color: 9455313.
HSL color Cylindrical-coordinate representation of color #D14690: hue angle of 328.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14690 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 144 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.18 |
| HSL | 328.06º | 0.6% | 0.55% | - |
| HSV(B) | 328.06º | 0.67% | 0.82% | - |
| XYZ | 33.52 | 19.95 | 28.47 | - |
| YUV | 120 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 144 | 0 | 0.67 | 0.31 | 0.18 | 328.06 | 0.6 | 0.55 |
| Hex | D1 | 46 | 90 | 0 | 43 | 1F | 12 | 148 | 3C | 37 |
| Octal | 321 | 106 | 220 | 0 | 103 | 37 | 22 | 510 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10010000 | 0 | 1000011 | 11111 | 10010 | 101001000 | 111100 | 110111 |
Color Harmonies of #D14690
Complementary color
Monochromatic Colors of #D14690
Black with #D14690
Text Example
Text Example
White with #D14690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14690; }
p { color: rgb(209,70,144); }
H1.HeaderClassName
{
color: #D14690;
}
.AnyTagClassName
{
color: #D14690;
}
</style>
background-color css
<style>
a { background-color: #D14690; }
a { background-color: rgb(209,70,144); }
div.DivClassName
{
background-color: #D14690;
}
.BgClassName
{
background-color: #D14690;
}
</style>
border-color css
<style>
span { border-color: #D14690; }
span { border-color: rgb(209,70,144); }
td.TdClassName
{
border-color: #D14690;
}
.TagClassName
{
border-color: #D14690;
}
</style>