Shades of Mulberry #D754AA
Tints of Mulberry #D754AA
RGB
CMYK
RGB Variations
Color information
#D754AA (or 0xD754AA) is known color: Mulberry. HEX triplet: D7, 54 and AA. RGB value is (215,84,170). Sum of RGB (Red+Green+Blue) = 215+84+170=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D754AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D754AA is #28AB55. Grayscale: #848484. Windows color (decimal): -2665302 or 11162839. OLE color: 11162839.
HSL color Cylindrical-coordinate representation of color #D754AA: hue angle of 320.61º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754AA is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 170 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 320.61º | 0.62% | 0.59% | - |
| HSV(B) | 320.61º | 0.61% | 0.84% | - |
| XYZ | 38.45 | 23.69 | 40.58 | - |
| YUV | 132.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 170 | 0 | 0.61 | 0.21 | 0.16 | 320.61 | 0.62 | 0.59 |
| Hex | D7 | 54 | AA | 0 | 3D | 15 | 10 | 141 | 3E | 3B |
| Octal | 327 | 124 | 252 | 0 | 75 | 25 | 20 | 501 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10101010 | 0 | 111101 | 10101 | 10000 | 101000001 | 111110 | 111011 |
Color Harmonies of #D754AA
Complementary color
Monochromatic Colors of #D754AA
Black with #D754AA
Text Example
Text Example
White with #D754AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754AA; }
p { color: rgb(215,84,170); }
H1.HeaderClassName
{
color: #D754AA;
}
.AnyTagClassName
{
color: #D754AA;
}
</style>
background-color css
<style>
a { background-color: #D754AA; }
a { background-color: rgb(215,84,170); }
div.DivClassName
{
background-color: #D754AA;
}
.BgClassName
{
background-color: #D754AA;
}
</style>
border-color css
<style>
span { border-color: #D754AA; }
span { border-color: rgb(215,84,170); }
td.TdClassName
{
border-color: #D754AA;
}
.TagClassName
{
border-color: #D754AA;
}
</style>