Shades of Mulberry #D551A6
Tints of Mulberry #D551A6
RGB
CMYK
RGB Variations
Color information
#D551A6 (or 0xD551A6) is known color: Mulberry. HEX triplet: D5, 51 and A6. RGB value is (213,81,166). Sum of RGB (Red+Green+Blue) = 213+81+166=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D551A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551A6 is #2AAE59. Grayscale: #818181. Windows color (decimal): -2797146 or 10899925. OLE color: 10899925.
HSL color Cylindrical-coordinate representation of color #D551A6: hue angle of 321.36º 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 #D551A6 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 166 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.16 |
| HSL | 321.36º | 0.61% | 0.58% | - |
| HSV(B) | 321.36º | 0.62% | 0.84% | - |
| XYZ | 37.27 | 22.78 | 38.51 | - |
| YUV | 130.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 166 | 0 | 0.62 | 0.22 | 0.16 | 321.36 | 0.61 | 0.58 |
| Hex | D5 | 51 | A6 | 0 | 3E | 16 | 10 | 141 | 3D | 3A |
| Octal | 325 | 121 | 246 | 0 | 76 | 26 | 20 | 501 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10100110 | 0 | 111110 | 10110 | 10000 | 101000001 | 111101 | 111010 |
Color Harmonies of #D551A6
Complementary color
Monochromatic Colors of #D551A6
Black with #D551A6
Text Example
Text Example
White with #D551A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551A6; }
p { color: rgb(213,81,166); }
H1.HeaderClassName
{
color: #D551A6;
}
.AnyTagClassName
{
color: #D551A6;
}
</style>
background-color css
<style>
a { background-color: #D551A6; }
a { background-color: rgb(213,81,166); }
div.DivClassName
{
background-color: #D551A6;
}
.BgClassName
{
background-color: #D551A6;
}
</style>
border-color css
<style>
span { border-color: #D551A6; }
span { border-color: rgb(213,81,166); }
td.TdClassName
{
border-color: #D551A6;
}
.TagClassName
{
border-color: #D551A6;
}
</style>