Shades of Mulberry #D554A2
Tints of Mulberry #D554A2
RGB
CMYK
RGB Variations
Color information
#D554A2 (or 0xD554A2) is known color: Mulberry. HEX triplet: D5, 54 and A2. RGB value is (213,84,162). Sum of RGB (Red+Green+Blue) = 213+84+162=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D554A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554A2 is #2AAB5D. Grayscale: #838383. Windows color (decimal): -2796382 or 10638549. OLE color: 10638549.
HSL color Cylindrical-coordinate representation of color #D554A2: hue angle of 323.72º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D554A2 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 162 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.16 |
| HSL | 323.72º | 0.61% | 0.58% | - |
| HSV(B) | 323.72º | 0.61% | 0.84% | - |
| XYZ | 37.13 | 23.1 | 36.68 | - |
| YUV | 131.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 162 | 0 | 0.61 | 0.24 | 0.16 | 323.72 | 0.61 | 0.58 |
| Hex | D5 | 54 | A2 | 0 | 3D | 18 | 10 | 144 | 3D | 3A |
| Octal | 325 | 124 | 242 | 0 | 75 | 30 | 20 | 504 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10100010 | 0 | 111101 | 11000 | 10000 | 101000100 | 111101 | 111010 |
Color Harmonies of #D554A2
Complementary color
Monochromatic Colors of #D554A2
Black with #D554A2
Text Example
Text Example
White with #D554A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554A2; }
p { color: rgb(213,84,162); }
H1.HeaderClassName
{
color: #D554A2;
}
.AnyTagClassName
{
color: #D554A2;
}
</style>
background-color css
<style>
a { background-color: #D554A2; }
a { background-color: rgb(213,84,162); }
div.DivClassName
{
background-color: #D554A2;
}
.BgClassName
{
background-color: #D554A2;
}
</style>
border-color css
<style>
span { border-color: #D554A2; }
span { border-color: rgb(213,84,162); }
td.TdClassName
{
border-color: #D554A2;
}
.TagClassName
{
border-color: #D554A2;
}
</style>