Shades of Mulberry #D6478B
Tints of Mulberry #D6478B
RGB
CMYK
RGB Variations
Color information
#D6478B (or 0xD6478B) is known color: Mulberry. HEX triplet: D6, 47 and 8B. RGB value is (214,71,139). Sum of RGB (Red+Green+Blue) = 214+71+139=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6478B is #29B874. Grayscale: #797979. Windows color (decimal): -2734197 or 9127894. OLE color: 9127894.
HSL color Cylindrical-coordinate representation of color #D6478B: hue angle of 331.47º degrees, saturation: 0.64, 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 #D6478B is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 139 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.16 |
| HSL | 331.47º | 0.64% | 0.56% | - |
| HSV(B) | 331.47º | 0.67% | 0.84% | - |
| XYZ | 34.64 | 20.67 | 26.59 | - |
| YUV | 121.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 139 | 0 | 0.67 | 0.35 | 0.16 | 331.47 | 0.64 | 0.56 |
| Hex | D6 | 47 | 8B | 0 | 43 | 23 | 10 | 14B | 40 | 38 |
| Octal | 326 | 107 | 213 | 0 | 103 | 43 | 20 | 513 | 100 | 70 |
| Binary | 11010110 | 1000111 | 10001011 | 0 | 1000011 | 100011 | 10000 | 101001011 | 1000000 | 111000 |
Color Harmonies of #D6478B
Complementary color
Monochromatic Colors of #D6478B
Black with #D6478B
Text Example
Text Example
White with #D6478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6478B; }
p { color: rgb(214,71,139); }
H1.HeaderClassName
{
color: #D6478B;
}
.AnyTagClassName
{
color: #D6478B;
}
</style>
background-color css
<style>
a { background-color: #D6478B; }
a { background-color: rgb(214,71,139); }
div.DivClassName
{
background-color: #D6478B;
}
.BgClassName
{
background-color: #D6478B;
}
</style>
border-color css
<style>
span { border-color: #D6478B; }
span { border-color: rgb(214,71,139); }
td.TdClassName
{
border-color: #D6478B;
}
.TagClassName
{
border-color: #D6478B;
}
</style>