Shades of Mulberry #D552A6
Tints of Mulberry #D552A6
RGB
CMYK
RGB Variations
Color information
#D552A6 (or 0xD552A6) is known color: Mulberry. HEX triplet: D5, 52 and A6. RGB value is (213,82,166). Sum of RGB (Red+Green+Blue) = 213+82+166=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D552A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552A6 is #2AAD59. Grayscale: #828282. Windows color (decimal): -2796890 or 10900181. OLE color: 10900181.
HSL color Cylindrical-coordinate representation of color #D552A6: hue angle of 321.53º 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 #D552A6 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 166 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.16 |
| HSL | 321.53º | 0.61% | 0.58% | - |
| HSV(B) | 321.53º | 0.62% | 0.84% | - |
| XYZ | 37.34 | 22.93 | 38.54 | - |
| YUV | 130.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 166 | 0 | 0.62 | 0.22 | 0.16 | 321.53 | 0.61 | 0.58 |
| Hex | D5 | 52 | A6 | 0 | 3E | 16 | 10 | 142 | 3D | 3A |
| Octal | 325 | 122 | 246 | 0 | 76 | 26 | 20 | 502 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10100110 | 0 | 111110 | 10110 | 10000 | 101000010 | 111101 | 111010 |
Color Harmonies of #D552A6
Complementary color
Monochromatic Colors of #D552A6
Black with #D552A6
Text Example
Text Example
White with #D552A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552A6; }
p { color: rgb(213,82,166); }
H1.HeaderClassName
{
color: #D552A6;
}
.AnyTagClassName
{
color: #D552A6;
}
</style>
background-color css
<style>
a { background-color: #D552A6; }
a { background-color: rgb(213,82,166); }
div.DivClassName
{
background-color: #D552A6;
}
.BgClassName
{
background-color: #D552A6;
}
</style>
border-color css
<style>
span { border-color: #D552A6; }
span { border-color: rgb(213,82,166); }
td.TdClassName
{
border-color: #D552A6;
}
.TagClassName
{
border-color: #D552A6;
}
</style>