Shades of Mulberry #D557A8
Tints of Mulberry #D557A8
RGB
CMYK
RGB Variations
Color information
#D557A8 (or 0xD557A8) is known color: Mulberry. HEX triplet: D5, 57 and A8. RGB value is (213,87,168). Sum of RGB (Red+Green+Blue) = 213+87+168=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D557A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557A8 is #2AA857. Grayscale: #858585. Windows color (decimal): -2795608 or 11032533. OLE color: 11032533.
HSL color Cylindrical-coordinate representation of color #D557A8: hue angle of 321.43º 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 #D557A8 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 168 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.16 |
| HSL | 321.43º | 0.6% | 0.59% | - |
| HSV(B) | 321.43º | 0.59% | 0.84% | - |
| XYZ | 37.92 | 23.79 | 39.64 | - |
| YUV | 133.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 168 | 0 | 0.59 | 0.21 | 0.16 | 321.43 | 0.6 | 0.59 |
| Hex | D5 | 57 | A8 | 0 | 3B | 15 | 10 | 141 | 3C | 3B |
| Octal | 325 | 127 | 250 | 0 | 73 | 25 | 20 | 501 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10101000 | 0 | 111011 | 10101 | 10000 | 101000001 | 111100 | 111011 |
Color Harmonies of #D557A8
Complementary color
Monochromatic Colors of #D557A8
Black with #D557A8
Text Example
Text Example
White with #D557A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557A8; }
p { color: rgb(213,87,168); }
H1.HeaderClassName
{
color: #D557A8;
}
.AnyTagClassName
{
color: #D557A8;
}
</style>
background-color css
<style>
a { background-color: #D557A8; }
a { background-color: rgb(213,87,168); }
div.DivClassName
{
background-color: #D557A8;
}
.BgClassName
{
background-color: #D557A8;
}
</style>
border-color css
<style>
span { border-color: #D557A8; }
span { border-color: rgb(213,87,168); }
td.TdClassName
{
border-color: #D557A8;
}
.TagClassName
{
border-color: #D557A8;
}
</style>