Shades of Mulberry #D94BAC
Tints of Mulberry #D94BAC
RGB
CMYK
RGB Variations
Color information
#D94BAC (or 0xD94BAC) is known color: Mulberry. HEX triplet: D9, 4B and AC. RGB value is (217,75,172). Sum of RGB (Red+Green+Blue) = 217+75+172=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94BAC is #26B453. Grayscale: #808080. Windows color (decimal): -2536532 or 11291609. OLE color: 11291609.
HSL color Cylindrical-coordinate representation of color #D94BAC: hue angle of 319.01º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94BAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 75 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.15 |
| HSL | 319.01º | 0.65% | 0.57% | - |
| HSV(B) | 319.01º | 0.65% | 0.85% | - |
| XYZ | 38.58 | 22.76 | 41.39 | - |
| YUV | 128.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 172 | 0 | 0.65 | 0.21 | 0.15 | 319.01 | 0.65 | 0.57 |
| Hex | D9 | 4B | AC | 0 | 41 | 15 | F | 13F | 41 | 39 |
| Octal | 331 | 113 | 254 | 0 | 101 | 25 | 17 | 477 | 101 | 71 |
| Binary | 11011001 | 1001011 | 10101100 | 0 | 1000001 | 10101 | 1111 | 100111111 | 1000001 | 111001 |
Color Harmonies of #D94BAC
Complementary color
Monochromatic Colors of #D94BAC
Black with #D94BAC
Text Example
Text Example
White with #D94BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BAC; }
p { color: rgb(217,75,172); }
H1.HeaderClassName
{
color: #D94BAC;
}
.AnyTagClassName
{
color: #D94BAC;
}
</style>
background-color css
<style>
a { background-color: #D94BAC; }
a { background-color: rgb(217,75,172); }
div.DivClassName
{
background-color: #D94BAC;
}
.BgClassName
{
background-color: #D94BAC;
}
</style>
border-color css
<style>
span { border-color: #D94BAC; }
span { border-color: rgb(217,75,172); }
td.TdClassName
{
border-color: #D94BAC;
}
.TagClassName
{
border-color: #D94BAC;
}
</style>