Shades of Mulberry #D14A93
Tints of Mulberry #D14A93
RGB
CMYK
RGB Variations
Color information
#D14A93 (or 0xD14A93) is known color: Mulberry. HEX triplet: D1, 4A and 93. RGB value is (209,74,147). Sum of RGB (Red+Green+Blue) = 209+74+147=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14A93 is #2EB56C. Grayscale: #7A7A7A. Windows color (decimal): -3061101 or 9652945. OLE color: 9652945.
HSL color Cylindrical-coordinate representation of color #D14A93: hue angle of 327.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14A93 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 147 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.18 |
| HSL | 327.56º | 0.59% | 0.55% | - |
| HSV(B) | 327.56º | 0.65% | 0.82% | - |
| XYZ | 34.01 | 20.56 | 29.78 | - |
| YUV | 122.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 147 | 0 | 0.65 | 0.30 | 0.18 | 327.56 | 0.59 | 0.55 |
| Hex | D1 | 4A | 93 | 0 | 41 | 1E | 12 | 148 | 3B | 37 |
| Octal | 321 | 112 | 223 | 0 | 101 | 36 | 22 | 510 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10010011 | 0 | 1000001 | 11110 | 10010 | 101001000 | 111011 | 110111 |
Color Harmonies of #D14A93
Complementary color
Monochromatic Colors of #D14A93
Black with #D14A93
Text Example
Text Example
White with #D14A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A93; }
p { color: rgb(209,74,147); }
H1.HeaderClassName
{
color: #D14A93;
}
.AnyTagClassName
{
color: #D14A93;
}
</style>
background-color css
<style>
a { background-color: #D14A93; }
a { background-color: rgb(209,74,147); }
div.DivClassName
{
background-color: #D14A93;
}
.BgClassName
{
background-color: #D14A93;
}
</style>
border-color css
<style>
span { border-color: #D14A93; }
span { border-color: rgb(209,74,147); }
td.TdClassName
{
border-color: #D14A93;
}
.TagClassName
{
border-color: #D14A93;
}
</style>