Shades of Mulberry #D63F9F
Tints of Mulberry #D63F9F
RGB
CMYK
RGB Variations
Color information
#D63F9F (or 0xD63F9F) is known color: Mulberry. HEX triplet: D6, 3F and 9F. RGB value is (214,63,159). Sum of RGB (Red+Green+Blue) = 214+63+159=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F9F is #29C060. Grayscale: #767676. Windows color (decimal): -2736225 or 10436566. OLE color: 10436566.
HSL color Cylindrical-coordinate representation of color #D63F9F: hue angle of 321.85º 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 #D63F9F is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 159 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.16 |
| HSL | 321.85º | 0.65% | 0.54% | - |
| HSV(B) | 321.85º | 0.71% | 0.84% | - |
| XYZ | 35.77 | 20.35 | 34.84 | - |
| YUV | 119.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 159 | 0 | 0.71 | 0.26 | 0.16 | 321.85 | 0.65 | 0.54 |
| Hex | D6 | 3F | 9F | 0 | 47 | 1A | 10 | 142 | 41 | 36 |
| Octal | 326 | 77 | 237 | 0 | 107 | 32 | 20 | 502 | 101 | 66 |
| Binary | 11010110 | 111111 | 10011111 | 0 | 1000111 | 11010 | 10000 | 101000010 | 1000001 | 110110 |
Color Harmonies of #D63F9F
Complementary color
Monochromatic Colors of #D63F9F
Black with #D63F9F
Text Example
Text Example
White with #D63F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F9F; }
p { color: rgb(214,63,159); }
H1.HeaderClassName
{
color: #D63F9F;
}
.AnyTagClassName
{
color: #D63F9F;
}
</style>
background-color css
<style>
a { background-color: #D63F9F; }
a { background-color: rgb(214,63,159); }
div.DivClassName
{
background-color: #D63F9F;
}
.BgClassName
{
background-color: #D63F9F;
}
</style>
border-color css
<style>
span { border-color: #D63F9F; }
span { border-color: rgb(214,63,159); }
td.TdClassName
{
border-color: #D63F9F;
}
.TagClassName
{
border-color: #D63F9F;
}
</style>