Shades of Mulberry #D65196
Tints of Mulberry #D65196
RGB
CMYK
RGB Variations
Color information
#D65196 (or 0xD65196) is known color: Mulberry. HEX triplet: D6, 51 and 96. RGB value is (214,81,150). Sum of RGB (Red+Green+Blue) = 214+81+150=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65196 is #29AE69. Grayscale: #808080. Windows color (decimal): -2731626 or 9851350. OLE color: 9851350.
HSL color Cylindrical-coordinate representation of color #D65196: hue angle of 328.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65196 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 150 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.16 |
| HSL | 328.87º | 0.62% | 0.58% | - |
| HSV(B) | 328.87º | 0.62% | 0.84% | - |
| XYZ | 36.18 | 22.38 | 31.27 | - |
| YUV | 128.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 150 | 0 | 0.62 | 0.30 | 0.16 | 328.87 | 0.62 | 0.58 |
| Hex | D6 | 51 | 96 | 0 | 3E | 1E | 10 | 149 | 3E | 3A |
| Octal | 326 | 121 | 226 | 0 | 76 | 36 | 20 | 511 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10010110 | 0 | 111110 | 11110 | 10000 | 101001001 | 111110 | 111010 |
Color Harmonies of #D65196
Complementary color
Monochromatic Colors of #D65196
Black with #D65196
Text Example
Text Example
White with #D65196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65196; }
p { color: rgb(214,81,150); }
H1.HeaderClassName
{
color: #D65196;
}
.AnyTagClassName
{
color: #D65196;
}
</style>
background-color css
<style>
a { background-color: #D65196; }
a { background-color: rgb(214,81,150); }
div.DivClassName
{
background-color: #D65196;
}
.BgClassName
{
background-color: #D65196;
}
</style>
border-color css
<style>
span { border-color: #D65196; }
span { border-color: rgb(214,81,150); }
td.TdClassName
{
border-color: #D65196;
}
.TagClassName
{
border-color: #D65196;
}
</style>