Shades of Mulberry #D750AC
Tints of Mulberry #D750AC
RGB
CMYK
RGB Variations
Color information
#D750AC (or 0xD750AC) is known color: Mulberry. HEX triplet: D7, 50 and AC. RGB value is (215,80,172). Sum of RGB (Red+Green+Blue) = 215+80+172=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D750AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750AC is #28AF53. Grayscale: #828282. Windows color (decimal): -2666324 or 11292887. OLE color: 11292887.
HSL color Cylindrical-coordinate representation of color #D750AC: hue angle of 319.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750AC is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 172 | - |
| CMYK | 0 | 0.63 | 0.2 | 0.16 |
| HSL | 319.11º | 0.63% | 0.58% | - |
| HSV(B) | 319.11º | 0.63% | 0.84% | - |
| XYZ | 38.34 | 23.16 | 41.48 | - |
| YUV | 130.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 172 | 0 | 0.63 | 0.2 | 0.16 | 319.11 | 0.63 | 0.58 |
| Hex | D7 | 50 | AC | 0 | 3F | 14 | 10 | 13F | 3F | 3A |
| Octal | 327 | 120 | 254 | 0 | 77 | 24 | 20 | 477 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10101100 | 0 | 111111 | 10100 | 10000 | 100111111 | 111111 | 111010 |
Color Harmonies of #D750AC
Complementary color
Monochromatic Colors of #D750AC
Black with #D750AC
Text Example
Text Example
White with #D750AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750AC; }
p { color: rgb(215,80,172); }
H1.HeaderClassName
{
color: #D750AC;
}
.AnyTagClassName
{
color: #D750AC;
}
</style>
background-color css
<style>
a { background-color: #D750AC; }
a { background-color: rgb(215,80,172); }
div.DivClassName
{
background-color: #D750AC;
}
.BgClassName
{
background-color: #D750AC;
}
</style>
border-color css
<style>
span { border-color: #D750AC; }
span { border-color: rgb(215,80,172); }
td.TdClassName
{
border-color: #D750AC;
}
.TagClassName
{
border-color: #D750AC;
}
</style>