Shades of Mulberry #D655AA
Tints of Mulberry #D655AA
RGB
CMYK
RGB Variations
Color information
#D655AA (or 0xD655AA) is known color: Mulberry. HEX triplet: D6, 55 and AA. RGB value is (214,85,170). Sum of RGB (Red+Green+Blue) = 214+85+170=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D655AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655AA is #29AA55. Grayscale: #858585. Windows color (decimal): -2730582 or 11163094. OLE color: 11163094.
HSL color Cylindrical-coordinate representation of color #D655AA: hue angle of 320.47º 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 #D655AA is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 170 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.16 |
| HSL | 320.47º | 0.61% | 0.59% | - |
| HSV(B) | 320.47º | 0.6% | 0.84% | - |
| XYZ | 38.24 | 23.7 | 40.59 | - |
| YUV | 133.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 170 | 0 | 0.60 | 0.21 | 0.16 | 320.47 | 0.61 | 0.59 |
| Hex | D6 | 55 | AA | 0 | 3C | 15 | 10 | 140 | 3D | 3B |
| Octal | 326 | 125 | 252 | 0 | 74 | 25 | 20 | 500 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10101010 | 0 | 111100 | 10101 | 10000 | 101000000 | 111101 | 111011 |
Color Harmonies of #D655AA
Complementary color
Monochromatic Colors of #D655AA
Black with #D655AA
Text Example
Text Example
White with #D655AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655AA; }
p { color: rgb(214,85,170); }
H1.HeaderClassName
{
color: #D655AA;
}
.AnyTagClassName
{
color: #D655AA;
}
</style>
background-color css
<style>
a { background-color: #D655AA; }
a { background-color: rgb(214,85,170); }
div.DivClassName
{
background-color: #D655AA;
}
.BgClassName
{
background-color: #D655AA;
}
</style>
border-color css
<style>
span { border-color: #D655AA; }
span { border-color: rgb(214,85,170); }
td.TdClassName
{
border-color: #D655AA;
}
.TagClassName
{
border-color: #D655AA;
}
</style>