Shades of Mulberry #D757A8
Tints of Mulberry #D757A8
RGB
CMYK
RGB Variations
Color information
#D757A8 (or 0xD757A8) is known color: Mulberry. HEX triplet: D7, 57 and A8. RGB value is (215,87,168). Sum of RGB (Red+Green+Blue) = 215+87+168=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D757A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D757A8 is #28A857. Grayscale: #868686. Windows color (decimal): -2664536 or 11032535. OLE color: 11032535.
HSL color Cylindrical-coordinate representation of color #D757A8: hue angle of 322.03º 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 #D757A8 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 168 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.16 |
| HSL | 322.03º | 0.62% | 0.59% | - |
| HSV(B) | 322.03º | 0.6% | 0.84% | - |
| XYZ | 38.5 | 24.09 | 39.67 | - |
| YUV | 134.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 168 | 0 | 0.60 | 0.22 | 0.16 | 322.03 | 0.62 | 0.59 |
| Hex | D7 | 57 | A8 | 0 | 3C | 16 | 10 | 142 | 3E | 3B |
| Octal | 327 | 127 | 250 | 0 | 74 | 26 | 20 | 502 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10101000 | 0 | 111100 | 10110 | 10000 | 101000010 | 111110 | 111011 |
Color Harmonies of #D757A8
Complementary color
Monochromatic Colors of #D757A8
Black with #D757A8
Text Example
Text Example
White with #D757A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757A8; }
p { color: rgb(215,87,168); }
H1.HeaderClassName
{
color: #D757A8;
}
.AnyTagClassName
{
color: #D757A8;
}
</style>
background-color css
<style>
a { background-color: #D757A8; }
a { background-color: rgb(215,87,168); }
div.DivClassName
{
background-color: #D757A8;
}
.BgClassName
{
background-color: #D757A8;
}
</style>
border-color css
<style>
span { border-color: #D757A8; }
span { border-color: rgb(215,87,168); }
td.TdClassName
{
border-color: #D757A8;
}
.TagClassName
{
border-color: #D757A8;
}
</style>