Shades of Mulberry #D552A7
Tints of Mulberry #D552A7
RGB
CMYK
RGB Variations
Color information
#D552A7 (or 0xD552A7) is known color: Mulberry. HEX triplet: D5, 52 and A7. RGB value is (213,82,167). Sum of RGB (Red+Green+Blue) = 213+82+167=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D552A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552A7 is #2AAD58. Grayscale: #828282. Windows color (decimal): -2796889 or 10965717. OLE color: 10965717.
HSL color Cylindrical-coordinate representation of color #D552A7: hue angle of 321.07º 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 #D552A7 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 167 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.16 |
| HSL | 321.07º | 0.61% | 0.58% | - |
| HSV(B) | 321.07º | 0.62% | 0.84% | - |
| XYZ | 37.43 | 22.97 | 39.02 | - |
| YUV | 130.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 167 | 0 | 0.62 | 0.22 | 0.16 | 321.07 | 0.61 | 0.58 |
| Hex | D5 | 52 | A7 | 0 | 3E | 16 | 10 | 141 | 3D | 3A |
| Octal | 325 | 122 | 247 | 0 | 76 | 26 | 20 | 501 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10100111 | 0 | 111110 | 10110 | 10000 | 101000001 | 111101 | 111010 |
Color Harmonies of #D552A7
Complementary color
Monochromatic Colors of #D552A7
Black with #D552A7
Text Example
Text Example
White with #D552A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552A7; }
p { color: rgb(213,82,167); }
H1.HeaderClassName
{
color: #D552A7;
}
.AnyTagClassName
{
color: #D552A7;
}
</style>
background-color css
<style>
a { background-color: #D552A7; }
a { background-color: rgb(213,82,167); }
div.DivClassName
{
background-color: #D552A7;
}
.BgClassName
{
background-color: #D552A7;
}
</style>
border-color css
<style>
span { border-color: #D552A7; }
span { border-color: rgb(213,82,167); }
td.TdClassName
{
border-color: #D552A7;
}
.TagClassName
{
border-color: #D552A7;
}
</style>