Shades of Mulberry #D551A0
Tints of Mulberry #D551A0
RGB
CMYK
RGB Variations
Color information
#D551A0 (or 0xD551A0) is known color: Mulberry. HEX triplet: D5, 51 and A0. RGB value is (213,81,160). Sum of RGB (Red+Green+Blue) = 213+81+160=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D551A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551A0 is #2AAE5F. Grayscale: #818181. Windows color (decimal): -2797152 or 10506709. OLE color: 10506709.
HSL color Cylindrical-coordinate representation of color #D551A0: hue angle of 324.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551A0 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 160 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.16 |
| HSL | 324.09º | 0.61% | 0.58% | - |
| HSV(B) | 324.09º | 0.62% | 0.84% | - |
| XYZ | 36.73 | 22.57 | 35.68 | - |
| YUV | 129.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 160 | 0 | 0.62 | 0.25 | 0.16 | 324.09 | 0.61 | 0.58 |
| Hex | D5 | 51 | A0 | 0 | 3E | 19 | 10 | 144 | 3D | 3A |
| Octal | 325 | 121 | 240 | 0 | 76 | 31 | 20 | 504 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10100000 | 0 | 111110 | 11001 | 10000 | 101000100 | 111101 | 111010 |
Color Harmonies of #D551A0
Complementary color
Monochromatic Colors of #D551A0
Black with #D551A0
Text Example
Text Example
White with #D551A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551A0; }
p { color: rgb(213,81,160); }
H1.HeaderClassName
{
color: #D551A0;
}
.AnyTagClassName
{
color: #D551A0;
}
</style>
background-color css
<style>
a { background-color: #D551A0; }
a { background-color: rgb(213,81,160); }
div.DivClassName
{
background-color: #D551A0;
}
.BgClassName
{
background-color: #D551A0;
}
</style>
border-color css
<style>
span { border-color: #D551A0; }
span { border-color: rgb(213,81,160); }
td.TdClassName
{
border-color: #D551A0;
}
.TagClassName
{
border-color: #D551A0;
}
</style>