Shades of Mulberry #D93FAB
Tints of Mulberry #D93FAB
RGB
CMYK
RGB Variations
Color information
#D93FAB (or 0xD93FAB) is known color: Mulberry. HEX triplet: D9, 3F and AB. RGB value is (217,63,171). Sum of RGB (Red+Green+Blue) = 217+63+171=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FAB is #26C054. Grayscale: #797979. Windows color (decimal): -2539605 or 11223001. OLE color: 11223001.
HSL color Cylindrical-coordinate representation of color #D93FAB: hue angle of 317.92º 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 #D93FAB is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 171 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.15 |
| HSL | 317.92º | 0.67% | 0.55% | - |
| HSV(B) | 317.92º | 0.71% | 0.85% | - |
| XYZ | 37.74 | 21.25 | 40.64 | - |
| YUV | 121.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 171 | 0 | 0.71 | 0.21 | 0.15 | 317.92 | 0.67 | 0.55 |
| Hex | D9 | 3F | AB | 0 | 47 | 15 | F | 13E | 43 | 37 |
| Octal | 331 | 77 | 253 | 0 | 107 | 25 | 17 | 476 | 103 | 67 |
| Binary | 11011001 | 111111 | 10101011 | 0 | 1000111 | 10101 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #D93FAB
Complementary color
Monochromatic Colors of #D93FAB
Black with #D93FAB
Text Example
Text Example
White with #D93FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FAB; }
p { color: rgb(217,63,171); }
H1.HeaderClassName
{
color: #D93FAB;
}
.AnyTagClassName
{
color: #D93FAB;
}
</style>
background-color css
<style>
a { background-color: #D93FAB; }
a { background-color: rgb(217,63,171); }
div.DivClassName
{
background-color: #D93FAB;
}
.BgClassName
{
background-color: #D93FAB;
}
</style>
border-color css
<style>
span { border-color: #D93FAB; }
span { border-color: rgb(217,63,171); }
td.TdClassName
{
border-color: #D93FAB;
}
.TagClassName
{
border-color: #D93FAB;
}
</style>