Shades of Mulberry #D941AC
Tints of Mulberry #D941AC
RGB
CMYK
RGB Variations
Color information
#D941AC (or 0xD941AC) is known color: Mulberry. HEX triplet: D9, 41 and AC. RGB value is (217,65,172). Sum of RGB (Red+Green+Blue) = 217+65+172=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D941AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941AC is #26BE53. Grayscale: #7A7A7A. Windows color (decimal): -2539092 or 11289049. OLE color: 11289049.
HSL color Cylindrical-coordinate representation of color #D941AC: hue angle of 317.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941AC is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 172 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.15 |
| HSL | 317.76º | 0.67% | 0.55% | - |
| HSV(B) | 317.76º | 0.7% | 0.85% | - |
| XYZ | 37.95 | 21.51 | 41.18 | - |
| YUV | 122.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 172 | 0 | 0.70 | 0.21 | 0.15 | 317.76 | 0.67 | 0.55 |
| Hex | D9 | 41 | AC | 0 | 46 | 15 | F | 13E | 43 | 37 |
| Octal | 331 | 101 | 254 | 0 | 106 | 25 | 17 | 476 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10101100 | 0 | 1000110 | 10101 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #D941AC
Complementary color
Monochromatic Colors of #D941AC
Black with #D941AC
Text Example
Text Example
White with #D941AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941AC; }
p { color: rgb(217,65,172); }
H1.HeaderClassName
{
color: #D941AC;
}
.AnyTagClassName
{
color: #D941AC;
}
</style>
background-color css
<style>
a { background-color: #D941AC; }
a { background-color: rgb(217,65,172); }
div.DivClassName
{
background-color: #D941AC;
}
.BgClassName
{
background-color: #D941AC;
}
</style>
border-color css
<style>
span { border-color: #D941AC; }
span { border-color: rgb(217,65,172); }
td.TdClassName
{
border-color: #D941AC;
}
.TagClassName
{
border-color: #D941AC;
}
</style>