Shades of Mulberry #D63FA6
Tints of Mulberry #D63FA6
RGB
CMYK
RGB Variations
Color information
#D63FA6 (or 0xD63FA6) is known color: Mulberry. HEX triplet: D6, 3F and A6. RGB value is (214,63,166). Sum of RGB (Red+Green+Blue) = 214+63+166=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA6 is #29C059. Grayscale: #777777. Windows color (decimal): -2736218 or 10895318. OLE color: 10895318.
HSL color Cylindrical-coordinate representation of color #D63FA6: hue angle of 319.07º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FA6 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 166 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.16 |
| HSL | 319.07º | 0.65% | 0.54% | - |
| HSV(B) | 319.07º | 0.71% | 0.84% | - |
| XYZ | 36.39 | 20.6 | 38.14 | - |
| YUV | 119.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 166 | 0 | 0.71 | 0.22 | 0.16 | 319.07 | 0.65 | 0.54 |
| Hex | D6 | 3F | A6 | 0 | 47 | 16 | 10 | 13F | 41 | 36 |
| Octal | 326 | 77 | 246 | 0 | 107 | 26 | 20 | 477 | 101 | 66 |
| Binary | 11010110 | 111111 | 10100110 | 0 | 1000111 | 10110 | 10000 | 100111111 | 1000001 | 110110 |
Color Harmonies of #D63FA6
Complementary color
Monochromatic Colors of #D63FA6
Black with #D63FA6
Text Example
Text Example
White with #D63FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FA6; }
p { color: rgb(214,63,166); }
H1.HeaderClassName
{
color: #D63FA6;
}
.AnyTagClassName
{
color: #D63FA6;
}
</style>
background-color css
<style>
a { background-color: #D63FA6; }
a { background-color: rgb(214,63,166); }
div.DivClassName
{
background-color: #D63FA6;
}
.BgClassName
{
background-color: #D63FA6;
}
</style>
border-color css
<style>
span { border-color: #D63FA6; }
span { border-color: rgb(214,63,166); }
td.TdClassName
{
border-color: #D63FA6;
}
.TagClassName
{
border-color: #D63FA6;
}
</style>