Shades of Mulberry #D646A6
Tints of Mulberry #D646A6
RGB
CMYK
RGB Variations
Color information
#D646A6 (or 0xD646A6) is known color: Mulberry. HEX triplet: D6, 46 and A6. RGB value is (214,70,166). Sum of RGB (Red+Green+Blue) = 214+70+166=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D646A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D646A6 is #29B959. Grayscale: #7B7B7B. Windows color (decimal): -2734426 or 10897110. OLE color: 10897110.
HSL color Cylindrical-coordinate representation of color #D646A6: hue angle of 320º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D646A6 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 166 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.16 |
| HSL | 320º | 0.64% | 0.56% | - |
| HSV(B) | 320º | 0.67% | 0.84% | - |
| XYZ | 36.8 | 21.43 | 38.27 | - |
| YUV | 124 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 166 | 0 | 0.67 | 0.22 | 0.16 | 320 | 0.64 | 0.56 |
| Hex | D6 | 46 | A6 | 0 | 43 | 16 | 10 | 140 | 40 | 38 |
| Octal | 326 | 106 | 246 | 0 | 103 | 26 | 20 | 500 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10100110 | 0 | 1000011 | 10110 | 10000 | 101000000 | 1000000 | 111000 |
Color Harmonies of #D646A6
Complementary color
Monochromatic Colors of #D646A6
Black with #D646A6
Text Example
Text Example
White with #D646A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646A6; }
p { color: rgb(214,70,166); }
H1.HeaderClassName
{
color: #D646A6;
}
.AnyTagClassName
{
color: #D646A6;
}
</style>
background-color css
<style>
a { background-color: #D646A6; }
a { background-color: rgb(214,70,166); }
div.DivClassName
{
background-color: #D646A6;
}
.BgClassName
{
background-color: #D646A6;
}
</style>
border-color css
<style>
span { border-color: #D646A6; }
span { border-color: rgb(214,70,166); }
td.TdClassName
{
border-color: #D646A6;
}
.TagClassName
{
border-color: #D646A6;
}
</style>