Shades of Mulberry #D5498B
Tints of Mulberry #D5498B
RGB
CMYK
RGB Variations
Color information
#D5498B (or 0xD5498B) is known color: Mulberry. HEX triplet: D5, 49 and 8B. RGB value is (213,73,139). Sum of RGB (Red+Green+Blue) = 213+73+139=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5498B is #2AB674. Grayscale: #7A7A7A. Windows color (decimal): -2799221 or 9128405. OLE color: 9128405.
HSL color Cylindrical-coordinate representation of color #D5498B: hue angle of 331.71º 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 #D5498B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 139 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.16 |
| HSL | 331.71º | 0.63% | 0.56% | - |
| HSV(B) | 331.71º | 0.66% | 0.84% | - |
| XYZ | 34.48 | 20.78 | 26.62 | - |
| YUV | 122.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 139 | 0 | 0.66 | 0.35 | 0.16 | 331.71 | 0.63 | 0.56 |
| Hex | D5 | 49 | 8B | 0 | 42 | 23 | 10 | 14C | 3E | 38 |
| Octal | 325 | 111 | 213 | 0 | 102 | 43 | 20 | 514 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10001011 | 0 | 1000010 | 100011 | 10000 | 101001100 | 111110 | 111000 |
Color Harmonies of #D5498B
Complementary color
Monochromatic Colors of #D5498B
Black with #D5498B
Text Example
Text Example
White with #D5498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5498B; }
p { color: rgb(213,73,139); }
H1.HeaderClassName
{
color: #D5498B;
}
.AnyTagClassName
{
color: #D5498B;
}
</style>
background-color css
<style>
a { background-color: #D5498B; }
a { background-color: rgb(213,73,139); }
div.DivClassName
{
background-color: #D5498B;
}
.BgClassName
{
background-color: #D5498B;
}
</style>
border-color css
<style>
span { border-color: #D5498B; }
span { border-color: rgb(213,73,139); }
td.TdClassName
{
border-color: #D5498B;
}
.TagClassName
{
border-color: #D5498B;
}
</style>