Shades of Mulberry #D348A9
Tints of Mulberry #D348A9
RGB
CMYK
RGB Variations
Color information
#D348A9 (or 0xD348A9) is known color: Mulberry. HEX triplet: D3, 48 and A9. RGB value is (211,72,169). Sum of RGB (Red+Green+Blue) = 211+72+169=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D348A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D348A9 is #2CB756. Grayscale: #7C7C7C. Windows color (decimal): -2930519 or 11094227. OLE color: 11094227.
HSL color Cylindrical-coordinate representation of color #D348A9: hue angle of 318.13º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D348A9 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 169 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.17 |
| HSL | 318.13º | 0.61% | 0.55% | - |
| HSV(B) | 318.13º | 0.66% | 0.83% | - |
| XYZ | 36.34 | 21.35 | 39.74 | - |
| YUV | 124.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 169 | 0 | 0.66 | 0.20 | 0.17 | 318.13 | 0.61 | 0.55 |
| Hex | D3 | 48 | A9 | 0 | 42 | 14 | 11 | 13E | 3D | 37 |
| Octal | 323 | 110 | 251 | 0 | 102 | 24 | 21 | 476 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10101001 | 0 | 1000010 | 10100 | 10001 | 100111110 | 111101 | 110111 |
Color Harmonies of #D348A9
Complementary color
Monochromatic Colors of #D348A9
Black with #D348A9
Text Example
Text Example
White with #D348A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348A9; }
p { color: rgb(211,72,169); }
H1.HeaderClassName
{
color: #D348A9;
}
.AnyTagClassName
{
color: #D348A9;
}
</style>
background-color css
<style>
a { background-color: #D348A9; }
a { background-color: rgb(211,72,169); }
div.DivClassName
{
background-color: #D348A9;
}
.BgClassName
{
background-color: #D348A9;
}
</style>
border-color css
<style>
span { border-color: #D348A9; }
span { border-color: rgb(211,72,169); }
td.TdClassName
{
border-color: #D348A9;
}
.TagClassName
{
border-color: #D348A9;
}
</style>