Shades of Mulberry #D552A8
Tints of Mulberry #D552A8
RGB
CMYK
RGB Variations
Color information
#D552A8 (or 0xD552A8) is known color: Mulberry. HEX triplet: D5, 52 and A8. RGB value is (213,82,168). Sum of RGB (Red+Green+Blue) = 213+82+168=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D552A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552A8 is #2AAD57. Grayscale: #828282. Windows color (decimal): -2796888 or 11031253. OLE color: 11031253.
HSL color Cylindrical-coordinate representation of color #D552A8: hue angle of 320.61º 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 #D552A8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 168 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.16 |
| HSL | 320.61º | 0.61% | 0.58% | - |
| HSV(B) | 320.61º | 0.62% | 0.84% | - |
| XYZ | 37.53 | 23.01 | 39.51 | - |
| YUV | 130.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 168 | 0 | 0.62 | 0.21 | 0.16 | 320.61 | 0.61 | 0.58 |
| Hex | D5 | 52 | A8 | 0 | 3E | 15 | 10 | 141 | 3D | 3A |
| Octal | 325 | 122 | 250 | 0 | 76 | 25 | 20 | 501 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10101000 | 0 | 111110 | 10101 | 10000 | 101000001 | 111101 | 111010 |
Color Harmonies of #D552A8
Complementary color
Monochromatic Colors of #D552A8
Black with #D552A8
Text Example
Text Example
White with #D552A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552A8; }
p { color: rgb(213,82,168); }
H1.HeaderClassName
{
color: #D552A8;
}
.AnyTagClassName
{
color: #D552A8;
}
</style>
background-color css
<style>
a { background-color: #D552A8; }
a { background-color: rgb(213,82,168); }
div.DivClassName
{
background-color: #D552A8;
}
.BgClassName
{
background-color: #D552A8;
}
</style>
border-color css
<style>
span { border-color: #D552A8; }
span { border-color: rgb(213,82,168); }
td.TdClassName
{
border-color: #D552A8;
}
.TagClassName
{
border-color: #D552A8;
}
</style>