Shades of Mulberry #D653A8
Tints of Mulberry #D653A8
RGB
CMYK
RGB Variations
Color information
#D653A8 (or 0xD653A8) is known color: Mulberry. HEX triplet: D6, 53 and A8. RGB value is (214,83,168). Sum of RGB (Red+Green+Blue) = 214+83+168=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D653A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D653A8 is #29AC57. Grayscale: #838383. Windows color (decimal): -2731096 or 11031510. OLE color: 11031510.
HSL color Cylindrical-coordinate representation of color #D653A8: hue angle of 321.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653A8 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 168 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 321.07º | 0.62% | 0.58% | - |
| HSV(B) | 321.07º | 0.61% | 0.84% | - |
| XYZ | 37.89 | 23.31 | 39.55 | - |
| YUV | 131.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 168 | 0 | 0.61 | 0.21 | 0.16 | 321.07 | 0.62 | 0.58 |
| Hex | D6 | 53 | A8 | 0 | 3D | 15 | 10 | 141 | 3E | 3A |
| Octal | 326 | 123 | 250 | 0 | 75 | 25 | 20 | 501 | 76 | 72 |
| Binary | 11010110 | 1010011 | 10101000 | 0 | 111101 | 10101 | 10000 | 101000001 | 111110 | 111010 |
Color Harmonies of #D653A8
Complementary color
Monochromatic Colors of #D653A8
Black with #D653A8
Text Example
Text Example
White with #D653A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653A8; }
p { color: rgb(214,83,168); }
H1.HeaderClassName
{
color: #D653A8;
}
.AnyTagClassName
{
color: #D653A8;
}
</style>
background-color css
<style>
a { background-color: #D653A8; }
a { background-color: rgb(214,83,168); }
div.DivClassName
{
background-color: #D653A8;
}
.BgClassName
{
background-color: #D653A8;
}
</style>
border-color css
<style>
span { border-color: #D653A8; }
span { border-color: rgb(214,83,168); }
td.TdClassName
{
border-color: #D653A8;
}
.TagClassName
{
border-color: #D653A8;
}
</style>