Shades of Mulberry #D93FAC
Tints of Mulberry #D93FAC
RGB
CMYK
RGB Variations
Color information
#D93FAC (or 0xD93FAC) is known color: Mulberry. HEX triplet: D9, 3F and AC. RGB value is (217,63,172). Sum of RGB (Red+Green+Blue) = 217+63+172=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FAC is #26C053. Grayscale: #797979. Windows color (decimal): -2539604 or 11288537. OLE color: 11288537.
HSL color Cylindrical-coordinate representation of color #D93FAC: hue angle of 317.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FAC is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 172 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.15 |
| HSL | 317.53º | 0.67% | 0.55% | - |
| HSV(B) | 317.53º | 0.71% | 0.85% | - |
| XYZ | 37.84 | 21.29 | 41.14 | - |
| YUV | 121.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 172 | 0 | 0.71 | 0.21 | 0.15 | 317.53 | 0.67 | 0.55 |
| Hex | D9 | 3F | AC | 0 | 47 | 15 | F | 13E | 43 | 37 |
| Octal | 331 | 77 | 254 | 0 | 107 | 25 | 17 | 476 | 103 | 67 |
| Binary | 11011001 | 111111 | 10101100 | 0 | 1000111 | 10101 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #D93FAC
Complementary color
Monochromatic Colors of #D93FAC
Black with #D93FAC
Text Example
Text Example
White with #D93FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FAC; }
p { color: rgb(217,63,172); }
H1.HeaderClassName
{
color: #D93FAC;
}
.AnyTagClassName
{
color: #D93FAC;
}
</style>
background-color css
<style>
a { background-color: #D93FAC; }
a { background-color: rgb(217,63,172); }
div.DivClassName
{
background-color: #D93FAC;
}
.BgClassName
{
background-color: #D93FAC;
}
</style>
border-color css
<style>
span { border-color: #D93FAC; }
span { border-color: rgb(217,63,172); }
td.TdClassName
{
border-color: #D93FAC;
}
.TagClassName
{
border-color: #D93FAC;
}
</style>