Shades of Mulberry #D754A0
Tints of Mulberry #D754A0
RGB
CMYK
RGB Variations
Color information
#D754A0 (or 0xD754A0) is known color: Mulberry. HEX triplet: D7, 54 and A0. RGB value is (215,84,160). Sum of RGB (Red+Green+Blue) = 215+84+160=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D754A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D754A0 is #28AB5F. Grayscale: #838383. Windows color (decimal): -2665312 or 10507479. OLE color: 10507479.
HSL color Cylindrical-coordinate representation of color #D754A0: hue angle of 325.19º 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 #D754A0 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 160 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.16 |
| HSL | 325.19º | 0.62% | 0.59% | - |
| HSV(B) | 325.19º | 0.61% | 0.84% | - |
| XYZ | 37.54 | 23.33 | 35.78 | - |
| YUV | 131.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 160 | 0 | 0.61 | 0.26 | 0.16 | 325.19 | 0.62 | 0.59 |
| Hex | D7 | 54 | A0 | 0 | 3D | 1A | 10 | 145 | 3E | 3B |
| Octal | 327 | 124 | 240 | 0 | 75 | 32 | 20 | 505 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10100000 | 0 | 111101 | 11010 | 10000 | 101000101 | 111110 | 111011 |
Color Harmonies of #D754A0
Complementary color
Monochromatic Colors of #D754A0
Black with #D754A0
Text Example
Text Example
White with #D754A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754A0; }
p { color: rgb(215,84,160); }
H1.HeaderClassName
{
color: #D754A0;
}
.AnyTagClassName
{
color: #D754A0;
}
</style>
background-color css
<style>
a { background-color: #D754A0; }
a { background-color: rgb(215,84,160); }
div.DivClassName
{
background-color: #D754A0;
}
.BgClassName
{
background-color: #D754A0;
}
</style>
border-color css
<style>
span { border-color: #D754A0; }
span { border-color: rgb(215,84,160); }
td.TdClassName
{
border-color: #D754A0;
}
.TagClassName
{
border-color: #D754A0;
}
</style>