Shades of Mulberry #D65797
Tints of Mulberry #D65797
RGB
CMYK
RGB Variations
Color information
#D65797 (or 0xD65797) is known color: Mulberry. HEX triplet: D6, 57 and 97. RGB value is (214,87,151). Sum of RGB (Red+Green+Blue) = 214+87+151=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D65797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65797 is #29A868. Grayscale: #848484. Windows color (decimal): -2730089 or 9918422. OLE color: 9918422.
HSL color Cylindrical-coordinate representation of color #D65797: hue angle of 329.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65797 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 151 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.16 |
| HSL | 329.76º | 0.61% | 0.59% | - |
| HSV(B) | 329.76º | 0.59% | 0.84% | - |
| XYZ | 36.73 | 23.35 | 31.85 | - |
| YUV | 132.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 151 | 0 | 0.59 | 0.29 | 0.16 | 329.76 | 0.61 | 0.59 |
| Hex | D6 | 57 | 97 | 0 | 3B | 1D | 10 | 14A | 3D | 3B |
| Octal | 326 | 127 | 227 | 0 | 73 | 35 | 20 | 512 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10010111 | 0 | 111011 | 11101 | 10000 | 101001010 | 111101 | 111011 |
Color Harmonies of #D65797
Complementary color
Monochromatic Colors of #D65797
Black with #D65797
Text Example
Text Example
White with #D65797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65797; }
p { color: rgb(214,87,151); }
H1.HeaderClassName
{
color: #D65797;
}
.AnyTagClassName
{
color: #D65797;
}
</style>
background-color css
<style>
a { background-color: #D65797; }
a { background-color: rgb(214,87,151); }
div.DivClassName
{
background-color: #D65797;
}
.BgClassName
{
background-color: #D65797;
}
</style>
border-color css
<style>
span { border-color: #D65797; }
span { border-color: rgb(214,87,151); }
td.TdClassName
{
border-color: #D65797;
}
.TagClassName
{
border-color: #D65797;
}
</style>