Shades of Mulberry #D741A6
Tints of Mulberry #D741A6
RGB
CMYK
RGB Variations
Color information
#D741A6 (or 0xD741A6) is known color: Mulberry. HEX triplet: D7, 41 and A6. RGB value is (215,65,166). Sum of RGB (Red+Green+Blue) = 215+65+166=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D741A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D741A6 is #28BE59. Grayscale: #797979. Windows color (decimal): -2670170 or 10895831. OLE color: 10895831.
HSL color Cylindrical-coordinate representation of color #D741A6: hue angle of 319.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741A6 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 166 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.16 |
| HSL | 319.6º | 0.65% | 0.55% | - |
| HSV(B) | 319.6º | 0.7% | 0.84% | - |
| XYZ | 36.8 | 20.98 | 38.19 | - |
| YUV | 121.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 166 | 0 | 0.70 | 0.23 | 0.16 | 319.6 | 0.65 | 0.55 |
| Hex | D7 | 41 | A6 | 0 | 46 | 17 | 10 | 140 | 41 | 37 |
| Octal | 327 | 101 | 246 | 0 | 106 | 27 | 20 | 500 | 101 | 67 |
| Binary | 11010111 | 1000001 | 10100110 | 0 | 1000110 | 10111 | 10000 | 101000000 | 1000001 | 110111 |
Color Harmonies of #D741A6
Complementary color
Monochromatic Colors of #D741A6
Black with #D741A6
Text Example
Text Example
White with #D741A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D741A6; }
p { color: rgb(215,65,166); }
H1.HeaderClassName
{
color: #D741A6;
}
.AnyTagClassName
{
color: #D741A6;
}
</style>
background-color css
<style>
a { background-color: #D741A6; }
a { background-color: rgb(215,65,166); }
div.DivClassName
{
background-color: #D741A6;
}
.BgClassName
{
background-color: #D741A6;
}
</style>
border-color css
<style>
span { border-color: #D741A6; }
span { border-color: rgb(215,65,166); }
td.TdClassName
{
border-color: #D741A6;
}
.TagClassName
{
border-color: #D741A6;
}
</style>