Shades of Mulberry #D941A2
Tints of Mulberry #D941A2
RGB
CMYK
RGB Variations
Color information
#D941A2 (or 0xD941A2) is known color: Mulberry. HEX triplet: D9, 41 and A2. RGB value is (217,65,162). Sum of RGB (Red+Green+Blue) = 217+65+162=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D941A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941A2 is #26BE5D. Grayscale: #797979. Windows color (decimal): -2539102 or 10633689. OLE color: 10633689.
HSL color Cylindrical-coordinate representation of color #D941A2: hue angle of 321.71º 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 #D941A2 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 162 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.15 |
| HSL | 321.71º | 0.67% | 0.55% | - |
| HSV(B) | 321.71º | 0.7% | 0.85% | - |
| XYZ | 37.03 | 21.14 | 36.31 | - |
| YUV | 121.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 162 | 0 | 0.70 | 0.25 | 0.15 | 321.71 | 0.67 | 0.55 |
| Hex | D9 | 41 | A2 | 0 | 46 | 19 | F | 142 | 43 | 37 |
| Octal | 331 | 101 | 242 | 0 | 106 | 31 | 17 | 502 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10100010 | 0 | 1000110 | 11001 | 1111 | 101000010 | 1000011 | 110111 |
Color Harmonies of #D941A2
Complementary color
Monochromatic Colors of #D941A2
Black with #D941A2
Text Example
Text Example
White with #D941A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941A2; }
p { color: rgb(217,65,162); }
H1.HeaderClassName
{
color: #D941A2;
}
.AnyTagClassName
{
color: #D941A2;
}
</style>
background-color css
<style>
a { background-color: #D941A2; }
a { background-color: rgb(217,65,162); }
div.DivClassName
{
background-color: #D941A2;
}
.BgClassName
{
background-color: #D941A2;
}
</style>
border-color css
<style>
span { border-color: #D941A2; }
span { border-color: rgb(217,65,162); }
td.TdClassName
{
border-color: #D941A2;
}
.TagClassName
{
border-color: #D941A2;
}
</style>