Shades of Mulberry #D5489F
Tints of Mulberry #D5489F
RGB
CMYK
RGB Variations
Color information
#D5489F (or 0xD5489F) is known color: Mulberry. HEX triplet: D5, 48 and 9F. RGB value is (213,72,159). Sum of RGB (Red+Green+Blue) = 213+72+159=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5489F is #2AB760. Grayscale: #7B7B7B. Windows color (decimal): -2799457 or 10438869. OLE color: 10438869.
HSL color Cylindrical-coordinate representation of color #D5489F: hue angle of 322.98º degrees, saturation: 0.63, 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 #D5489F is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 159 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.16 |
| HSL | 322.98º | 0.63% | 0.56% | - |
| HSV(B) | 322.98º | 0.66% | 0.84% | - |
| XYZ | 36.02 | 21.28 | 35.01 | - |
| YUV | 124.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 159 | 0 | 0.66 | 0.25 | 0.16 | 322.98 | 0.63 | 0.56 |
| Hex | D5 | 48 | 9F | 0 | 42 | 19 | 10 | 143 | 3F | 38 |
| Octal | 325 | 110 | 237 | 0 | 102 | 31 | 20 | 503 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10011111 | 0 | 1000010 | 11001 | 10000 | 101000011 | 111111 | 111000 |
Color Harmonies of #D5489F
Complementary color
Monochromatic Colors of #D5489F
Black with #D5489F
Text Example
Text Example
White with #D5489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5489F; }
p { color: rgb(213,72,159); }
H1.HeaderClassName
{
color: #D5489F;
}
.AnyTagClassName
{
color: #D5489F;
}
</style>
background-color css
<style>
a { background-color: #D5489F; }
a { background-color: rgb(213,72,159); }
div.DivClassName
{
background-color: #D5489F;
}
.BgClassName
{
background-color: #D5489F;
}
</style>
border-color css
<style>
span { border-color: #D5489F; }
span { border-color: rgb(213,72,159); }
td.TdClassName
{
border-color: #D5489F;
}
.TagClassName
{
border-color: #D5489F;
}
</style>