Shades of Mulberry #D63CAC
Tints of Mulberry #D63CAC
RGB
CMYK
RGB Variations
Color information
#D63CAC (or 0xD63CAC) is known color: Mulberry. HEX triplet: D6, 3C and AC. RGB value is (214,60,172). Sum of RGB (Red+Green+Blue) = 214+60+172=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CAC is #29C353. Grayscale: #767676. Windows color (decimal): -2736980 or 11287766. OLE color: 11287766.
HSL color Cylindrical-coordinate representation of color #D63CAC: hue angle of 316.36º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63CAC is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 172 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.16 |
| HSL | 316.36º | 0.65% | 0.54% | - |
| HSV(B) | 316.36º | 0.72% | 0.84% | - |
| XYZ | 36.79 | 20.51 | 41.05 | - |
| YUV | 118.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 172 | 0 | 0.72 | 0.20 | 0.16 | 316.36 | 0.65 | 0.54 |
| Hex | D6 | 3C | AC | 0 | 48 | 14 | 10 | 13C | 41 | 36 |
| Octal | 326 | 74 | 254 | 0 | 110 | 24 | 20 | 474 | 101 | 66 |
| Binary | 11010110 | 111100 | 10101100 | 0 | 1001000 | 10100 | 10000 | 100111100 | 1000001 | 110110 |
Color Harmonies of #D63CAC
Complementary color
Monochromatic Colors of #D63CAC
Black with #D63CAC
Text Example
Text Example
White with #D63CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CAC; }
p { color: rgb(214,60,172); }
H1.HeaderClassName
{
color: #D63CAC;
}
.AnyTagClassName
{
color: #D63CAC;
}
</style>
background-color css
<style>
a { background-color: #D63CAC; }
a { background-color: rgb(214,60,172); }
div.DivClassName
{
background-color: #D63CAC;
}
.BgClassName
{
background-color: #D63CAC;
}
</style>
border-color css
<style>
span { border-color: #D63CAC; }
span { border-color: rgb(214,60,172); }
td.TdClassName
{
border-color: #D63CAC;
}
.TagClassName
{
border-color: #D63CAC;
}
</style>