Shades of Mulberry #D94BA5
Tints of Mulberry #D94BA5
RGB
CMYK
RGB Variations
Color information
#D94BA5 (or 0xD94BA5) is known color: Mulberry. HEX triplet: D9, 4B and A5. RGB value is (217,75,165). Sum of RGB (Red+Green+Blue) = 217+75+165=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94BA5 is #26B45A. Grayscale: #7F7F7F. Windows color (decimal): -2536539 or 10832857. OLE color: 10832857.
HSL color Cylindrical-coordinate representation of color #D94BA5: hue angle of 321.97º 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 #D94BA5 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 75 | 165 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.15 |
| HSL | 321.97º | 0.65% | 0.57% | - |
| HSV(B) | 321.97º | 0.65% | 0.85% | - |
| XYZ | 37.92 | 22.5 | 37.94 | - |
| YUV | 127.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 165 | 0 | 0.65 | 0.24 | 0.15 | 321.97 | 0.65 | 0.57 |
| Hex | D9 | 4B | A5 | 0 | 41 | 18 | F | 142 | 41 | 39 |
| Octal | 331 | 113 | 245 | 0 | 101 | 30 | 17 | 502 | 101 | 71 |
| Binary | 11011001 | 1001011 | 10100101 | 0 | 1000001 | 11000 | 1111 | 101000010 | 1000001 | 111001 |
Color Harmonies of #D94BA5
Complementary color
Monochromatic Colors of #D94BA5
Black with #D94BA5
Text Example
Text Example
White with #D94BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BA5; }
p { color: rgb(217,75,165); }
H1.HeaderClassName
{
color: #D94BA5;
}
.AnyTagClassName
{
color: #D94BA5;
}
</style>
background-color css
<style>
a { background-color: #D94BA5; }
a { background-color: rgb(217,75,165); }
div.DivClassName
{
background-color: #D94BA5;
}
.BgClassName
{
background-color: #D94BA5;
}
</style>
border-color css
<style>
span { border-color: #D94BA5; }
span { border-color: rgb(217,75,165); }
td.TdClassName
{
border-color: #D94BA5;
}
.TagClassName
{
border-color: #D94BA5;
}
</style>