Shades of Mulberry #D344A5
Tints of Mulberry #D344A5
RGB
CMYK
RGB Variations
Color information
#D344A5 (or 0xD344A5) is known color: Mulberry. HEX triplet: D3, 44 and A5. RGB value is (211,68,165). Sum of RGB (Red+Green+Blue) = 211+68+165=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D344A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D344A5 is #2CBB5A. Grayscale: #797979. Windows color (decimal): -2931547 or 10831059. OLE color: 10831059.
HSL color Cylindrical-coordinate representation of color #D344A5: hue angle of 319.3º 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 #D344A5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 165 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.17 |
| HSL | 319.3º | 0.62% | 0.55% | - |
| HSV(B) | 319.3º | 0.68% | 0.83% | - |
| XYZ | 35.72 | 20.7 | 37.71 | - |
| YUV | 121.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 165 | 0 | 0.68 | 0.22 | 0.17 | 319.3 | 0.62 | 0.55 |
| Hex | D3 | 44 | A5 | 0 | 44 | 16 | 11 | 13F | 3E | 37 |
| Octal | 323 | 104 | 245 | 0 | 104 | 26 | 21 | 477 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10100101 | 0 | 1000100 | 10110 | 10001 | 100111111 | 111110 | 110111 |
Color Harmonies of #D344A5
Complementary color
Monochromatic Colors of #D344A5
Black with #D344A5
Text Example
Text Example
White with #D344A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344A5; }
p { color: rgb(211,68,165); }
H1.HeaderClassName
{
color: #D344A5;
}
.AnyTagClassName
{
color: #D344A5;
}
</style>
background-color css
<style>
a { background-color: #D344A5; }
a { background-color: rgb(211,68,165); }
div.DivClassName
{
background-color: #D344A5;
}
.BgClassName
{
background-color: #D344A5;
}
</style>
border-color css
<style>
span { border-color: #D344A5; }
span { border-color: rgb(211,68,165); }
td.TdClassName
{
border-color: #D344A5;
}
.TagClassName
{
border-color: #D344A5;
}
</style>