Shades of Mulberry #D348A1
Tints of Mulberry #D348A1
RGB
CMYK
RGB Variations
Color information
#D348A1 (or 0xD348A1) is known color: Mulberry. HEX triplet: D3, 48 and A1. RGB value is (211,72,161). Sum of RGB (Red+Green+Blue) = 211+72+161=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D348A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D348A1 is #2CB75E. Grayscale: #7B7B7B. Windows color (decimal): -2930527 or 10569939. OLE color: 10569939.
HSL color Cylindrical-coordinate representation of color #D348A1: hue angle of 321.58º 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 #D348A1 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 161 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.17 |
| HSL | 321.58º | 0.61% | 0.55% | - |
| HSV(B) | 321.58º | 0.66% | 0.83% | - |
| XYZ | 35.61 | 21.06 | 35.91 | - |
| YUV | 123.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 161 | 0 | 0.66 | 0.24 | 0.17 | 321.58 | 0.61 | 0.55 |
| Hex | D3 | 48 | A1 | 0 | 42 | 18 | 11 | 142 | 3D | 37 |
| Octal | 323 | 110 | 241 | 0 | 102 | 30 | 21 | 502 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10100001 | 0 | 1000010 | 11000 | 10001 | 101000010 | 111101 | 110111 |
Color Harmonies of #D348A1
Complementary color
Monochromatic Colors of #D348A1
Black with #D348A1
Text Example
Text Example
White with #D348A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348A1; }
p { color: rgb(211,72,161); }
H1.HeaderClassName
{
color: #D348A1;
}
.AnyTagClassName
{
color: #D348A1;
}
</style>
background-color css
<style>
a { background-color: #D348A1; }
a { background-color: rgb(211,72,161); }
div.DivClassName
{
background-color: #D348A1;
}
.BgClassName
{
background-color: #D348A1;
}
</style>
border-color css
<style>
span { border-color: #D348A1; }
span { border-color: rgb(211,72,161); }
td.TdClassName
{
border-color: #D348A1;
}
.TagClassName
{
border-color: #D348A1;
}
</style>