Shades of Mulberry #D14499
Tints of Mulberry #D14499
RGB
CMYK
RGB Variations
Color information
#D14499 (or 0xD14499) is known color: Mulberry. HEX triplet: D1, 44 and 99. RGB value is (209,68,153). Sum of RGB (Red+Green+Blue) = 209+68+153=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D14499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14499 is #2EBB66. Grayscale: #777777. Windows color (decimal): -3062631 or 10044625. OLE color: 10044625.
HSL color Cylindrical-coordinate representation of color #D14499: hue angle of 323.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14499 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 153 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.18 |
| HSL | 323.83º | 0.61% | 0.54% | - |
| HSV(B) | 323.83º | 0.67% | 0.82% | - |
| XYZ | 34.11 | 19.99 | 32.2 | - |
| YUV | 119.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 153 | 0 | 0.67 | 0.27 | 0.18 | 323.83 | 0.61 | 0.54 |
| Hex | D1 | 44 | 99 | 0 | 43 | 1B | 12 | 144 | 3D | 36 |
| Octal | 321 | 104 | 231 | 0 | 103 | 33 | 22 | 504 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10011001 | 0 | 1000011 | 11011 | 10010 | 101000100 | 111101 | 110110 |
Color Harmonies of #D14499
Complementary color
Monochromatic Colors of #D14499
Black with #D14499
Text Example
Text Example
White with #D14499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14499; }
p { color: rgb(209,68,153); }
H1.HeaderClassName
{
color: #D14499;
}
.AnyTagClassName
{
color: #D14499;
}
</style>
background-color css
<style>
a { background-color: #D14499; }
a { background-color: rgb(209,68,153); }
div.DivClassName
{
background-color: #D14499;
}
.BgClassName
{
background-color: #D14499;
}
</style>
border-color css
<style>
span { border-color: #D14499; }
span { border-color: rgb(209,68,153); }
td.TdClassName
{
border-color: #D14499;
}
.TagClassName
{
border-color: #D14499;
}
</style>