Shades of Mulberry #D74FAC
Tints of Mulberry #D74FAC
RGB
CMYK
RGB Variations
Color information
#D74FAC (or 0xD74FAC) is known color: Mulberry. HEX triplet: D7, 4F and AC. RGB value is (215,79,172). Sum of RGB (Red+Green+Blue) = 215+79+172=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74FAC is #28B053. Grayscale: #828282. Windows color (decimal): -2666580 or 11292631. OLE color: 11292631.
HSL color Cylindrical-coordinate representation of color #D74FAC: hue angle of 318.97º 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 #D74FAC is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 172 | - |
| CMYK | 0 | 0.63 | 0.2 | 0.16 |
| HSL | 318.97º | 0.63% | 0.58% | - |
| HSV(B) | 318.97º | 0.63% | 0.84% | - |
| XYZ | 38.27 | 23.02 | 41.46 | - |
| YUV | 130.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 172 | 0 | 0.63 | 0.2 | 0.16 | 318.97 | 0.63 | 0.58 |
| Hex | D7 | 4F | AC | 0 | 3F | 14 | 10 | 13F | 3F | 3A |
| Octal | 327 | 117 | 254 | 0 | 77 | 24 | 20 | 477 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10101100 | 0 | 111111 | 10100 | 10000 | 100111111 | 111111 | 111010 |
Color Harmonies of #D74FAC
Complementary color
Monochromatic Colors of #D74FAC
Black with #D74FAC
Text Example
Text Example
White with #D74FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FAC; }
p { color: rgb(215,79,172); }
H1.HeaderClassName
{
color: #D74FAC;
}
.AnyTagClassName
{
color: #D74FAC;
}
</style>
background-color css
<style>
a { background-color: #D74FAC; }
a { background-color: rgb(215,79,172); }
div.DivClassName
{
background-color: #D74FAC;
}
.BgClassName
{
background-color: #D74FAC;
}
</style>
border-color css
<style>
span { border-color: #D74FAC; }
span { border-color: rgb(215,79,172); }
td.TdClassName
{
border-color: #D74FAC;
}
.TagClassName
{
border-color: #D74FAC;
}
</style>