Shades of Mulberry #D63FA4
Tints of Mulberry #D63FA4
RGB
CMYK
RGB Variations
Color information
#D63FA4 (or 0xD63FA4) is known color: Mulberry. HEX triplet: D6, 3F and A4. RGB value is (214,63,164). Sum of RGB (Red+Green+Blue) = 214+63+164=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA4 is #29C05B. Grayscale: #777777. Windows color (decimal): -2736220 or 10764246. OLE color: 10764246.
HSL color Cylindrical-coordinate representation of color #D63FA4: hue angle of 319.87º 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 #D63FA4 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 164 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.16 |
| HSL | 319.87º | 0.65% | 0.54% | - |
| HSV(B) | 319.87º | 0.71% | 0.84% | - |
| XYZ | 36.21 | 20.53 | 37.18 | - |
| YUV | 119.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 164 | 0 | 0.71 | 0.23 | 0.16 | 319.87 | 0.65 | 0.54 |
| Hex | D6 | 3F | A4 | 0 | 47 | 17 | 10 | 140 | 41 | 36 |
| Octal | 326 | 77 | 244 | 0 | 107 | 27 | 20 | 500 | 101 | 66 |
| Binary | 11010110 | 111111 | 10100100 | 0 | 1000111 | 10111 | 10000 | 101000000 | 1000001 | 110110 |
Color Harmonies of #D63FA4
Complementary color
Monochromatic Colors of #D63FA4
Black with #D63FA4
Text Example
Text Example
White with #D63FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FA4; }
p { color: rgb(214,63,164); }
H1.HeaderClassName
{
color: #D63FA4;
}
.AnyTagClassName
{
color: #D63FA4;
}
</style>
background-color css
<style>
a { background-color: #D63FA4; }
a { background-color: rgb(214,63,164); }
div.DivClassName
{
background-color: #D63FA4;
}
.BgClassName
{
background-color: #D63FA4;
}
</style>
border-color css
<style>
span { border-color: #D63FA4; }
span { border-color: rgb(214,63,164); }
td.TdClassName
{
border-color: #D63FA4;
}
.TagClassName
{
border-color: #D63FA4;
}
</style>