Shades of Mulberry #D65197
Tints of Mulberry #D65197
RGB
CMYK
RGB Variations
Color information
#D65197 (or 0xD65197) is known color: Mulberry. HEX triplet: D6, 51 and 97. RGB value is (214,81,151). Sum of RGB (Red+Green+Blue) = 214+81+151=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65197 is #29AE68. Grayscale: #808080. Windows color (decimal): -2731625 or 9916886. OLE color: 9916886.
HSL color Cylindrical-coordinate representation of color #D65197: hue angle of 328.42º 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 #D65197 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 151 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.16 |
| HSL | 328.42º | 0.62% | 0.58% | - |
| HSV(B) | 328.42º | 0.62% | 0.84% | - |
| XYZ | 36.26 | 22.42 | 31.69 | - |
| YUV | 128.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 151 | 0 | 0.62 | 0.29 | 0.16 | 328.42 | 0.62 | 0.58 |
| Hex | D6 | 51 | 97 | 0 | 3E | 1D | 10 | 148 | 3E | 3A |
| Octal | 326 | 121 | 227 | 0 | 76 | 35 | 20 | 510 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10010111 | 0 | 111110 | 11101 | 10000 | 101001000 | 111110 | 111010 |
Color Harmonies of #D65197
Complementary color
Monochromatic Colors of #D65197
Black with #D65197
Text Example
Text Example
White with #D65197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65197; }
p { color: rgb(214,81,151); }
H1.HeaderClassName
{
color: #D65197;
}
.AnyTagClassName
{
color: #D65197;
}
</style>
background-color css
<style>
a { background-color: #D65197; }
a { background-color: rgb(214,81,151); }
div.DivClassName
{
background-color: #D65197;
}
.BgClassName
{
background-color: #D65197;
}
</style>
border-color css
<style>
span { border-color: #D65197; }
span { border-color: rgb(214,81,151); }
td.TdClassName
{
border-color: #D65197;
}
.TagClassName
{
border-color: #D65197;
}
</style>