Shades of Mulberry #D757A0
Tints of Mulberry #D757A0
RGB
CMYK
RGB Variations
Color information
#D757A0 (or 0xD757A0) is known color: Mulberry. HEX triplet: D7, 57 and A0. RGB value is (215,87,160). Sum of RGB (Red+Green+Blue) = 215+87+160=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D757A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D757A0 is #28A85F. Grayscale: #858585. Windows color (decimal): -2664544 or 10508247. OLE color: 10508247.
HSL color Cylindrical-coordinate representation of color #D757A0: hue angle of 325.78º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D757A0 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 160 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.16 |
| HSL | 325.78º | 0.62% | 0.59% | - |
| HSV(B) | 325.78º | 0.6% | 0.84% | - |
| XYZ | 37.78 | 23.8 | 35.86 | - |
| YUV | 133.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 160 | 0 | 0.60 | 0.26 | 0.16 | 325.78 | 0.62 | 0.59 |
| Hex | D7 | 57 | A0 | 0 | 3C | 1A | 10 | 146 | 3E | 3B |
| Octal | 327 | 127 | 240 | 0 | 74 | 32 | 20 | 506 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10100000 | 0 | 111100 | 11010 | 10000 | 101000110 | 111110 | 111011 |
Color Harmonies of #D757A0
Complementary color
Monochromatic Colors of #D757A0
Black with #D757A0
Text Example
Text Example
White with #D757A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757A0; }
p { color: rgb(215,87,160); }
H1.HeaderClassName
{
color: #D757A0;
}
.AnyTagClassName
{
color: #D757A0;
}
</style>
background-color css
<style>
a { background-color: #D757A0; }
a { background-color: rgb(215,87,160); }
div.DivClassName
{
background-color: #D757A0;
}
.BgClassName
{
background-color: #D757A0;
}
</style>
border-color css
<style>
span { border-color: #D757A0; }
span { border-color: rgb(215,87,160); }
td.TdClassName
{
border-color: #D757A0;
}
.TagClassName
{
border-color: #D757A0;
}
</style>