Shades of Mulberry #D552A5
Tints of Mulberry #D552A5
RGB
CMYK
RGB Variations
Color information
#D552A5 (or 0xD552A5) is known color: Mulberry. HEX triplet: D5, 52 and A5. RGB value is (213,82,165). Sum of RGB (Red+Green+Blue) = 213+82+165=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D552A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552A5 is #2AAD5A. Grayscale: #828282. Windows color (decimal): -2796891 or 10834645. OLE color: 10834645.
HSL color Cylindrical-coordinate representation of color #D552A5: hue angle of 321.98º 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 #D552A5 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 165 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.16 |
| HSL | 321.98º | 0.61% | 0.58% | - |
| HSV(B) | 321.98º | 0.62% | 0.84% | - |
| XYZ | 37.25 | 22.9 | 38.05 | - |
| YUV | 130.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 165 | 0 | 0.62 | 0.23 | 0.16 | 321.98 | 0.61 | 0.58 |
| Hex | D5 | 52 | A5 | 0 | 3E | 17 | 10 | 142 | 3D | 3A |
| Octal | 325 | 122 | 245 | 0 | 76 | 27 | 20 | 502 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10100101 | 0 | 111110 | 10111 | 10000 | 101000010 | 111101 | 111010 |
Color Harmonies of #D552A5
Complementary color
Monochromatic Colors of #D552A5
Black with #D552A5
Text Example
Text Example
White with #D552A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552A5; }
p { color: rgb(213,82,165); }
H1.HeaderClassName
{
color: #D552A5;
}
.AnyTagClassName
{
color: #D552A5;
}
</style>
background-color css
<style>
a { background-color: #D552A5; }
a { background-color: rgb(213,82,165); }
div.DivClassName
{
background-color: #D552A5;
}
.BgClassName
{
background-color: #D552A5;
}
</style>
border-color css
<style>
span { border-color: #D552A5; }
span { border-color: rgb(213,82,165); }
td.TdClassName
{
border-color: #D552A5;
}
.TagClassName
{
border-color: #D552A5;
}
</style>