Shades of Mulberry #D950A8
Tints of Mulberry #D950A8
RGB
CMYK
RGB Variations
Color information
#D950A8 (or 0xD950A8) is known color: Mulberry. HEX triplet: D9, 50 and A8. RGB value is (217,80,168). Sum of RGB (Red+Green+Blue) = 217+80+168=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D950A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950A8 is #26AF57. Grayscale: #828282. Windows color (decimal): -2535256 or 11030745. OLE color: 11030745.
HSL color Cylindrical-coordinate representation of color #D950A8: hue angle of 321.46º 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 #D950A8 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 168 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.15 |
| HSL | 321.46º | 0.64% | 0.58% | - |
| HSV(B) | 321.46º | 0.63% | 0.85% | - |
| XYZ | 38.55 | 23.32 | 39.51 | - |
| YUV | 131 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 168 | 0 | 0.63 | 0.23 | 0.15 | 321.46 | 0.64 | 0.58 |
| Hex | D9 | 50 | A8 | 0 | 3F | 17 | F | 141 | 40 | 3A |
| Octal | 331 | 120 | 250 | 0 | 77 | 27 | 17 | 501 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10101000 | 0 | 111111 | 10111 | 1111 | 101000001 | 1000000 | 111010 |
Color Harmonies of #D950A8
Complementary color
Monochromatic Colors of #D950A8
Black with #D950A8
Text Example
Text Example
White with #D950A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950A8; }
p { color: rgb(217,80,168); }
H1.HeaderClassName
{
color: #D950A8;
}
.AnyTagClassName
{
color: #D950A8;
}
</style>
background-color css
<style>
a { background-color: #D950A8; }
a { background-color: rgb(217,80,168); }
div.DivClassName
{
background-color: #D950A8;
}
.BgClassName
{
background-color: #D950A8;
}
</style>
border-color css
<style>
span { border-color: #D950A8; }
span { border-color: rgb(217,80,168); }
td.TdClassName
{
border-color: #D950A8;
}
.TagClassName
{
border-color: #D950A8;
}
</style>