Shades of Mulberry #D54DAC
Tints of Mulberry #D54DAC
RGB
CMYK
RGB Variations
Color information
#D54DAC (or 0xD54DAC) is known color: Mulberry. HEX triplet: D5, 4D and AC. RGB value is (213,77,172). Sum of RGB (Red+Green+Blue) = 213+77+172=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DAC is #2AB253. Grayscale: #808080. Windows color (decimal): -2798164 or 11292117. OLE color: 11292117.
HSL color Cylindrical-coordinate representation of color #D54DAC: hue angle of 318.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DAC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 172 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.16 |
| HSL | 318.09º | 0.62% | 0.57% | - |
| HSV(B) | 318.09º | 0.64% | 0.84% | - |
| XYZ | 37.54 | 22.43 | 41.38 | - |
| YUV | 128.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 172 | 0 | 0.64 | 0.19 | 0.16 | 318.09 | 0.62 | 0.57 |
| Hex | D5 | 4D | AC | 0 | 40 | 13 | 10 | 13E | 3E | 39 |
| Octal | 325 | 115 | 254 | 0 | 100 | 23 | 20 | 476 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10101100 | 0 | 1000000 | 10011 | 10000 | 100111110 | 111110 | 111001 |
Color Harmonies of #D54DAC
Complementary color
Monochromatic Colors of #D54DAC
Black with #D54DAC
Text Example
Text Example
White with #D54DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DAC; }
p { color: rgb(213,77,172); }
H1.HeaderClassName
{
color: #D54DAC;
}
.AnyTagClassName
{
color: #D54DAC;
}
</style>
background-color css
<style>
a { background-color: #D54DAC; }
a { background-color: rgb(213,77,172); }
div.DivClassName
{
background-color: #D54DAC;
}
.BgClassName
{
background-color: #D54DAC;
}
</style>
border-color css
<style>
span { border-color: #D54DAC; }
span { border-color: rgb(213,77,172); }
td.TdClassName
{
border-color: #D54DAC;
}
.TagClassName
{
border-color: #D54DAC;
}
</style>