Shades of Mulberry #D950AD
Tints of Mulberry #D950AD
RGB
CMYK
RGB Variations
Color information
#D950AD (or 0xD950AD) is known color: Mulberry. HEX triplet: D9, 50 and AD. RGB value is (217,80,173). Sum of RGB (Red+Green+Blue) = 217+80+173=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D950AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950AD is #26AF52. Grayscale: #838383. Windows color (decimal): -2535251 or 11358425. OLE color: 11358425.
HSL color Cylindrical-coordinate representation of color #D950AD: hue angle of 319.27º 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 #D950AD is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 173 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.15 |
| HSL | 319.27º | 0.64% | 0.58% | - |
| HSV(B) | 319.27º | 0.63% | 0.85% | - |
| XYZ | 39.03 | 23.51 | 42.02 | - |
| YUV | 131.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 173 | 0 | 0.63 | 0.20 | 0.15 | 319.27 | 0.64 | 0.58 |
| Hex | D9 | 50 | AD | 0 | 3F | 14 | F | 13F | 40 | 3A |
| Octal | 331 | 120 | 255 | 0 | 77 | 24 | 17 | 477 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10101101 | 0 | 111111 | 10100 | 1111 | 100111111 | 1000000 | 111010 |
Color Harmonies of #D950AD
Complementary color
Monochromatic Colors of #D950AD
Black with #D950AD
Text Example
Text Example
White with #D950AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950AD; }
p { color: rgb(217,80,173); }
H1.HeaderClassName
{
color: #D950AD;
}
.AnyTagClassName
{
color: #D950AD;
}
</style>
background-color css
<style>
a { background-color: #D950AD; }
a { background-color: rgb(217,80,173); }
div.DivClassName
{
background-color: #D950AD;
}
.BgClassName
{
background-color: #D950AD;
}
</style>
border-color css
<style>
span { border-color: #D950AD; }
span { border-color: rgb(217,80,173); }
td.TdClassName
{
border-color: #D950AD;
}
.TagClassName
{
border-color: #D950AD;
}
</style>