Shades of Mulberry #D34E9A
Tints of Mulberry #D34E9A
RGB
CMYK
RGB Variations
Color information
#D34E9A (or 0xD34E9A) is known color: Mulberry. HEX triplet: D3, 4E and 9A. RGB value is (211,78,154). Sum of RGB (Red+Green+Blue) = 211+78+154=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34E9A is #2CB165. Grayscale: #7E7E7E. Windows color (decimal): -2928998 or 10112723. OLE color: 10112723.
HSL color Cylindrical-coordinate representation of color #D34E9A: hue angle of 325.71º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34E9A is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 154 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.17 |
| HSL | 325.71º | 0.6% | 0.57% | - |
| HSV(B) | 325.71º | 0.63% | 0.83% | - |
| XYZ | 35.42 | 21.63 | 32.88 | - |
| YUV | 126.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 154 | 0 | 0.63 | 0.27 | 0.17 | 325.71 | 0.6 | 0.57 |
| Hex | D3 | 4E | 9A | 0 | 3F | 1B | 11 | 146 | 3C | 39 |
| Octal | 323 | 116 | 232 | 0 | 77 | 33 | 21 | 506 | 74 | 71 |
| Binary | 11010011 | 1001110 | 10011010 | 0 | 111111 | 11011 | 10001 | 101000110 | 111100 | 111001 |
Color Harmonies of #D34E9A
Complementary color
Monochromatic Colors of #D34E9A
Black with #D34E9A
Text Example
Text Example
White with #D34E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34E9A; }
p { color: rgb(211,78,154); }
H1.HeaderClassName
{
color: #D34E9A;
}
.AnyTagClassName
{
color: #D34E9A;
}
</style>
background-color css
<style>
a { background-color: #D34E9A; }
a { background-color: rgb(211,78,154); }
div.DivClassName
{
background-color: #D34E9A;
}
.BgClassName
{
background-color: #D34E9A;
}
</style>
border-color css
<style>
span { border-color: #D34E9A; }
span { border-color: rgb(211,78,154); }
td.TdClassName
{
border-color: #D34E9A;
}
.TagClassName
{
border-color: #D34E9A;
}
</style>