Shades of Mulberry #D65795
Tints of Mulberry #D65795
RGB
CMYK
RGB Variations
Color information
#D65795 (or 0xD65795) is known color: Mulberry. HEX triplet: D6, 57 and 95. RGB value is (214,87,149). Sum of RGB (Red+Green+Blue) = 214+87+149=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D65795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65795 is #29A86A. Grayscale: #838383. Windows color (decimal): -2730091 or 9787350. OLE color: 9787350.
HSL color Cylindrical-coordinate representation of color #D65795: hue angle of 330.71º 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 #D65795 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 149 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.16 |
| HSL | 330.71º | 0.61% | 0.59% | - |
| HSV(B) | 330.71º | 0.59% | 0.84% | - |
| XYZ | 36.56 | 23.28 | 31 | - |
| YUV | 132.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 149 | 0 | 0.59 | 0.30 | 0.16 | 330.71 | 0.61 | 0.59 |
| Hex | D6 | 57 | 95 | 0 | 3B | 1E | 10 | 14B | 3D | 3B |
| Octal | 326 | 127 | 225 | 0 | 73 | 36 | 20 | 513 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10010101 | 0 | 111011 | 11110 | 10000 | 101001011 | 111101 | 111011 |
Color Harmonies of #D65795
Complementary color
Monochromatic Colors of #D65795
Black with #D65795
Text Example
Text Example
White with #D65795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65795; }
p { color: rgb(214,87,149); }
H1.HeaderClassName
{
color: #D65795;
}
.AnyTagClassName
{
color: #D65795;
}
</style>
background-color css
<style>
a { background-color: #D65795; }
a { background-color: rgb(214,87,149); }
div.DivClassName
{
background-color: #D65795;
}
.BgClassName
{
background-color: #D65795;
}
</style>
border-color css
<style>
span { border-color: #D65795; }
span { border-color: rgb(214,87,149); }
td.TdClassName
{
border-color: #D65795;
}
.TagClassName
{
border-color: #D65795;
}
</style>