Shades of Mulberry #D941A5
Tints of Mulberry #D941A5
RGB
CMYK
RGB Variations
Color information
#D941A5 (or 0xD941A5) is known color: Mulberry. HEX triplet: D9, 41 and A5. RGB value is (217,65,165). Sum of RGB (Red+Green+Blue) = 217+65+165=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D941A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941A5 is #26BE5A. Grayscale: #797979. Windows color (decimal): -2539099 or 10830297. OLE color: 10830297.
HSL color Cylindrical-coordinate representation of color #D941A5: hue angle of 320.53º 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 #D941A5 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 165 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.15 |
| HSL | 320.53º | 0.67% | 0.55% | - |
| HSV(B) | 320.53º | 0.7% | 0.85% | - |
| XYZ | 37.3 | 21.25 | 37.73 | - |
| YUV | 121.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 165 | 0 | 0.70 | 0.24 | 0.15 | 320.53 | 0.67 | 0.55 |
| Hex | D9 | 41 | A5 | 0 | 46 | 18 | F | 141 | 43 | 37 |
| Octal | 331 | 101 | 245 | 0 | 106 | 30 | 17 | 501 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10100101 | 0 | 1000110 | 11000 | 1111 | 101000001 | 1000011 | 110111 |
Color Harmonies of #D941A5
Complementary color
Monochromatic Colors of #D941A5
Black with #D941A5
Text Example
Text Example
White with #D941A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941A5; }
p { color: rgb(217,65,165); }
H1.HeaderClassName
{
color: #D941A5;
}
.AnyTagClassName
{
color: #D941A5;
}
</style>
background-color css
<style>
a { background-color: #D941A5; }
a { background-color: rgb(217,65,165); }
div.DivClassName
{
background-color: #D941A5;
}
.BgClassName
{
background-color: #D941A5;
}
</style>
border-color css
<style>
span { border-color: #D941A5; }
span { border-color: rgb(217,65,165); }
td.TdClassName
{
border-color: #D941A5;
}
.TagClassName
{
border-color: #D941A5;
}
</style>