Shades of Mulberry #D5499F
Tints of Mulberry #D5499F
RGB
CMYK
RGB Variations
Color information
#D5499F (or 0xD5499F) is known color: Mulberry. HEX triplet: D5, 49 and 9F. RGB value is (213,73,159). Sum of RGB (Red+Green+Blue) = 213+73+159=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5499F is #2AB660. Grayscale: #7C7C7C. Windows color (decimal): -2799201 or 10439125. OLE color: 10439125.
HSL color Cylindrical-coordinate representation of color #D5499F: hue angle of 323.14º 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 #D5499F is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 159 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.16 |
| HSL | 323.14º | 0.63% | 0.56% | - |
| HSV(B) | 323.14º | 0.66% | 0.84% | - |
| XYZ | 36.08 | 21.41 | 35.03 | - |
| YUV | 124.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 159 | 0 | 0.66 | 0.25 | 0.16 | 323.14 | 0.63 | 0.56 |
| Hex | D5 | 49 | 9F | 0 | 42 | 19 | 10 | 143 | 3E | 38 |
| Octal | 325 | 111 | 237 | 0 | 102 | 31 | 20 | 503 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10011111 | 0 | 1000010 | 11001 | 10000 | 101000011 | 111110 | 111000 |
Color Harmonies of #D5499F
Complementary color
Monochromatic Colors of #D5499F
Black with #D5499F
Text Example
Text Example
White with #D5499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5499F; }
p { color: rgb(213,73,159); }
H1.HeaderClassName
{
color: #D5499F;
}
.AnyTagClassName
{
color: #D5499F;
}
</style>
background-color css
<style>
a { background-color: #D5499F; }
a { background-color: rgb(213,73,159); }
div.DivClassName
{
background-color: #D5499F;
}
.BgClassName
{
background-color: #D5499F;
}
</style>
border-color css
<style>
span { border-color: #D5499F; }
span { border-color: rgb(213,73,159); }
td.TdClassName
{
border-color: #D5499F;
}
.TagClassName
{
border-color: #D5499F;
}
</style>