Shades of Mulberry #D954A3
Tints of Mulberry #D954A3
RGB
CMYK
RGB Variations
Color information
#D954A3 (or 0xD954A3) is known color: Mulberry. HEX triplet: D9, 54 and A3. RGB value is (217,84,163). Sum of RGB (Red+Green+Blue) = 217+84+163=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D954A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954A3 is #26AB5C. Grayscale: #848484. Windows color (decimal): -2534237 or 10704089. OLE color: 10704089.
HSL color Cylindrical-coordinate representation of color #D954A3: hue angle of 324.36º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D954A3 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 163 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.15 |
| HSL | 324.36º | 0.64% | 0.59% | - |
| HSV(B) | 324.36º | 0.61% | 0.85% | - |
| XYZ | 38.4 | 23.74 | 37.21 | - |
| YUV | 132.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 163 | 0 | 0.61 | 0.25 | 0.15 | 324.36 | 0.64 | 0.59 |
| Hex | D9 | 54 | A3 | 0 | 3D | 19 | F | 144 | 40 | 3B |
| Octal | 331 | 124 | 243 | 0 | 75 | 31 | 17 | 504 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10100011 | 0 | 111101 | 11001 | 1111 | 101000100 | 1000000 | 111011 |
Color Harmonies of #D954A3
Complementary color
Monochromatic Colors of #D954A3
Black with #D954A3
Text Example
Text Example
White with #D954A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954A3; }
p { color: rgb(217,84,163); }
H1.HeaderClassName
{
color: #D954A3;
}
.AnyTagClassName
{
color: #D954A3;
}
</style>
background-color css
<style>
a { background-color: #D954A3; }
a { background-color: rgb(217,84,163); }
div.DivClassName
{
background-color: #D954A3;
}
.BgClassName
{
background-color: #D954A3;
}
</style>
border-color css
<style>
span { border-color: #D954A3; }
span { border-color: rgb(217,84,163); }
td.TdClassName
{
border-color: #D954A3;
}
.TagClassName
{
border-color: #D954A3;
}
</style>