Shades of Mulberry #D5478E
Tints of Mulberry #D5478E
RGB
CMYK
RGB Variations
Color information
#D5478E (or 0xD5478E) is known color: Mulberry. HEX triplet: D5, 47 and 8E. RGB value is (213,71,142). Sum of RGB (Red+Green+Blue) = 213+71+142=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5478E is #2AB871. Grayscale: #797979. Windows color (decimal): -2799730 or 9324501. OLE color: 9324501.
HSL color Cylindrical-coordinate representation of color #D5478E: hue angle of 330º 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 #D5478E is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 142 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.16 |
| HSL | 330º | 0.63% | 0.56% | - |
| HSV(B) | 330º | 0.67% | 0.84% | - |
| XYZ | 34.58 | 20.61 | 27.75 | - |
| YUV | 121.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 142 | 0 | 0.67 | 0.33 | 0.16 | 330 | 0.63 | 0.56 |
| Hex | D5 | 47 | 8E | 0 | 43 | 21 | 10 | 14A | 3F | 38 |
| Octal | 325 | 107 | 216 | 0 | 103 | 41 | 20 | 512 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10001110 | 0 | 1000011 | 100001 | 10000 | 101001010 | 111111 | 111000 |
Color Harmonies of #D5478E
Complementary color
Monochromatic Colors of #D5478E
Black with #D5478E
Text Example
Text Example
White with #D5478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5478E; }
p { color: rgb(213,71,142); }
H1.HeaderClassName
{
color: #D5478E;
}
.AnyTagClassName
{
color: #D5478E;
}
</style>
background-color css
<style>
a { background-color: #D5478E; }
a { background-color: rgb(213,71,142); }
div.DivClassName
{
background-color: #D5478E;
}
.BgClassName
{
background-color: #D5478E;
}
</style>
border-color css
<style>
span { border-color: #D5478E; }
span { border-color: rgb(213,71,142); }
td.TdClassName
{
border-color: #D5478E;
}
.TagClassName
{
border-color: #D5478E;
}
</style>