Shades of Mulberry #D549AB
Tints of Mulberry #D549AB
RGB
CMYK
RGB Variations
Color information
#D549AB (or 0xD549AB) is known color: Mulberry. HEX triplet: D5, 49 and AB. RGB value is (213,73,171). Sum of RGB (Red+Green+Blue) = 213+73+171=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D549AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D549AB is #2AB654. Grayscale: #7D7D7D. Windows color (decimal): -2799189 or 11225557. OLE color: 11225557.
HSL color Cylindrical-coordinate representation of color #D549AB: hue angle of 318º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549AB is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 171 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.16 |
| HSL | 318º | 0.63% | 0.56% | - |
| HSV(B) | 318º | 0.66% | 0.84% | - |
| XYZ | 37.17 | 21.85 | 40.79 | - |
| YUV | 126.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 171 | 0 | 0.66 | 0.20 | 0.16 | 318 | 0.63 | 0.56 |
| Hex | D5 | 49 | AB | 0 | 42 | 14 | 10 | 13E | 3E | 38 |
| Octal | 325 | 111 | 253 | 0 | 102 | 24 | 20 | 476 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10101011 | 0 | 1000010 | 10100 | 10000 | 100111110 | 111110 | 111000 |
Color Harmonies of #D549AB
Complementary color
Monochromatic Colors of #D549AB
Black with #D549AB
Text Example
Text Example
White with #D549AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549AB; }
p { color: rgb(213,73,171); }
H1.HeaderClassName
{
color: #D549AB;
}
.AnyTagClassName
{
color: #D549AB;
}
</style>
background-color css
<style>
a { background-color: #D549AB; }
a { background-color: rgb(213,73,171); }
div.DivClassName
{
background-color: #D549AB;
}
.BgClassName
{
background-color: #D549AB;
}
</style>
border-color css
<style>
span { border-color: #D549AB; }
span { border-color: rgb(213,73,171); }
td.TdClassName
{
border-color: #D549AB;
}
.TagClassName
{
border-color: #D549AB;
}
</style>