Shades of Mulberry #D552A3
Tints of Mulberry #D552A3
RGB
CMYK
RGB Variations
Color information
#D552A3 (or 0xD552A3) is known color: Mulberry. HEX triplet: D5, 52 and A3. RGB value is (213,82,163). Sum of RGB (Red+Green+Blue) = 213+82+163=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D552A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552A3 is #2AAD5C. Grayscale: #828282. Windows color (decimal): -2796893 or 10703573. OLE color: 10703573.
HSL color Cylindrical-coordinate representation of color #D552A3: hue angle of 322.9º 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 #D552A3 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 163 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.16 |
| HSL | 322.9º | 0.61% | 0.58% | - |
| HSV(B) | 322.9º | 0.62% | 0.84% | - |
| XYZ | 37.07 | 22.83 | 37.1 | - |
| YUV | 130.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 163 | 0 | 0.62 | 0.23 | 0.16 | 322.9 | 0.61 | 0.58 |
| Hex | D5 | 52 | A3 | 0 | 3E | 17 | 10 | 143 | 3D | 3A |
| Octal | 325 | 122 | 243 | 0 | 76 | 27 | 20 | 503 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10100011 | 0 | 111110 | 10111 | 10000 | 101000011 | 111101 | 111010 |
Color Harmonies of #D552A3
Complementary color
Monochromatic Colors of #D552A3
Black with #D552A3
Text Example
Text Example
White with #D552A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552A3; }
p { color: rgb(213,82,163); }
H1.HeaderClassName
{
color: #D552A3;
}
.AnyTagClassName
{
color: #D552A3;
}
</style>
background-color css
<style>
a { background-color: #D552A3; }
a { background-color: rgb(213,82,163); }
div.DivClassName
{
background-color: #D552A3;
}
.BgClassName
{
background-color: #D552A3;
}
</style>
border-color css
<style>
span { border-color: #D552A3; }
span { border-color: rgb(213,82,163); }
td.TdClassName
{
border-color: #D552A3;
}
.TagClassName
{
border-color: #D552A3;
}
</style>