Shades of Mulberry #D347AA
Tints of Mulberry #D347AA
RGB
CMYK
RGB Variations
Color information
#D347AA (or 0xD347AA) is known color: Mulberry. HEX triplet: D3, 47 and AA. RGB value is (211,71,170). Sum of RGB (Red+Green+Blue) = 211+71+170=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D347AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D347AA is #2CB855. Grayscale: #7B7B7B. Windows color (decimal): -2930774 or 11159507. OLE color: 11159507.
HSL color Cylindrical-coordinate representation of color #D347AA: hue angle of 317.57º 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 #D347AA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 170 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.17 |
| HSL | 317.57º | 0.61% | 0.55% | - |
| HSV(B) | 317.57º | 0.66% | 0.83% | - |
| XYZ | 36.37 | 21.26 | 40.22 | - |
| YUV | 124.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 170 | 0 | 0.66 | 0.19 | 0.17 | 317.57 | 0.61 | 0.55 |
| Hex | D3 | 47 | AA | 0 | 42 | 13 | 11 | 13E | 3D | 37 |
| Octal | 323 | 107 | 252 | 0 | 102 | 23 | 21 | 476 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10101010 | 0 | 1000010 | 10011 | 10001 | 100111110 | 111101 | 110111 |
Color Harmonies of #D347AA
Complementary color
Monochromatic Colors of #D347AA
Black with #D347AA
Text Example
Text Example
White with #D347AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347AA; }
p { color: rgb(211,71,170); }
H1.HeaderClassName
{
color: #D347AA;
}
.AnyTagClassName
{
color: #D347AA;
}
</style>
background-color css
<style>
a { background-color: #D347AA; }
a { background-color: rgb(211,71,170); }
div.DivClassName
{
background-color: #D347AA;
}
.BgClassName
{
background-color: #D347AA;
}
</style>
border-color css
<style>
span { border-color: #D347AA; }
span { border-color: rgb(211,71,170); }
td.TdClassName
{
border-color: #D347AA;
}
.TagClassName
{
border-color: #D347AA;
}
</style>