Shades of Mulberry #D5479E
Tints of Mulberry #D5479E
RGB
CMYK
RGB Variations
Color information
#D5479E (or 0xD5479E) is known color: Mulberry. HEX triplet: D5, 47 and 9E. RGB value is (213,71,158). Sum of RGB (Red+Green+Blue) = 213+71+158=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5479E is #2AB861. Grayscale: #7B7B7B. Windows color (decimal): -2799714 or 10373077. OLE color: 10373077.
HSL color Cylindrical-coordinate representation of color #D5479E: hue angle of 323.24º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5479E is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 158 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.16 |
| HSL | 323.24º | 0.63% | 0.56% | - |
| HSV(B) | 323.24º | 0.67% | 0.84% | - |
| XYZ | 35.87 | 21.12 | 34.53 | - |
| YUV | 123.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 158 | 0 | 0.67 | 0.26 | 0.16 | 323.24 | 0.63 | 0.56 |
| Hex | D5 | 47 | 9E | 0 | 43 | 1A | 10 | 143 | 3F | 38 |
| Octal | 325 | 107 | 236 | 0 | 103 | 32 | 20 | 503 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10011110 | 0 | 1000011 | 11010 | 10000 | 101000011 | 111111 | 111000 |
Color Harmonies of #D5479E
Complementary color
Monochromatic Colors of #D5479E
Black with #D5479E
Text Example
Text Example
White with #D5479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5479E; }
p { color: rgb(213,71,158); }
H1.HeaderClassName
{
color: #D5479E;
}
.AnyTagClassName
{
color: #D5479E;
}
</style>
background-color css
<style>
a { background-color: #D5479E; }
a { background-color: rgb(213,71,158); }
div.DivClassName
{
background-color: #D5479E;
}
.BgClassName
{
background-color: #D5479E;
}
</style>
border-color css
<style>
span { border-color: #D5479E; }
span { border-color: rgb(213,71,158); }
td.TdClassName
{
border-color: #D5479E;
}
.TagClassName
{
border-color: #D5479E;
}
</style>