Shades of Mulberry #D65195
Tints of Mulberry #D65195
RGB
CMYK
RGB Variations
Color information
#D65195 (or 0xD65195) is known color: Mulberry. HEX triplet: D6, 51 and 95. RGB value is (214,81,149). Sum of RGB (Red+Green+Blue) = 214+81+149=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D65195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65195 is #29AE6A. Grayscale: #808080. Windows color (decimal): -2731627 or 9785814. OLE color: 9785814.
HSL color Cylindrical-coordinate representation of color #D65195: hue angle of 329.32º 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 #D65195 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 149 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.16 |
| HSL | 329.32º | 0.62% | 0.58% | - |
| HSV(B) | 329.32º | 0.62% | 0.84% | - |
| XYZ | 36.1 | 22.35 | 30.85 | - |
| YUV | 128.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 149 | 0 | 0.62 | 0.30 | 0.16 | 329.32 | 0.62 | 0.58 |
| Hex | D6 | 51 | 95 | 0 | 3E | 1E | 10 | 149 | 3E | 3A |
| Octal | 326 | 121 | 225 | 0 | 76 | 36 | 20 | 511 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10010101 | 0 | 111110 | 11110 | 10000 | 101001001 | 111110 | 111010 |
Color Harmonies of #D65195
Complementary color
Monochromatic Colors of #D65195
Black with #D65195
Text Example
Text Example
White with #D65195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65195; }
p { color: rgb(214,81,149); }
H1.HeaderClassName
{
color: #D65195;
}
.AnyTagClassName
{
color: #D65195;
}
</style>
background-color css
<style>
a { background-color: #D65195; }
a { background-color: rgb(214,81,149); }
div.DivClassName
{
background-color: #D65195;
}
.BgClassName
{
background-color: #D65195;
}
</style>
border-color css
<style>
span { border-color: #D65195; }
span { border-color: rgb(214,81,149); }
td.TdClassName
{
border-color: #D65195;
}
.TagClassName
{
border-color: #D65195;
}
</style>