Shades of Mulberry #D65696
Tints of Mulberry #D65696
RGB
CMYK
RGB Variations
Color information
#D65696 (or 0xD65696) is known color: Mulberry. HEX triplet: D6, 56 and 96. RGB value is (214,86,150). Sum of RGB (Red+Green+Blue) = 214+86+150=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D65696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65696 is #29A969. Grayscale: #838383. Windows color (decimal): -2730346 or 9852630. OLE color: 9852630.
HSL color Cylindrical-coordinate representation of color #D65696: hue angle of 330º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65696 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 150 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.16 |
| HSL | 330º | 0.61% | 0.59% | - |
| HSV(B) | 330º | 0.6% | 0.84% | - |
| XYZ | 36.56 | 23.15 | 31.4 | - |
| YUV | 131.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 150 | 0 | 0.60 | 0.30 | 0.16 | 330 | 0.61 | 0.59 |
| Hex | D6 | 56 | 96 | 0 | 3C | 1E | 10 | 14A | 3D | 3B |
| Octal | 326 | 126 | 226 | 0 | 74 | 36 | 20 | 512 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10010110 | 0 | 111100 | 11110 | 10000 | 101001010 | 111101 | 111011 |
Color Harmonies of #D65696
Complementary color
Monochromatic Colors of #D65696
Black with #D65696
Text Example
Text Example
White with #D65696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65696; }
p { color: rgb(214,86,150); }
H1.HeaderClassName
{
color: #D65696;
}
.AnyTagClassName
{
color: #D65696;
}
</style>
background-color css
<style>
a { background-color: #D65696; }
a { background-color: rgb(214,86,150); }
div.DivClassName
{
background-color: #D65696;
}
.BgClassName
{
background-color: #D65696;
}
</style>
border-color css
<style>
span { border-color: #D65696; }
span { border-color: rgb(214,86,150); }
td.TdClassName
{
border-color: #D65696;
}
.TagClassName
{
border-color: #D65696;
}
</style>