Shades of Mulberry #D654A8
Tints of Mulberry #D654A8
RGB
CMYK
RGB Variations
Color information
#D654A8 (or 0xD654A8) is known color: Mulberry. HEX triplet: D6, 54 and A8. RGB value is (214,84,168). Sum of RGB (Red+Green+Blue) = 214+84+168=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D654A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654A8 is #29AB57. Grayscale: #848484. Windows color (decimal): -2730840 or 11031766. OLE color: 11031766.
HSL color Cylindrical-coordinate representation of color #D654A8: hue angle of 321.23º degrees, saturation: 0.61, 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 #D654A8 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 168 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 321.23º | 0.61% | 0.58% | - |
| HSV(B) | 321.23º | 0.61% | 0.84% | - |
| XYZ | 37.97 | 23.46 | 39.57 | - |
| YUV | 132.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 168 | 0 | 0.61 | 0.21 | 0.16 | 321.23 | 0.61 | 0.58 |
| Hex | D6 | 54 | A8 | 0 | 3D | 15 | 10 | 141 | 3D | 3A |
| Octal | 326 | 124 | 250 | 0 | 75 | 25 | 20 | 501 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10101000 | 0 | 111101 | 10101 | 10000 | 101000001 | 111101 | 111010 |
Color Harmonies of #D654A8
Complementary color
Monochromatic Colors of #D654A8
Black with #D654A8
Text Example
Text Example
White with #D654A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654A8; }
p { color: rgb(214,84,168); }
H1.HeaderClassName
{
color: #D654A8;
}
.AnyTagClassName
{
color: #D654A8;
}
</style>
background-color css
<style>
a { background-color: #D654A8; }
a { background-color: rgb(214,84,168); }
div.DivClassName
{
background-color: #D654A8;
}
.BgClassName
{
background-color: #D654A8;
}
</style>
border-color css
<style>
span { border-color: #D654A8; }
span { border-color: rgb(214,84,168); }
td.TdClassName
{
border-color: #D654A8;
}
.TagClassName
{
border-color: #D654A8;
}
</style>