Shades of Mulberry #D758A3
Tints of Mulberry #D758A3
RGB
CMYK
RGB Variations
Color information
#D758A3 (or 0xD758A3) is known color: Mulberry. HEX triplet: D7, 58 and A3. RGB value is (215,88,163). Sum of RGB (Red+Green+Blue) = 215+88+163=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D758A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758A3 is #28A75C. Grayscale: #868686. Windows color (decimal): -2664285 or 10705111. OLE color: 10705111.
HSL color Cylindrical-coordinate representation of color #D758A3: hue angle of 324.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D758A3 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 163 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.16 |
| HSL | 324.57º | 0.61% | 0.59% | - |
| HSV(B) | 324.57º | 0.59% | 0.84% | - |
| XYZ | 38.12 | 24.07 | 37.29 | - |
| YUV | 134.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 163 | 0 | 0.59 | 0.24 | 0.16 | 324.57 | 0.61 | 0.59 |
| Hex | D7 | 58 | A3 | 0 | 3B | 18 | 10 | 145 | 3D | 3B |
| Octal | 327 | 130 | 243 | 0 | 73 | 30 | 20 | 505 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10100011 | 0 | 111011 | 11000 | 10000 | 101000101 | 111101 | 111011 |
Color Harmonies of #D758A3
Complementary color
Monochromatic Colors of #D758A3
Black with #D758A3
Text Example
Text Example
White with #D758A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758A3; }
p { color: rgb(215,88,163); }
H1.HeaderClassName
{
color: #D758A3;
}
.AnyTagClassName
{
color: #D758A3;
}
</style>
background-color css
<style>
a { background-color: #D758A3; }
a { background-color: rgb(215,88,163); }
div.DivClassName
{
background-color: #D758A3;
}
.BgClassName
{
background-color: #D758A3;
}
</style>
border-color css
<style>
span { border-color: #D758A3; }
span { border-color: rgb(215,88,163); }
td.TdClassName
{
border-color: #D758A3;
}
.TagClassName
{
border-color: #D758A3;
}
</style>