Shades of Mulberry #D73FA3
Tints of Mulberry #D73FA3
RGB
CMYK
RGB Variations
Color information
#D73FA3 (or 0xD73FA3) is known color: Mulberry. HEX triplet: D7, 3F and A3. RGB value is (215,63,163). Sum of RGB (Red+Green+Blue) = 215+63+163=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FA3 is #28C05C. Grayscale: #777777. Windows color (decimal): -2670685 or 10698711. OLE color: 10698711.
HSL color Cylindrical-coordinate representation of color #D73FA3: hue angle of 320.53º 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 #D73FA3 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 163 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.16 |
| HSL | 320.53º | 0.66% | 0.55% | - |
| HSV(B) | 320.53º | 0.71% | 0.84% | - |
| XYZ | 36.41 | 20.65 | 36.72 | - |
| YUV | 119.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 163 | 0 | 0.71 | 0.24 | 0.16 | 320.53 | 0.66 | 0.55 |
| Hex | D7 | 3F | A3 | 0 | 47 | 18 | 10 | 141 | 42 | 37 |
| Octal | 327 | 77 | 243 | 0 | 107 | 30 | 20 | 501 | 102 | 67 |
| Binary | 11010111 | 111111 | 10100011 | 0 | 1000111 | 11000 | 10000 | 101000001 | 1000010 | 110111 |
Color Harmonies of #D73FA3
Complementary color
Monochromatic Colors of #D73FA3
Black with #D73FA3
Text Example
Text Example
White with #D73FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FA3; }
p { color: rgb(215,63,163); }
H1.HeaderClassName
{
color: #D73FA3;
}
.AnyTagClassName
{
color: #D73FA3;
}
</style>
background-color css
<style>
a { background-color: #D73FA3; }
a { background-color: rgb(215,63,163); }
div.DivClassName
{
background-color: #D73FA3;
}
.BgClassName
{
background-color: #D73FA3;
}
</style>
border-color css
<style>
span { border-color: #D73FA3; }
span { border-color: rgb(215,63,163); }
td.TdClassName
{
border-color: #D73FA3;
}
.TagClassName
{
border-color: #D73FA3;
}
</style>