Shades of Mulberry #D6478A
Tints of Mulberry #D6478A
RGB
CMYK
RGB Variations
Color information
#D6478A (or 0xD6478A) is known color: Mulberry. HEX triplet: D6, 47 and 8A. RGB value is (214,71,138). Sum of RGB (Red+Green+Blue) = 214+71+138=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6478A is #29B875. Grayscale: #797979. Windows color (decimal): -2734198 or 9062358. OLE color: 9062358.
HSL color Cylindrical-coordinate representation of color #D6478A: hue angle of 331.89º 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 #D6478A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 138 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.16 |
| HSL | 331.89º | 0.64% | 0.56% | - |
| HSV(B) | 331.89º | 0.67% | 0.84% | - |
| XYZ | 34.57 | 20.64 | 26.21 | - |
| YUV | 121.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 138 | 0 | 0.67 | 0.36 | 0.16 | 331.89 | 0.64 | 0.56 |
| Hex | D6 | 47 | 8A | 0 | 43 | 24 | 10 | 14C | 40 | 38 |
| Octal | 326 | 107 | 212 | 0 | 103 | 44 | 20 | 514 | 100 | 70 |
| Binary | 11010110 | 1000111 | 10001010 | 0 | 1000011 | 100100 | 10000 | 101001100 | 1000000 | 111000 |
Color Harmonies of #D6478A
Complementary color
Monochromatic Colors of #D6478A
Black with #D6478A
Text Example
Text Example
White with #D6478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6478A; }
p { color: rgb(214,71,138); }
H1.HeaderClassName
{
color: #D6478A;
}
.AnyTagClassName
{
color: #D6478A;
}
</style>
background-color css
<style>
a { background-color: #D6478A; }
a { background-color: rgb(214,71,138); }
div.DivClassName
{
background-color: #D6478A;
}
.BgClassName
{
background-color: #D6478A;
}
</style>
border-color css
<style>
span { border-color: #D6478A; }
span { border-color: rgb(214,71,138); }
td.TdClassName
{
border-color: #D6478A;
}
.TagClassName
{
border-color: #D6478A;
}
</style>