Shades of Mulberry #D34FA9
Tints of Mulberry #D34FA9
RGB
CMYK
RGB Variations
Color information
#D34FA9 (or 0xD34FA9) is known color: Mulberry. HEX triplet: D3, 4F and A9. RGB value is (211,79,169). Sum of RGB (Red+Green+Blue) = 211+79+169=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FA9 is #2CB056. Grayscale: #808080. Windows color (decimal): -2928727 or 11096019. OLE color: 11096019.
HSL color Cylindrical-coordinate representation of color #D34FA9: hue angle of 319.09º 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 #D34FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 169 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.17 |
| HSL | 319.09º | 0.6% | 0.57% | - |
| HSV(B) | 319.09º | 0.63% | 0.83% | - |
| XYZ | 36.82 | 22.31 | 39.9 | - |
| YUV | 128.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 169 | 0 | 0.63 | 0.20 | 0.17 | 319.09 | 0.6 | 0.57 |
| Hex | D3 | 4F | A9 | 0 | 3F | 14 | 11 | 13F | 3C | 39 |
| Octal | 323 | 117 | 251 | 0 | 77 | 24 | 21 | 477 | 74 | 71 |
| Binary | 11010011 | 1001111 | 10101001 | 0 | 111111 | 10100 | 10001 | 100111111 | 111100 | 111001 |
Color Harmonies of #D34FA9
Complementary color
Monochromatic Colors of #D34FA9
Black with #D34FA9
Text Example
Text Example
White with #D34FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FA9; }
p { color: rgb(211,79,169); }
H1.HeaderClassName
{
color: #D34FA9;
}
.AnyTagClassName
{
color: #D34FA9;
}
</style>
background-color css
<style>
a { background-color: #D34FA9; }
a { background-color: rgb(211,79,169); }
div.DivClassName
{
background-color: #D34FA9;
}
.BgClassName
{
background-color: #D34FA9;
}
</style>
border-color css
<style>
span { border-color: #D34FA9; }
span { border-color: rgb(211,79,169); }
td.TdClassName
{
border-color: #D34FA9;
}
.TagClassName
{
border-color: #D34FA9;
}
</style>