Shades of Mulberry #D63DA8
Tints of Mulberry #D63DA8
RGB
CMYK
RGB Variations
Color information
#D63DA8 (or 0xD63DA8) is known color: Mulberry. HEX triplet: D6, 3D and A8. RGB value is (214,61,168). Sum of RGB (Red+Green+Blue) = 214+61+168=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA8 is #29C257. Grayscale: #767676. Windows color (decimal): -2736728 or 11025878. OLE color: 11025878.
HSL color Cylindrical-coordinate representation of color #D63DA8: hue angle of 318.04º 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 #D63DA8 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 168 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.16 |
| HSL | 318.04º | 0.65% | 0.54% | - |
| HSV(B) | 318.04º | 0.71% | 0.84% | - |
| XYZ | 36.47 | 20.46 | 39.07 | - |
| YUV | 118.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 168 | 0 | 0.71 | 0.21 | 0.16 | 318.04 | 0.65 | 0.54 |
| Hex | D6 | 3D | A8 | 0 | 47 | 15 | 10 | 13E | 41 | 36 |
| Octal | 326 | 75 | 250 | 0 | 107 | 25 | 20 | 476 | 101 | 66 |
| Binary | 11010110 | 111101 | 10101000 | 0 | 1000111 | 10101 | 10000 | 100111110 | 1000001 | 110110 |
Color Harmonies of #D63DA8
Complementary color
Monochromatic Colors of #D63DA8
Black with #D63DA8
Text Example
Text Example
White with #D63DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DA8; }
p { color: rgb(214,61,168); }
H1.HeaderClassName
{
color: #D63DA8;
}
.AnyTagClassName
{
color: #D63DA8;
}
</style>
background-color css
<style>
a { background-color: #D63DA8; }
a { background-color: rgb(214,61,168); }
div.DivClassName
{
background-color: #D63DA8;
}
.BgClassName
{
background-color: #D63DA8;
}
</style>
border-color css
<style>
span { border-color: #D63DA8; }
span { border-color: rgb(214,61,168); }
td.TdClassName
{
border-color: #D63DA8;
}
.TagClassName
{
border-color: #D63DA8;
}
</style>