Shades of Mulberry #D947AC
Tints of Mulberry #D947AC
RGB
CMYK
RGB Variations
Color information
#D947AC (or 0xD947AC) is known color: Mulberry. HEX triplet: D9, 47 and AC. RGB value is (217,71,172). Sum of RGB (Red+Green+Blue) = 217+71+172=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D947AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947AC is #26B853. Grayscale: #7D7D7D. Windows color (decimal): -2537556 or 11290585. OLE color: 11290585.
HSL color Cylindrical-coordinate representation of color #D947AC: hue angle of 318.49º 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 #D947AC is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 172 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.15 |
| HSL | 318.49º | 0.66% | 0.56% | - |
| HSV(B) | 318.49º | 0.67% | 0.85% | - |
| XYZ | 38.31 | 22.24 | 41.3 | - |
| YUV | 126.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 172 | 0 | 0.67 | 0.21 | 0.15 | 318.49 | 0.66 | 0.56 |
| Hex | D9 | 47 | AC | 0 | 43 | 15 | F | 13E | 42 | 38 |
| Octal | 331 | 107 | 254 | 0 | 103 | 25 | 17 | 476 | 102 | 70 |
| Binary | 11011001 | 1000111 | 10101100 | 0 | 1000011 | 10101 | 1111 | 100111110 | 1000010 | 111000 |
Color Harmonies of #D947AC
Complementary color
Monochromatic Colors of #D947AC
Black with #D947AC
Text Example
Text Example
White with #D947AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947AC; }
p { color: rgb(217,71,172); }
H1.HeaderClassName
{
color: #D947AC;
}
.AnyTagClassName
{
color: #D947AC;
}
</style>
background-color css
<style>
a { background-color: #D947AC; }
a { background-color: rgb(217,71,172); }
div.DivClassName
{
background-color: #D947AC;
}
.BgClassName
{
background-color: #D947AC;
}
</style>
border-color css
<style>
span { border-color: #D947AC; }
span { border-color: rgb(217,71,172); }
td.TdClassName
{
border-color: #D947AC;
}
.TagClassName
{
border-color: #D947AC;
}
</style>