Shades of Mulberry #D63DAD
Tints of Mulberry #D63DAD
RGB
CMYK
RGB Variations
Color information
#D63DAD (or 0xD63DAD) is known color: Mulberry. HEX triplet: D6, 3D and AD. RGB value is (214,61,173). Sum of RGB (Red+Green+Blue) = 214+61+173=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DAD is #29C252. Grayscale: #777777. Windows color (decimal): -2736723 or 11353558. OLE color: 11353558.
HSL color Cylindrical-coordinate representation of color #D63DAD: hue angle of 316.08º 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 #D63DAD is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 173 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.16 |
| HSL | 316.08º | 0.65% | 0.54% | - |
| HSV(B) | 316.08º | 0.71% | 0.84% | - |
| XYZ | 36.94 | 20.65 | 41.57 | - |
| YUV | 119.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 173 | 0 | 0.71 | 0.19 | 0.16 | 316.08 | 0.65 | 0.54 |
| Hex | D6 | 3D | AD | 0 | 47 | 13 | 10 | 13C | 41 | 36 |
| Octal | 326 | 75 | 255 | 0 | 107 | 23 | 20 | 474 | 101 | 66 |
| Binary | 11010110 | 111101 | 10101101 | 0 | 1000111 | 10011 | 10000 | 100111100 | 1000001 | 110110 |
Color Harmonies of #D63DAD
Complementary color
Monochromatic Colors of #D63DAD
Black with #D63DAD
Text Example
Text Example
White with #D63DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DAD; }
p { color: rgb(214,61,173); }
H1.HeaderClassName
{
color: #D63DAD;
}
.AnyTagClassName
{
color: #D63DAD;
}
</style>
background-color css
<style>
a { background-color: #D63DAD; }
a { background-color: rgb(214,61,173); }
div.DivClassName
{
background-color: #D63DAD;
}
.BgClassName
{
background-color: #D63DAD;
}
</style>
border-color css
<style>
span { border-color: #D63DAD; }
span { border-color: rgb(214,61,173); }
td.TdClassName
{
border-color: #D63DAD;
}
.TagClassName
{
border-color: #D63DAD;
}
</style>