Shades of Mulberry #D65790
Tints of Mulberry #D65790
RGB
CMYK
RGB Variations
Color information
#D65790 (or 0xD65790) is known color: Mulberry. HEX triplet: D6, 57 and 90. RGB value is (214,87,144). Sum of RGB (Red+Green+Blue) = 214+87+144=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65790 is #29A86F. Grayscale: #838383. Windows color (decimal): -2730096 or 9459670. OLE color: 9459670.
HSL color Cylindrical-coordinate representation of color #D65790: hue angle of 333.07º 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 #D65790 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 144 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.16 |
| HSL | 333.07º | 0.61% | 0.59% | - |
| HSV(B) | 333.07º | 0.59% | 0.84% | - |
| XYZ | 36.17 | 23.13 | 28.94 | - |
| YUV | 131.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 144 | 0 | 0.59 | 0.33 | 0.16 | 333.07 | 0.61 | 0.59 |
| Hex | D6 | 57 | 90 | 0 | 3B | 21 | 10 | 14D | 3D | 3B |
| Octal | 326 | 127 | 220 | 0 | 73 | 41 | 20 | 515 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10010000 | 0 | 111011 | 100001 | 10000 | 101001101 | 111101 | 111011 |
Color Harmonies of #D65790
Complementary color
Monochromatic Colors of #D65790
Black with #D65790
Text Example
Text Example
White with #D65790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65790; }
p { color: rgb(214,87,144); }
H1.HeaderClassName
{
color: #D65790;
}
.AnyTagClassName
{
color: #D65790;
}
</style>
background-color css
<style>
a { background-color: #D65790; }
a { background-color: rgb(214,87,144); }
div.DivClassName
{
background-color: #D65790;
}
.BgClassName
{
background-color: #D65790;
}
</style>
border-color css
<style>
span { border-color: #D65790; }
span { border-color: rgb(214,87,144); }
td.TdClassName
{
border-color: #D65790;
}
.TagClassName
{
border-color: #D65790;
}
</style>