Shades of Mulberry #D655A0
Tints of Mulberry #D655A0
RGB
CMYK
RGB Variations
Color information
#D655A0 (or 0xD655A0) is known color: Mulberry. HEX triplet: D6, 55 and A0. RGB value is (214,85,160). Sum of RGB (Red+Green+Blue) = 214+85+160=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D655A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655A0 is #29AA5F. Grayscale: #838383. Windows color (decimal): -2730592 or 10507734. OLE color: 10507734.
HSL color Cylindrical-coordinate representation of color #D655A0: hue angle of 325.12º 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 #D655A0 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 160 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.16 |
| HSL | 325.12º | 0.61% | 0.59% | - |
| HSV(B) | 325.12º | 0.6% | 0.84% | - |
| XYZ | 37.33 | 23.33 | 35.79 | - |
| YUV | 132.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 160 | 0 | 0.60 | 0.25 | 0.16 | 325.12 | 0.61 | 0.59 |
| Hex | D6 | 55 | A0 | 0 | 3C | 19 | 10 | 145 | 3D | 3B |
| Octal | 326 | 125 | 240 | 0 | 74 | 31 | 20 | 505 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10100000 | 0 | 111100 | 11001 | 10000 | 101000101 | 111101 | 111011 |
Color Harmonies of #D655A0
Complementary color
Monochromatic Colors of #D655A0
Black with #D655A0
Text Example
Text Example
White with #D655A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655A0; }
p { color: rgb(214,85,160); }
H1.HeaderClassName
{
color: #D655A0;
}
.AnyTagClassName
{
color: #D655A0;
}
</style>
background-color css
<style>
a { background-color: #D655A0; }
a { background-color: rgb(214,85,160); }
div.DivClassName
{
background-color: #D655A0;
}
.BgClassName
{
background-color: #D655A0;
}
</style>
border-color css
<style>
span { border-color: #D655A0; }
span { border-color: rgb(214,85,160); }
td.TdClassName
{
border-color: #D655A0;
}
.TagClassName
{
border-color: #D655A0;
}
</style>