Shades of Mulberry #D655A6
Tints of Mulberry #D655A6
RGB
CMYK
RGB Variations
Color information
#D655A6 (or 0xD655A6) is known color: Mulberry. HEX triplet: D6, 55 and A6. RGB value is (214,85,166). Sum of RGB (Red+Green+Blue) = 214+85+166=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D655A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655A6 is #29AA59. Grayscale: #848484. Windows color (decimal): -2730586 or 10900950. OLE color: 10900950.
HSL color Cylindrical-coordinate representation of color #D655A6: hue angle of 322.33º 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 #D655A6 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 166 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.16 |
| HSL | 322.33º | 0.61% | 0.59% | - |
| HSV(B) | 322.33º | 0.6% | 0.84% | - |
| XYZ | 37.86 | 23.55 | 38.63 | - |
| YUV | 132.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 166 | 0 | 0.60 | 0.22 | 0.16 | 322.33 | 0.61 | 0.59 |
| Hex | D6 | 55 | A6 | 0 | 3C | 16 | 10 | 142 | 3D | 3B |
| Octal | 326 | 125 | 246 | 0 | 74 | 26 | 20 | 502 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10100110 | 0 | 111100 | 10110 | 10000 | 101000010 | 111101 | 111011 |
Color Harmonies of #D655A6
Complementary color
Monochromatic Colors of #D655A6
Black with #D655A6
Text Example
Text Example
White with #D655A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655A6; }
p { color: rgb(214,85,166); }
H1.HeaderClassName
{
color: #D655A6;
}
.AnyTagClassName
{
color: #D655A6;
}
</style>
background-color css
<style>
a { background-color: #D655A6; }
a { background-color: rgb(214,85,166); }
div.DivClassName
{
background-color: #D655A6;
}
.BgClassName
{
background-color: #D655A6;
}
</style>
border-color css
<style>
span { border-color: #D655A6; }
span { border-color: rgb(214,85,166); }
td.TdClassName
{
border-color: #D655A6;
}
.TagClassName
{
border-color: #D655A6;
}
</style>