Shades of Mulberry #D73FA2
Tints of Mulberry #D73FA2
RGB
CMYK
RGB Variations
Color information
#D73FA2 (or 0xD73FA2) is known color: Mulberry. HEX triplet: D7, 3F and A2. RGB value is (215,63,162). Sum of RGB (Red+Green+Blue) = 215+63+162=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FA2 is #28C05D. Grayscale: #777777. Windows color (decimal): -2670686 or 10633175. OLE color: 10633175.
HSL color Cylindrical-coordinate representation of color #D73FA2: hue angle of 320.92º 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 #D73FA2 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 162 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.16 |
| HSL | 320.92º | 0.66% | 0.55% | - |
| HSV(B) | 320.92º | 0.71% | 0.84% | - |
| XYZ | 36.32 | 20.61 | 36.25 | - |
| YUV | 119.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 162 | 0 | 0.71 | 0.25 | 0.16 | 320.92 | 0.66 | 0.55 |
| Hex | D7 | 3F | A2 | 0 | 47 | 19 | 10 | 141 | 42 | 37 |
| Octal | 327 | 77 | 242 | 0 | 107 | 31 | 20 | 501 | 102 | 67 |
| Binary | 11010111 | 111111 | 10100010 | 0 | 1000111 | 11001 | 10000 | 101000001 | 1000010 | 110111 |
Color Harmonies of #D73FA2
Complementary color
Monochromatic Colors of #D73FA2
Black with #D73FA2
Text Example
Text Example
White with #D73FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FA2; }
p { color: rgb(215,63,162); }
H1.HeaderClassName
{
color: #D73FA2;
}
.AnyTagClassName
{
color: #D73FA2;
}
</style>
background-color css
<style>
a { background-color: #D73FA2; }
a { background-color: rgb(215,63,162); }
div.DivClassName
{
background-color: #D73FA2;
}
.BgClassName
{
background-color: #D73FA2;
}
</style>
border-color css
<style>
span { border-color: #D73FA2; }
span { border-color: rgb(215,63,162); }
td.TdClassName
{
border-color: #D73FA2;
}
.TagClassName
{
border-color: #D73FA2;
}
</style>