Shades of Mulberry #D557A5
Tints of Mulberry #D557A5
RGB
CMYK
RGB Variations
Color information
#D557A5 (or 0xD557A5) is known color: Mulberry. HEX triplet: D5, 57 and A5. RGB value is (213,87,165). Sum of RGB (Red+Green+Blue) = 213+87+165=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D557A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557A5 is #2AA85A. Grayscale: #858585. Windows color (decimal): -2795611 or 10835925. OLE color: 10835925.
HSL color Cylindrical-coordinate representation of color #D557A5: hue angle of 322.86º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D557A5 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 165 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.16 |
| HSL | 322.86º | 0.6% | 0.59% | - |
| HSV(B) | 322.86º | 0.59% | 0.84% | - |
| XYZ | 37.64 | 23.68 | 38.18 | - |
| YUV | 133.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 165 | 0 | 0.59 | 0.23 | 0.16 | 322.86 | 0.6 | 0.59 |
| Hex | D5 | 57 | A5 | 0 | 3B | 17 | 10 | 143 | 3C | 3B |
| Octal | 325 | 127 | 245 | 0 | 73 | 27 | 20 | 503 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10100101 | 0 | 111011 | 10111 | 10000 | 101000011 | 111100 | 111011 |
Color Harmonies of #D557A5
Complementary color
Monochromatic Colors of #D557A5
Black with #D557A5
Text Example
Text Example
White with #D557A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557A5; }
p { color: rgb(213,87,165); }
H1.HeaderClassName
{
color: #D557A5;
}
.AnyTagClassName
{
color: #D557A5;
}
</style>
background-color css
<style>
a { background-color: #D557A5; }
a { background-color: rgb(213,87,165); }
div.DivClassName
{
background-color: #D557A5;
}
.BgClassName
{
background-color: #D557A5;
}
</style>
border-color css
<style>
span { border-color: #D557A5; }
span { border-color: rgb(213,87,165); }
td.TdClassName
{
border-color: #D557A5;
}
.TagClassName
{
border-color: #D557A5;
}
</style>