Shades of Mulberry #D94FAB
Tints of Mulberry #D94FAB
RGB
CMYK
RGB Variations
Color information
#D94FAB (or 0xD94FAB) is known color: Mulberry. HEX triplet: D9, 4F and AB. RGB value is (217,79,171). Sum of RGB (Red+Green+Blue) = 217+79+171=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FAB is #26B054. Grayscale: #828282. Windows color (decimal): -2535509 or 11227097. OLE color: 11227097.
HSL color Cylindrical-coordinate representation of color #D94FAB: hue angle of 320º 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 #D94FAB is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 171 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.15 |
| HSL | 320º | 0.64% | 0.58% | - |
| HSV(B) | 320º | 0.64% | 0.85% | - |
| XYZ | 38.76 | 23.28 | 40.98 | - |
| YUV | 130.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 171 | 0 | 0.64 | 0.21 | 0.15 | 320 | 0.64 | 0.58 |
| Hex | D9 | 4F | AB | 0 | 40 | 15 | F | 140 | 40 | 3A |
| Octal | 331 | 117 | 253 | 0 | 100 | 25 | 17 | 500 | 100 | 72 |
| Binary | 11011001 | 1001111 | 10101011 | 0 | 1000000 | 10101 | 1111 | 101000000 | 1000000 | 111010 |
Color Harmonies of #D94FAB
Complementary color
Monochromatic Colors of #D94FAB
Black with #D94FAB
Text Example
Text Example
White with #D94FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FAB; }
p { color: rgb(217,79,171); }
H1.HeaderClassName
{
color: #D94FAB;
}
.AnyTagClassName
{
color: #D94FAB;
}
</style>
background-color css
<style>
a { background-color: #D94FAB; }
a { background-color: rgb(217,79,171); }
div.DivClassName
{
background-color: #D94FAB;
}
.BgClassName
{
background-color: #D94FAB;
}
</style>
border-color css
<style>
span { border-color: #D94FAB; }
span { border-color: rgb(217,79,171); }
td.TdClassName
{
border-color: #D94FAB;
}
.TagClassName
{
border-color: #D94FAB;
}
</style>