Shades of Mulberry #D14591
Tints of Mulberry #D14591
RGB
CMYK
RGB Variations
Color information
#D14591 (or 0xD14591) is known color: Mulberry. HEX triplet: D1, 45 and 91. RGB value is (209,69,145). Sum of RGB (Red+Green+Blue) = 209+69+145=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14591 is #2EBA6E. Grayscale: #777777. Windows color (decimal): -3062383 or 9520593. OLE color: 9520593.
HSL color Cylindrical-coordinate representation of color #D14591: hue angle of 327.43º 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 #D14591 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 145 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.18 |
| HSL | 327.43º | 0.6% | 0.55% | - |
| HSV(B) | 327.43º | 0.67% | 0.82% | - |
| XYZ | 33.53 | 19.86 | 28.85 | - |
| YUV | 119.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 145 | 0 | 0.67 | 0.31 | 0.18 | 327.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 91 | 0 | 43 | 1F | 12 | 147 | 3C | 37 |
| Octal | 321 | 105 | 221 | 0 | 103 | 37 | 22 | 507 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10010001 | 0 | 1000011 | 11111 | 10010 | 101000111 | 111100 | 110111 |
Color Harmonies of #D14591
Complementary color
Monochromatic Colors of #D14591
Black with #D14591
Text Example
Text Example
White with #D14591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14591; }
p { color: rgb(209,69,145); }
H1.HeaderClassName
{
color: #D14591;
}
.AnyTagClassName
{
color: #D14591;
}
</style>
background-color css
<style>
a { background-color: #D14591; }
a { background-color: rgb(209,69,145); }
div.DivClassName
{
background-color: #D14591;
}
.BgClassName
{
background-color: #D14591;
}
</style>
border-color css
<style>
span { border-color: #D14591; }
span { border-color: rgb(209,69,145); }
td.TdClassName
{
border-color: #D14591;
}
.TagClassName
{
border-color: #D14591;
}
</style>