Shades of Mulberry #D73DAC
Tints of Mulberry #D73DAC
RGB
CMYK
RGB Variations
Color information
#D73DAC (or 0xD73DAC) is known color: Mulberry. HEX triplet: D7, 3D and AC. RGB value is (215,61,172). Sum of RGB (Red+Green+Blue) = 215+61+172=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73DAC is #28C253. Grayscale: #777777. Windows color (decimal): -2671188 or 11288023. OLE color: 11288023.
HSL color Cylindrical-coordinate representation of color #D73DAC: hue angle of 316.75º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73DAC is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 172 | - |
| CMYK | 0 | 0.72 | 0.2 | 0.16 |
| HSL | 316.75º | 0.66% | 0.54% | - |
| HSV(B) | 316.75º | 0.72% | 0.84% | - |
| XYZ | 37.14 | 20.76 | 41.08 | - |
| YUV | 119.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 172 | 0 | 0.72 | 0.2 | 0.16 | 316.75 | 0.66 | 0.54 |
| Hex | D7 | 3D | AC | 0 | 48 | 14 | 10 | 13D | 42 | 36 |
| Octal | 327 | 75 | 254 | 0 | 110 | 24 | 20 | 475 | 102 | 66 |
| Binary | 11010111 | 111101 | 10101100 | 0 | 1001000 | 10100 | 10000 | 100111101 | 1000010 | 110110 |
Color Harmonies of #D73DAC
Complementary color
Monochromatic Colors of #D73DAC
Black with #D73DAC
Text Example
Text Example
White with #D73DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DAC; }
p { color: rgb(215,61,172); }
H1.HeaderClassName
{
color: #D73DAC;
}
.AnyTagClassName
{
color: #D73DAC;
}
</style>
background-color css
<style>
a { background-color: #D73DAC; }
a { background-color: rgb(215,61,172); }
div.DivClassName
{
background-color: #D73DAC;
}
.BgClassName
{
background-color: #D73DAC;
}
</style>
border-color css
<style>
span { border-color: #D73DAC; }
span { border-color: rgb(215,61,172); }
td.TdClassName
{
border-color: #D73DAC;
}
.TagClassName
{
border-color: #D73DAC;
}
</style>