Shades of Mulberry #D947A7
Tints of Mulberry #D947A7
RGB
CMYK
RGB Variations
Color information
#D947A7 (or 0xD947A7) is known color: Mulberry. HEX triplet: D9, 47 and A7. RGB value is (217,71,167). Sum of RGB (Red+Green+Blue) = 217+71+167=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D947A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947A7 is #26B858. Grayscale: #7D7D7D. Windows color (decimal): -2537561 or 10962905. OLE color: 10962905.
HSL color Cylindrical-coordinate representation of color #D947A7: hue angle of 320.55º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D947A7 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 167 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.15 |
| HSL | 320.55º | 0.66% | 0.56% | - |
| HSV(B) | 320.55º | 0.67% | 0.85% | - |
| XYZ | 37.84 | 22.05 | 38.82 | - |
| YUV | 125.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 167 | 0 | 0.67 | 0.23 | 0.15 | 320.55 | 0.66 | 0.56 |
| Hex | D9 | 47 | A7 | 0 | 43 | 17 | F | 141 | 42 | 38 |
| Octal | 331 | 107 | 247 | 0 | 103 | 27 | 17 | 501 | 102 | 70 |
| Binary | 11011001 | 1000111 | 10100111 | 0 | 1000011 | 10111 | 1111 | 101000001 | 1000010 | 111000 |
Color Harmonies of #D947A7
Complementary color
Monochromatic Colors of #D947A7
Black with #D947A7
Text Example
Text Example
White with #D947A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947A7; }
p { color: rgb(217,71,167); }
H1.HeaderClassName
{
color: #D947A7;
}
.AnyTagClassName
{
color: #D947A7;
}
</style>
background-color css
<style>
a { background-color: #D947A7; }
a { background-color: rgb(217,71,167); }
div.DivClassName
{
background-color: #D947A7;
}
.BgClassName
{
background-color: #D947A7;
}
</style>
border-color css
<style>
span { border-color: #D947A7; }
span { border-color: rgb(217,71,167); }
td.TdClassName
{
border-color: #D947A7;
}
.TagClassName
{
border-color: #D947A7;
}
</style>