Shades of Mulberry #D14099
Tints of Mulberry #D14099
RGB
CMYK
RGB Variations
Color information
#D14099 (or 0xD14099) is known color: Mulberry. HEX triplet: D1, 40 and 99. RGB value is (209,64,153). Sum of RGB (Red+Green+Blue) = 209+64+153=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D14099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14099 is #2EBF66. Grayscale: #757575. Windows color (decimal): -3063655 or 10043601. OLE color: 10043601.
HSL color Cylindrical-coordinate representation of color #D14099: hue angle of 323.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14099 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 153 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.18 |
| HSL | 323.17º | 0.61% | 0.54% | - |
| HSV(B) | 323.17º | 0.69% | 0.82% | - |
| XYZ | 33.88 | 19.52 | 32.12 | - |
| YUV | 117.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 153 | 0 | 0.69 | 0.27 | 0.18 | 323.17 | 0.61 | 0.54 |
| Hex | D1 | 40 | 99 | 0 | 45 | 1B | 12 | 143 | 3D | 36 |
| Octal | 321 | 100 | 231 | 0 | 105 | 33 | 22 | 503 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10011001 | 0 | 1000101 | 11011 | 10010 | 101000011 | 111101 | 110110 |
Color Harmonies of #D14099
Complementary color
Monochromatic Colors of #D14099
Black with #D14099
Text Example
Text Example
White with #D14099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14099; }
p { color: rgb(209,64,153); }
H1.HeaderClassName
{
color: #D14099;
}
.AnyTagClassName
{
color: #D14099;
}
</style>
background-color css
<style>
a { background-color: #D14099; }
a { background-color: rgb(209,64,153); }
div.DivClassName
{
background-color: #D14099;
}
.BgClassName
{
background-color: #D14099;
}
</style>
border-color css
<style>
span { border-color: #D14099; }
span { border-color: rgb(209,64,153); }
td.TdClassName
{
border-color: #D14099;
}
.TagClassName
{
border-color: #D14099;
}
</style>