Shades of Mulberry #D6409D
Tints of Mulberry #D6409D
RGB
CMYK
RGB Variations
Color information
#D6409D (or 0xD6409D) is known color: Mulberry. HEX triplet: D6, 40 and 9D. RGB value is (214,64,157). Sum of RGB (Red+Green+Blue) = 214+64+157=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6409D is #29BF62. Grayscale: #777777. Windows color (decimal): -2735971 or 10305750. OLE color: 10305750.
HSL color Cylindrical-coordinate representation of color #D6409D: hue angle of 322.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6409D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 157 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.16 |
| HSL | 322.8º | 0.65% | 0.55% | - |
| HSV(B) | 322.8º | 0.7% | 0.84% | - |
| XYZ | 35.65 | 20.4 | 33.96 | - |
| YUV | 119.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 157 | 0 | 0.70 | 0.27 | 0.16 | 322.8 | 0.65 | 0.55 |
| Hex | D6 | 40 | 9D | 0 | 46 | 1B | 10 | 143 | 41 | 37 |
| Octal | 326 | 100 | 235 | 0 | 106 | 33 | 20 | 503 | 101 | 67 |
| Binary | 11010110 | 1000000 | 10011101 | 0 | 1000110 | 11011 | 10000 | 101000011 | 1000001 | 110111 |
Color Harmonies of #D6409D
Complementary color
Monochromatic Colors of #D6409D
Black with #D6409D
Text Example
Text Example
White with #D6409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6409D; }
p { color: rgb(214,64,157); }
H1.HeaderClassName
{
color: #D6409D;
}
.AnyTagClassName
{
color: #D6409D;
}
</style>
background-color css
<style>
a { background-color: #D6409D; }
a { background-color: rgb(214,64,157); }
div.DivClassName
{
background-color: #D6409D;
}
.BgClassName
{
background-color: #D6409D;
}
</style>
border-color css
<style>
span { border-color: #D6409D; }
span { border-color: rgb(214,64,157); }
td.TdClassName
{
border-color: #D6409D;
}
.TagClassName
{
border-color: #D6409D;
}
</style>