Shades of Mulberry #D343A6
Tints of Mulberry #D343A6
RGB
CMYK
RGB Variations
Color information
#D343A6 (or 0xD343A6) is known color: Mulberry. HEX triplet: D3, 43 and A6. RGB value is (211,67,166). Sum of RGB (Red+Green+Blue) = 211+67+166=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D343A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D343A6 is #2CBC59. Grayscale: #797979. Windows color (decimal): -2931802 or 10896339. OLE color: 10896339.
HSL color Cylindrical-coordinate representation of color #D343A6: hue angle of 318.75º 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 #D343A6 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 166 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.17 |
| HSL | 318.75º | 0.62% | 0.55% | - |
| HSV(B) | 318.75º | 0.68% | 0.83% | - |
| XYZ | 35.75 | 20.62 | 38.17 | - |
| YUV | 121.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 166 | 0 | 0.68 | 0.21 | 0.17 | 318.75 | 0.62 | 0.55 |
| Hex | D3 | 43 | A6 | 0 | 44 | 15 | 11 | 13F | 3E | 37 |
| Octal | 323 | 103 | 246 | 0 | 104 | 25 | 21 | 477 | 76 | 67 |
| Binary | 11010011 | 1000011 | 10100110 | 0 | 1000100 | 10101 | 10001 | 100111111 | 111110 | 110111 |
Color Harmonies of #D343A6
Complementary color
Monochromatic Colors of #D343A6
Black with #D343A6
Text Example
Text Example
White with #D343A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343A6; }
p { color: rgb(211,67,166); }
H1.HeaderClassName
{
color: #D343A6;
}
.AnyTagClassName
{
color: #D343A6;
}
</style>
background-color css
<style>
a { background-color: #D343A6; }
a { background-color: rgb(211,67,166); }
div.DivClassName
{
background-color: #D343A6;
}
.BgClassName
{
background-color: #D343A6;
}
</style>
border-color css
<style>
span { border-color: #D343A6; }
span { border-color: rgb(211,67,166); }
td.TdClassName
{
border-color: #D343A6;
}
.TagClassName
{
border-color: #D343A6;
}
</style>