Shades of Mulberry #D654AA
Tints of Mulberry #D654AA
RGB
CMYK
RGB Variations
Color information
#D654AA (or 0xD654AA) is known color: Mulberry. HEX triplet: D6, 54 and AA. RGB value is (214,84,170). Sum of RGB (Red+Green+Blue) = 214+84+170=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D654AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654AA is #29AB55. Grayscale: #848484. Windows color (decimal): -2730838 or 11162838. OLE color: 11162838.
HSL color Cylindrical-coordinate representation of color #D654AA: hue angle of 320.31º 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 #D654AA is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 170 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 320.31º | 0.61% | 0.58% | - |
| HSV(B) | 320.31º | 0.61% | 0.84% | - |
| XYZ | 38.16 | 23.54 | 40.56 | - |
| YUV | 132.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 170 | 0 | 0.61 | 0.21 | 0.16 | 320.31 | 0.61 | 0.58 |
| Hex | D6 | 54 | AA | 0 | 3D | 15 | 10 | 140 | 3D | 3A |
| Octal | 326 | 124 | 252 | 0 | 75 | 25 | 20 | 500 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10101010 | 0 | 111101 | 10101 | 10000 | 101000000 | 111101 | 111010 |
Color Harmonies of #D654AA
Complementary color
Monochromatic Colors of #D654AA
Black with #D654AA
Text Example
Text Example
White with #D654AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654AA; }
p { color: rgb(214,84,170); }
H1.HeaderClassName
{
color: #D654AA;
}
.AnyTagClassName
{
color: #D654AA;
}
</style>
background-color css
<style>
a { background-color: #D654AA; }
a { background-color: rgb(214,84,170); }
div.DivClassName
{
background-color: #D654AA;
}
.BgClassName
{
background-color: #D654AA;
}
</style>
border-color css
<style>
span { border-color: #D654AA; }
span { border-color: rgb(214,84,170); }
td.TdClassName
{
border-color: #D654AA;
}
.TagClassName
{
border-color: #D654AA;
}
</style>