Shades of Mulberry #D552AA
Tints of Mulberry #D552AA
RGB
CMYK
RGB Variations
Color information
#D552AA (or 0xD552AA) is known color: Mulberry. HEX triplet: D5, 52 and AA. RGB value is (213,82,170). Sum of RGB (Red+Green+Blue) = 213+82+170=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D552AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552AA is #2AAD55. Grayscale: #828282. Windows color (decimal): -2796886 or 11162325. OLE color: 11162325.
HSL color Cylindrical-coordinate representation of color #D552AA: hue angle of 319.69º 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 #D552AA is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 170 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 319.69º | 0.61% | 0.58% | - |
| HSV(B) | 319.69º | 0.62% | 0.84% | - |
| XYZ | 37.71 | 23.08 | 40.5 | - |
| YUV | 131.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 170 | 0 | 0.62 | 0.20 | 0.16 | 319.69 | 0.61 | 0.58 |
| Hex | D5 | 52 | AA | 0 | 3E | 14 | 10 | 140 | 3D | 3A |
| Octal | 325 | 122 | 252 | 0 | 76 | 24 | 20 | 500 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10101010 | 0 | 111110 | 10100 | 10000 | 101000000 | 111101 | 111010 |
Color Harmonies of #D552AA
Complementary color
Monochromatic Colors of #D552AA
Black with #D552AA
Text Example
Text Example
White with #D552AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552AA; }
p { color: rgb(213,82,170); }
H1.HeaderClassName
{
color: #D552AA;
}
.AnyTagClassName
{
color: #D552AA;
}
</style>
background-color css
<style>
a { background-color: #D552AA; }
a { background-color: rgb(213,82,170); }
div.DivClassName
{
background-color: #D552AA;
}
.BgClassName
{
background-color: #D552AA;
}
</style>
border-color css
<style>
span { border-color: #D552AA; }
span { border-color: rgb(213,82,170); }
td.TdClassName
{
border-color: #D552AA;
}
.TagClassName
{
border-color: #D552AA;
}
</style>