Shades of Mulberry #D551AB
Tints of Mulberry #D551AB
RGB
CMYK
RGB Variations
Color information
#D551AB (or 0xD551AB) is known color: Mulberry. HEX triplet: D5, 51 and AB. RGB value is (213,81,171). Sum of RGB (Red+Green+Blue) = 213+81+171=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D551AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551AB is #2AAE54. Grayscale: #828282. Windows color (decimal): -2797141 or 11227605. OLE color: 11227605.
HSL color Cylindrical-coordinate representation of color #D551AB: hue angle of 319.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 #D551AB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 171 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 319.09º | 0.61% | 0.58% | - |
| HSV(B) | 319.09º | 0.62% | 0.84% | - |
| XYZ | 37.73 | 22.97 | 40.97 | - |
| YUV | 130.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 171 | 0 | 0.62 | 0.20 | 0.16 | 319.09 | 0.61 | 0.58 |
| Hex | D5 | 51 | AB | 0 | 3E | 14 | 10 | 13F | 3D | 3A |
| Octal | 325 | 121 | 253 | 0 | 76 | 24 | 20 | 477 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10101011 | 0 | 111110 | 10100 | 10000 | 100111111 | 111101 | 111010 |
Color Harmonies of #D551AB
Complementary color
Monochromatic Colors of #D551AB
Black with #D551AB
Text Example
Text Example
White with #D551AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551AB; }
p { color: rgb(213,81,171); }
H1.HeaderClassName
{
color: #D551AB;
}
.AnyTagClassName
{
color: #D551AB;
}
</style>
background-color css
<style>
a { background-color: #D551AB; }
a { background-color: rgb(213,81,171); }
div.DivClassName
{
background-color: #D551AB;
}
.BgClassName
{
background-color: #D551AB;
}
</style>
border-color css
<style>
span { border-color: #D551AB; }
span { border-color: rgb(213,81,171); }
td.TdClassName
{
border-color: #D551AB;
}
.TagClassName
{
border-color: #D551AB;
}
</style>