Shades of Mulberry #D546A8
Tints of Mulberry #D546A8
RGB
CMYK
RGB Variations
Color information
#D546A8 (or 0xD546A8) is known color: Mulberry. HEX triplet: D5, 46 and A8. RGB value is (213,70,168). Sum of RGB (Red+Green+Blue) = 213+70+168=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D546A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D546A8 is #2AB957. Grayscale: #7B7B7B. Windows color (decimal): -2799960 or 11028181. OLE color: 11028181.
HSL color Cylindrical-coordinate representation of color #D546A8: hue angle of 318.88º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D546A8 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 168 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.16 |
| HSL | 318.88º | 0.63% | 0.55% | - |
| HSV(B) | 318.88º | 0.67% | 0.84% | - |
| XYZ | 36.7 | 21.35 | 39.23 | - |
| YUV | 123.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 168 | 0 | 0.67 | 0.21 | 0.16 | 318.88 | 0.63 | 0.55 |
| Hex | D5 | 46 | A8 | 0 | 43 | 15 | 10 | 13F | 3F | 37 |
| Octal | 325 | 106 | 250 | 0 | 103 | 25 | 20 | 477 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10101000 | 0 | 1000011 | 10101 | 10000 | 100111111 | 111111 | 110111 |
Color Harmonies of #D546A8
Complementary color
Monochromatic Colors of #D546A8
Black with #D546A8
Text Example
Text Example
White with #D546A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546A8; }
p { color: rgb(213,70,168); }
H1.HeaderClassName
{
color: #D546A8;
}
.AnyTagClassName
{
color: #D546A8;
}
</style>
background-color css
<style>
a { background-color: #D546A8; }
a { background-color: rgb(213,70,168); }
div.DivClassName
{
background-color: #D546A8;
}
.BgClassName
{
background-color: #D546A8;
}
</style>
border-color css
<style>
span { border-color: #D546A8; }
span { border-color: rgb(213,70,168); }
td.TdClassName
{
border-color: #D546A8;
}
.TagClassName
{
border-color: #D546A8;
}
</style>