Shades of Mulberry #D758A7
Tints of Mulberry #D758A7
RGB
CMYK
RGB Variations
Color information
#D758A7 (or 0xD758A7) is known color: Mulberry. HEX triplet: D7, 58 and A7. RGB value is (215,88,167). Sum of RGB (Red+Green+Blue) = 215+88+167=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D758A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758A7 is #28A758. Grayscale: #868686. Windows color (decimal): -2664281 or 10967255. OLE color: 10967255.
HSL color Cylindrical-coordinate representation of color #D758A7: hue angle of 322.68º 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 #D758A7 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 167 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.16 |
| HSL | 322.68º | 0.61% | 0.59% | - |
| HSV(B) | 322.68º | 0.59% | 0.84% | - |
| XYZ | 38.49 | 24.22 | 39.2 | - |
| YUV | 134.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 167 | 0 | 0.59 | 0.22 | 0.16 | 322.68 | 0.61 | 0.59 |
| Hex | D7 | 58 | A7 | 0 | 3B | 16 | 10 | 143 | 3D | 3B |
| Octal | 327 | 130 | 247 | 0 | 73 | 26 | 20 | 503 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10100111 | 0 | 111011 | 10110 | 10000 | 101000011 | 111101 | 111011 |
Color Harmonies of #D758A7
Complementary color
Monochromatic Colors of #D758A7
Black with #D758A7
Text Example
Text Example
White with #D758A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758A7; }
p { color: rgb(215,88,167); }
H1.HeaderClassName
{
color: #D758A7;
}
.AnyTagClassName
{
color: #D758A7;
}
</style>
background-color css
<style>
a { background-color: #D758A7; }
a { background-color: rgb(215,88,167); }
div.DivClassName
{
background-color: #D758A7;
}
.BgClassName
{
background-color: #D758A7;
}
</style>
border-color css
<style>
span { border-color: #D758A7; }
span { border-color: rgb(215,88,167); }
td.TdClassName
{
border-color: #D758A7;
}
.TagClassName
{
border-color: #D758A7;
}
</style>