Shades of Mulberry #D758AC
Tints of Mulberry #D758AC
RGB
CMYK
RGB Variations
Color information
#D758AC (or 0xD758AC) is known color: Mulberry. HEX triplet: D7, 58 and AC. RGB value is (215,88,172). Sum of RGB (Red+Green+Blue) = 215+88+172=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D758AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758AC is #28A753. Grayscale: #878787. Windows color (decimal): -2664276 or 11294935. OLE color: 11294935.
HSL color Cylindrical-coordinate representation of color #D758AC: hue angle of 320.31º 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 #D758AC is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 172 | - |
| CMYK | 0 | 0.59 | 0.2 | 0.16 |
| HSL | 320.32º | 0.61% | 0.59% | - |
| HSV(B) | 320.32º | 0.59% | 0.84% | - |
| XYZ | 38.96 | 24.41 | 41.69 | - |
| YUV | 135.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 172 | 0 | 0.59 | 0.2 | 0.16 | 320.32 | 0.61 | 0.59 |
| Hex | D7 | 58 | AC | 0 | 3B | 14 | 10 | 140 | 3D | 3B |
| Octal | 327 | 130 | 254 | 0 | 73 | 24 | 20 | 500 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10101100 | 0 | 111011 | 10100 | 10000 | 101000000 | 111101 | 111011 |
Color Harmonies of #D758AC
Complementary color
Monochromatic Colors of #D758AC
Black with #D758AC
Text Example
Text Example
White with #D758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758AC; }
p { color: rgb(215,88,172); }
H1.HeaderClassName
{
color: #D758AC;
}
.AnyTagClassName
{
color: #D758AC;
}
</style>
background-color css
<style>
a { background-color: #D758AC; }
a { background-color: rgb(215,88,172); }
div.DivClassName
{
background-color: #D758AC;
}
.BgClassName
{
background-color: #D758AC;
}
</style>
border-color css
<style>
span { border-color: #D758AC; }
span { border-color: rgb(215,88,172); }
td.TdClassName
{
border-color: #D758AC;
}
.TagClassName
{
border-color: #D758AC;
}
</style>