Shades of Mulberry #D94F9D
Tints of Mulberry #D94F9D
RGB
CMYK
RGB Variations
Color information
#D94F9D (or 0xD94F9D) is known color: Mulberry. HEX triplet: D9, 4F and 9D. RGB value is (217,79,157). Sum of RGB (Red+Green+Blue) = 217+79+157=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F9D is #26B062. Grayscale: #808080. Windows color (decimal): -2535523 or 10309593. OLE color: 10309593.
HSL color Cylindrical-coordinate representation of color #D94F9D: hue angle of 326.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F9D is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 157 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.15 |
| HSL | 326.09º | 0.64% | 0.58% | - |
| HSV(B) | 326.09º | 0.64% | 0.85% | - |
| XYZ | 37.5 | 22.78 | 34.32 | - |
| YUV | 129.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 157 | 0 | 0.64 | 0.28 | 0.15 | 326.09 | 0.64 | 0.58 |
| Hex | D9 | 4F | 9D | 0 | 40 | 1C | F | 146 | 40 | 3A |
| Octal | 331 | 117 | 235 | 0 | 100 | 34 | 17 | 506 | 100 | 72 |
| Binary | 11011001 | 1001111 | 10011101 | 0 | 1000000 | 11100 | 1111 | 101000110 | 1000000 | 111010 |
Color Harmonies of #D94F9D
Complementary color
Monochromatic Colors of #D94F9D
Black with #D94F9D
Text Example
Text Example
White with #D94F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F9D; }
p { color: rgb(217,79,157); }
H1.HeaderClassName
{
color: #D94F9D;
}
.AnyTagClassName
{
color: #D94F9D;
}
</style>
background-color css
<style>
a { background-color: #D94F9D; }
a { background-color: rgb(217,79,157); }
div.DivClassName
{
background-color: #D94F9D;
}
.BgClassName
{
background-color: #D94F9D;
}
</style>
border-color css
<style>
span { border-color: #D94F9D; }
span { border-color: rgb(217,79,157); }
td.TdClassName
{
border-color: #D94F9D;
}
.TagClassName
{
border-color: #D94F9D;
}
</style>