Shades of Mulberry #D551A5
Tints of Mulberry #D551A5
RGB
CMYK
RGB Variations
Color information
#D551A5 (or 0xD551A5) is known color: Mulberry. HEX triplet: D5, 51 and A5. RGB value is (213,81,165). Sum of RGB (Red+Green+Blue) = 213+81+165=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D551A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551A5 is #2AAE5A. Grayscale: #818181. Windows color (decimal): -2797147 or 10834389. OLE color: 10834389.
HSL color Cylindrical-coordinate representation of color #D551A5: hue angle of 321.82º 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 #D551A5 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 165 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.16 |
| HSL | 321.82º | 0.61% | 0.58% | - |
| HSV(B) | 321.82º | 0.62% | 0.84% | - |
| XYZ | 37.17 | 22.75 | 38.03 | - |
| YUV | 130.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 165 | 0 | 0.62 | 0.23 | 0.16 | 321.82 | 0.61 | 0.58 |
| Hex | D5 | 51 | A5 | 0 | 3E | 17 | 10 | 142 | 3D | 3A |
| Octal | 325 | 121 | 245 | 0 | 76 | 27 | 20 | 502 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10100101 | 0 | 111110 | 10111 | 10000 | 101000010 | 111101 | 111010 |
Color Harmonies of #D551A5
Complementary color
Monochromatic Colors of #D551A5
Black with #D551A5
Text Example
Text Example
White with #D551A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551A5; }
p { color: rgb(213,81,165); }
H1.HeaderClassName
{
color: #D551A5;
}
.AnyTagClassName
{
color: #D551A5;
}
</style>
background-color css
<style>
a { background-color: #D551A5; }
a { background-color: rgb(213,81,165); }
div.DivClassName
{
background-color: #D551A5;
}
.BgClassName
{
background-color: #D551A5;
}
</style>
border-color css
<style>
span { border-color: #D551A5; }
span { border-color: rgb(213,81,165); }
td.TdClassName
{
border-color: #D551A5;
}
.TagClassName
{
border-color: #D551A5;
}
</style>