Shades of Mulberry #D941AD
Tints of Mulberry #D941AD
RGB
CMYK
RGB Variations
Color information
#D941AD (or 0xD941AD) is known color: Mulberry. HEX triplet: D9, 41 and AD. RGB value is (217,65,173). Sum of RGB (Red+Green+Blue) = 217+65+173=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D941AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941AD is #26BE52. Grayscale: #7A7A7A. Windows color (decimal): -2539091 or 11354585. OLE color: 11354585.
HSL color Cylindrical-coordinate representation of color #D941AD: hue angle of 317.37º 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 #D941AD is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 173 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.15 |
| HSL | 317.37º | 0.67% | 0.55% | - |
| HSV(B) | 317.37º | 0.7% | 0.85% | - |
| XYZ | 38.05 | 21.55 | 41.69 | - |
| YUV | 122.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 173 | 0 | 0.70 | 0.20 | 0.15 | 317.37 | 0.67 | 0.55 |
| Hex | D9 | 41 | AD | 0 | 46 | 14 | F | 13D | 43 | 37 |
| Octal | 331 | 101 | 255 | 0 | 106 | 24 | 17 | 475 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10101101 | 0 | 1000110 | 10100 | 1111 | 100111101 | 1000011 | 110111 |
Color Harmonies of #D941AD
Complementary color
Monochromatic Colors of #D941AD
Black with #D941AD
Text Example
Text Example
White with #D941AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941AD; }
p { color: rgb(217,65,173); }
H1.HeaderClassName
{
color: #D941AD;
}
.AnyTagClassName
{
color: #D941AD;
}
</style>
background-color css
<style>
a { background-color: #D941AD; }
a { background-color: rgb(217,65,173); }
div.DivClassName
{
background-color: #D941AD;
}
.BgClassName
{
background-color: #D941AD;
}
</style>
border-color css
<style>
span { border-color: #D941AD; }
span { border-color: rgb(217,65,173); }
td.TdClassName
{
border-color: #D941AD;
}
.TagClassName
{
border-color: #D941AD;
}
</style>