Shades of Mulberry #D656A0
Tints of Mulberry #D656A0
RGB
CMYK
RGB Variations
Color information
#D656A0 (or 0xD656A0) is known color: Mulberry. HEX triplet: D6, 56 and A0. RGB value is (214,86,160). Sum of RGB (Red+Green+Blue) = 214+86+160=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D656A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D656A0 is #29A95F. Grayscale: #848484. Windows color (decimal): -2730336 or 10507990. OLE color: 10507990.
HSL color Cylindrical-coordinate representation of color #D656A0: hue angle of 325.31º 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 #D656A0 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 160 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.16 |
| HSL | 325.31º | 0.61% | 0.59% | - |
| HSV(B) | 325.31º | 0.6% | 0.84% | - |
| XYZ | 37.4 | 23.49 | 35.82 | - |
| YUV | 132.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 160 | 0 | 0.60 | 0.25 | 0.16 | 325.31 | 0.61 | 0.59 |
| Hex | D6 | 56 | A0 | 0 | 3C | 19 | 10 | 145 | 3D | 3B |
| Octal | 326 | 126 | 240 | 0 | 74 | 31 | 20 | 505 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10100000 | 0 | 111100 | 11001 | 10000 | 101000101 | 111101 | 111011 |
Color Harmonies of #D656A0
Complementary color
Monochromatic Colors of #D656A0
Black with #D656A0
Text Example
Text Example
White with #D656A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656A0; }
p { color: rgb(214,86,160); }
H1.HeaderClassName
{
color: #D656A0;
}
.AnyTagClassName
{
color: #D656A0;
}
</style>
background-color css
<style>
a { background-color: #D656A0; }
a { background-color: rgb(214,86,160); }
div.DivClassName
{
background-color: #D656A0;
}
.BgClassName
{
background-color: #D656A0;
}
</style>
border-color css
<style>
span { border-color: #D656A0; }
span { border-color: rgb(214,86,160); }
td.TdClassName
{
border-color: #D656A0;
}
.TagClassName
{
border-color: #D656A0;
}
</style>