Shades of Mulberry #D73FA5
Tints of Mulberry #D73FA5
RGB
CMYK
RGB Variations
Color information
#D73FA5 (or 0xD73FA5) is known color: Mulberry. HEX triplet: D7, 3F and A5. RGB value is (215,63,165). Sum of RGB (Red+Green+Blue) = 215+63+165=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FA5 is #28C05A. Grayscale: #777777. Windows color (decimal): -2670683 or 10829783. OLE color: 10829783.
HSL color Cylindrical-coordinate representation of color #D73FA5: hue angle of 319.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FA5 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 165 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.16 |
| HSL | 319.74º | 0.66% | 0.55% | - |
| HSV(B) | 319.74º | 0.71% | 0.84% | - |
| XYZ | 36.59 | 20.72 | 37.67 | - |
| YUV | 120.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 165 | 0 | 0.71 | 0.23 | 0.16 | 319.74 | 0.66 | 0.55 |
| Hex | D7 | 3F | A5 | 0 | 47 | 17 | 10 | 140 | 42 | 37 |
| Octal | 327 | 77 | 245 | 0 | 107 | 27 | 20 | 500 | 102 | 67 |
| Binary | 11010111 | 111111 | 10100101 | 0 | 1000111 | 10111 | 10000 | 101000000 | 1000010 | 110111 |
Color Harmonies of #D73FA5
Complementary color
Monochromatic Colors of #D73FA5
Black with #D73FA5
Text Example
Text Example
White with #D73FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FA5; }
p { color: rgb(215,63,165); }
H1.HeaderClassName
{
color: #D73FA5;
}
.AnyTagClassName
{
color: #D73FA5;
}
</style>
background-color css
<style>
a { background-color: #D73FA5; }
a { background-color: rgb(215,63,165); }
div.DivClassName
{
background-color: #D73FA5;
}
.BgClassName
{
background-color: #D73FA5;
}
</style>
border-color css
<style>
span { border-color: #D73FA5; }
span { border-color: rgb(215,63,165); }
td.TdClassName
{
border-color: #D73FA5;
}
.TagClassName
{
border-color: #D73FA5;
}
</style>