Shades of Mulberry #D344AB
Tints of Mulberry #D344AB
RGB
CMYK
RGB Variations
Color information
#D344AB (or 0xD344AB) is known color: Mulberry. HEX triplet: D3, 44 and AB. RGB value is (211,68,171). Sum of RGB (Red+Green+Blue) = 211+68+171=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D344AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D344AB is #2CBB54. Grayscale: #7A7A7A. Windows color (decimal): -2931541 or 11224275. OLE color: 11224275.
HSL color Cylindrical-coordinate representation of color #D344AB: hue angle of 316.78º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D344AB is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 171 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.17 |
| HSL | 316.78º | 0.62% | 0.55% | - |
| HSV(B) | 316.78º | 0.68% | 0.83% | - |
| XYZ | 36.28 | 20.92 | 40.65 | - |
| YUV | 122.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 171 | 0 | 0.68 | 0.19 | 0.17 | 316.78 | 0.62 | 0.55 |
| Hex | D3 | 44 | AB | 0 | 44 | 13 | 11 | 13D | 3E | 37 |
| Octal | 323 | 104 | 253 | 0 | 104 | 23 | 21 | 475 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10101011 | 0 | 1000100 | 10011 | 10001 | 100111101 | 111110 | 110111 |
Color Harmonies of #D344AB
Complementary color
Monochromatic Colors of #D344AB
Black with #D344AB
Text Example
Text Example
White with #D344AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344AB; }
p { color: rgb(211,68,171); }
H1.HeaderClassName
{
color: #D344AB;
}
.AnyTagClassName
{
color: #D344AB;
}
</style>
background-color css
<style>
a { background-color: #D344AB; }
a { background-color: rgb(211,68,171); }
div.DivClassName
{
background-color: #D344AB;
}
.BgClassName
{
background-color: #D344AB;
}
</style>
border-color css
<style>
span { border-color: #D344AB; }
span { border-color: rgb(211,68,171); }
td.TdClassName
{
border-color: #D344AB;
}
.TagClassName
{
border-color: #D344AB;
}
</style>