Shades of Mulberry #D655AB
Tints of Mulberry #D655AB
RGB
CMYK
RGB Variations
Color information
#D655AB (or 0xD655AB) is known color: Mulberry. HEX triplet: D6, 55 and AB. RGB value is (214,85,171). Sum of RGB (Red+Green+Blue) = 214+85+171=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D655AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655AB is #29AA54. Grayscale: #858585. Windows color (decimal): -2730581 or 11228630. OLE color: 11228630.
HSL color Cylindrical-coordinate representation of color #D655AB: hue angle of 320º 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 #D655AB is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 171 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.16 |
| HSL | 320º | 0.61% | 0.59% | - |
| HSV(B) | 320º | 0.6% | 0.84% | - |
| XYZ | 38.33 | 23.73 | 41.09 | - |
| YUV | 133.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 171 | 0 | 0.60 | 0.20 | 0.16 | 320 | 0.61 | 0.59 |
| Hex | D6 | 55 | AB | 0 | 3C | 14 | 10 | 140 | 3D | 3B |
| Octal | 326 | 125 | 253 | 0 | 74 | 24 | 20 | 500 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10101011 | 0 | 111100 | 10100 | 10000 | 101000000 | 111101 | 111011 |
Color Harmonies of #D655AB
Complementary color
Monochromatic Colors of #D655AB
Black with #D655AB
Text Example
Text Example
White with #D655AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655AB; }
p { color: rgb(214,85,171); }
H1.HeaderClassName
{
color: #D655AB;
}
.AnyTagClassName
{
color: #D655AB;
}
</style>
background-color css
<style>
a { background-color: #D655AB; }
a { background-color: rgb(214,85,171); }
div.DivClassName
{
background-color: #D655AB;
}
.BgClassName
{
background-color: #D655AB;
}
</style>
border-color css
<style>
span { border-color: #D655AB; }
span { border-color: rgb(214,85,171); }
td.TdClassName
{
border-color: #D655AB;
}
.TagClassName
{
border-color: #D655AB;
}
</style>