Shades of Mulberry #D65890
Tints of Mulberry #D65890
RGB
CMYK
RGB Variations
Color information
#D65890 (or 0xD65890) is known color: Mulberry. HEX triplet: D6, 58 and 90. RGB value is (214,88,144). Sum of RGB (Red+Green+Blue) = 214+88+144=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65890 is #29A76F. Grayscale: #838383. Windows color (decimal): -2729840 or 9459926. OLE color: 9459926.
HSL color Cylindrical-coordinate representation of color #D65890: hue angle of 333.33º 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 #D65890 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 144 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.16 |
| HSL | 333.33º | 0.61% | 0.59% | - |
| HSV(B) | 333.33º | 0.59% | 0.84% | - |
| XYZ | 36.26 | 23.29 | 28.97 | - |
| YUV | 132.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 144 | 0 | 0.59 | 0.33 | 0.16 | 333.33 | 0.61 | 0.59 |
| Hex | D6 | 58 | 90 | 0 | 3B | 21 | 10 | 14D | 3D | 3B |
| Octal | 326 | 130 | 220 | 0 | 73 | 41 | 20 | 515 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10010000 | 0 | 111011 | 100001 | 10000 | 101001101 | 111101 | 111011 |
Color Harmonies of #D65890
Complementary color
Monochromatic Colors of #D65890
Black with #D65890
Text Example
Text Example
White with #D65890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65890; }
p { color: rgb(214,88,144); }
H1.HeaderClassName
{
color: #D65890;
}
.AnyTagClassName
{
color: #D65890;
}
</style>
background-color css
<style>
a { background-color: #D65890; }
a { background-color: rgb(214,88,144); }
div.DivClassName
{
background-color: #D65890;
}
.BgClassName
{
background-color: #D65890;
}
</style>
border-color css
<style>
span { border-color: #D65890; }
span { border-color: rgb(214,88,144); }
td.TdClassName
{
border-color: #D65890;
}
.TagClassName
{
border-color: #D65890;
}
</style>