Shades of Mulberry #D551A3
Tints of Mulberry #D551A3
RGB
CMYK
RGB Variations
Color information
#D551A3 (or 0xD551A3) is known color: Mulberry. HEX triplet: D5, 51 and A3. RGB value is (213,81,163). Sum of RGB (Red+Green+Blue) = 213+81+163=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D551A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551A3 is #2AAE5C. Grayscale: #818181. Windows color (decimal): -2797149 or 10703317. OLE color: 10703317.
HSL color Cylindrical-coordinate representation of color #D551A3: hue angle of 322.73º 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 #D551A3 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 163 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.16 |
| HSL | 322.73º | 0.61% | 0.58% | - |
| HSV(B) | 322.73º | 0.62% | 0.84% | - |
| XYZ | 36.99 | 22.68 | 37.08 | - |
| YUV | 129.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 163 | 0 | 0.62 | 0.23 | 0.16 | 322.73 | 0.61 | 0.58 |
| Hex | D5 | 51 | A3 | 0 | 3E | 17 | 10 | 143 | 3D | 3A |
| Octal | 325 | 121 | 243 | 0 | 76 | 27 | 20 | 503 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10100011 | 0 | 111110 | 10111 | 10000 | 101000011 | 111101 | 111010 |
Color Harmonies of #D551A3
Complementary color
Monochromatic Colors of #D551A3
Black with #D551A3
Text Example
Text Example
White with #D551A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551A3; }
p { color: rgb(213,81,163); }
H1.HeaderClassName
{
color: #D551A3;
}
.AnyTagClassName
{
color: #D551A3;
}
</style>
background-color css
<style>
a { background-color: #D551A3; }
a { background-color: rgb(213,81,163); }
div.DivClassName
{
background-color: #D551A3;
}
.BgClassName
{
background-color: #D551A3;
}
</style>
border-color css
<style>
span { border-color: #D551A3; }
span { border-color: rgb(213,81,163); }
td.TdClassName
{
border-color: #D551A3;
}
.TagClassName
{
border-color: #D551A3;
}
</style>