Shades of Mulberry #D348A0
Tints of Mulberry #D348A0
RGB
CMYK
RGB Variations
Color information
#D348A0 (or 0xD348A0) is known color: Mulberry. HEX triplet: D3, 48 and A0. RGB value is (211,72,160). Sum of RGB (Red+Green+Blue) = 211+72+160=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D348A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D348A0 is #2CB75F. Grayscale: #7B7B7B. Windows color (decimal): -2930528 or 10504403. OLE color: 10504403.
HSL color Cylindrical-coordinate representation of color #D348A0: hue angle of 322.01º 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 #D348A0 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 160 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.17 |
| HSL | 322.01º | 0.61% | 0.55% | - |
| HSV(B) | 322.01º | 0.66% | 0.83% | - |
| XYZ | 35.53 | 21.02 | 35.44 | - |
| YUV | 123.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 160 | 0 | 0.66 | 0.24 | 0.17 | 322.01 | 0.61 | 0.55 |
| Hex | D3 | 48 | A0 | 0 | 42 | 18 | 11 | 142 | 3D | 37 |
| Octal | 323 | 110 | 240 | 0 | 102 | 30 | 21 | 502 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10100000 | 0 | 1000010 | 11000 | 10001 | 101000010 | 111101 | 110111 |
Color Harmonies of #D348A0
Complementary color
Monochromatic Colors of #D348A0
Black with #D348A0
Text Example
Text Example
White with #D348A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348A0; }
p { color: rgb(211,72,160); }
H1.HeaderClassName
{
color: #D348A0;
}
.AnyTagClassName
{
color: #D348A0;
}
</style>
background-color css
<style>
a { background-color: #D348A0; }
a { background-color: rgb(211,72,160); }
div.DivClassName
{
background-color: #D348A0;
}
.BgClassName
{
background-color: #D348A0;
}
</style>
border-color css
<style>
span { border-color: #D348A0; }
span { border-color: rgb(211,72,160); }
td.TdClassName
{
border-color: #D348A0;
}
.TagClassName
{
border-color: #D348A0;
}
</style>