Shades of Mulberry #D63DAA
Tints of Mulberry #D63DAA
RGB
CMYK
RGB Variations
Color information
#D63DAA (or 0xD63DAA) is known color: Mulberry. HEX triplet: D6, 3D and AA. RGB value is (214,61,170). Sum of RGB (Red+Green+Blue) = 214+61+170=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DAA is #29C255. Grayscale: #767676. Windows color (decimal): -2736726 or 11156950. OLE color: 11156950.
HSL color Cylindrical-coordinate representation of color #D63DAA: hue angle of 317.25º 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 #D63DAA is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 170 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.16 |
| HSL | 317.25º | 0.65% | 0.54% | - |
| HSV(B) | 317.25º | 0.71% | 0.84% | - |
| XYZ | 36.66 | 20.54 | 40.06 | - |
| YUV | 119.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 170 | 0 | 0.71 | 0.21 | 0.16 | 317.25 | 0.65 | 0.54 |
| Hex | D6 | 3D | AA | 0 | 47 | 15 | 10 | 13D | 41 | 36 |
| Octal | 326 | 75 | 252 | 0 | 107 | 25 | 20 | 475 | 101 | 66 |
| Binary | 11010110 | 111101 | 10101010 | 0 | 1000111 | 10101 | 10000 | 100111101 | 1000001 | 110110 |
Color Harmonies of #D63DAA
Complementary color
Monochromatic Colors of #D63DAA
Black with #D63DAA
Text Example
Text Example
White with #D63DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DAA; }
p { color: rgb(214,61,170); }
H1.HeaderClassName
{
color: #D63DAA;
}
.AnyTagClassName
{
color: #D63DAA;
}
</style>
background-color css
<style>
a { background-color: #D63DAA; }
a { background-color: rgb(214,61,170); }
div.DivClassName
{
background-color: #D63DAA;
}
.BgClassName
{
background-color: #D63DAA;
}
</style>
border-color css
<style>
span { border-color: #D63DAA; }
span { border-color: rgb(214,61,170); }
td.TdClassName
{
border-color: #D63DAA;
}
.TagClassName
{
border-color: #D63DAA;
}
</style>