Shades of Mulberry #D63FA5
Tints of Mulberry #D63FA5
RGB
CMYK
RGB Variations
Color information
#D63FA5 (or 0xD63FA5) is known color: Mulberry. HEX triplet: D6, 3F and A5. RGB value is (214,63,165). Sum of RGB (Red+Green+Blue) = 214+63+165=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FA5 is #29C05A. Grayscale: #777777. Windows color (decimal): -2736219 or 10829782. OLE color: 10829782.
HSL color Cylindrical-coordinate representation of color #D63FA5: hue angle of 319.47º 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 #D63FA5 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 165 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.16 |
| HSL | 319.47º | 0.65% | 0.54% | - |
| HSV(B) | 319.47º | 0.71% | 0.84% | - |
| XYZ | 36.3 | 20.57 | 37.65 | - |
| YUV | 119.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 165 | 0 | 0.71 | 0.23 | 0.16 | 319.47 | 0.65 | 0.54 |
| Hex | D6 | 3F | A5 | 0 | 47 | 17 | 10 | 13F | 41 | 36 |
| Octal | 326 | 77 | 245 | 0 | 107 | 27 | 20 | 477 | 101 | 66 |
| Binary | 11010110 | 111111 | 10100101 | 0 | 1000111 | 10111 | 10000 | 100111111 | 1000001 | 110110 |
Color Harmonies of #D63FA5
Complementary color
Monochromatic Colors of #D63FA5
Black with #D63FA5
Text Example
Text Example
White with #D63FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FA5; }
p { color: rgb(214,63,165); }
H1.HeaderClassName
{
color: #D63FA5;
}
.AnyTagClassName
{
color: #D63FA5;
}
</style>
background-color css
<style>
a { background-color: #D63FA5; }
a { background-color: rgb(214,63,165); }
div.DivClassName
{
background-color: #D63FA5;
}
.BgClassName
{
background-color: #D63FA5;
}
</style>
border-color css
<style>
span { border-color: #D63FA5; }
span { border-color: rgb(214,63,165); }
td.TdClassName
{
border-color: #D63FA5;
}
.TagClassName
{
border-color: #D63FA5;
}
</style>