Shades of Mulberry #D950AC
Tints of Mulberry #D950AC
RGB
CMYK
RGB Variations
Color information
#D950AC (or 0xD950AC) is known color: Mulberry. HEX triplet: D9, 50 and AC. RGB value is (217,80,172). Sum of RGB (Red+Green+Blue) = 217+80+172=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D950AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950AC is #26AF53. Grayscale: #838383. Windows color (decimal): -2535252 or 11292889. OLE color: 11292889.
HSL color Cylindrical-coordinate representation of color #D950AC: hue angle of 319.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950AC is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 172 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.15 |
| HSL | 319.71º | 0.64% | 0.58% | - |
| HSV(B) | 319.71º | 0.63% | 0.85% | - |
| XYZ | 38.93 | 23.47 | 41.51 | - |
| YUV | 131.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 172 | 0 | 0.63 | 0.21 | 0.15 | 319.71 | 0.64 | 0.58 |
| Hex | D9 | 50 | AC | 0 | 3F | 15 | F | 140 | 40 | 3A |
| Octal | 331 | 120 | 254 | 0 | 77 | 25 | 17 | 500 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10101100 | 0 | 111111 | 10101 | 1111 | 101000000 | 1000000 | 111010 |
Color Harmonies of #D950AC
Complementary color
Monochromatic Colors of #D950AC
Black with #D950AC
Text Example
Text Example
White with #D950AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950AC; }
p { color: rgb(217,80,172); }
H1.HeaderClassName
{
color: #D950AC;
}
.AnyTagClassName
{
color: #D950AC;
}
</style>
background-color css
<style>
a { background-color: #D950AC; }
a { background-color: rgb(217,80,172); }
div.DivClassName
{
background-color: #D950AC;
}
.BgClassName
{
background-color: #D950AC;
}
</style>
border-color css
<style>
span { border-color: #D950AC; }
span { border-color: rgb(217,80,172); }
td.TdClassName
{
border-color: #D950AC;
}
.TagClassName
{
border-color: #D950AC;
}
</style>