Shades of Mulberry #D03FAB
Tints of Mulberry #D03FAB
RGB
CMYK
RGB Variations
Color information
#D03FAB (or 0xD03FAB) is known color: Mulberry. HEX triplet: D0, 3F and AB. RGB value is (208,63,171). Sum of RGB (Red+Green+Blue) = 208+63+171=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FAB is #2FC054. Grayscale: #767676. Windows color (decimal): -3129429 or 11222992. OLE color: 11222992.
HSL color Cylindrical-coordinate representation of color #D03FAB: hue angle of 315.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FAB is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 171 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.18 |
| HSL | 315.31º | 0.61% | 0.53% | - |
| HSV(B) | 315.31º | 0.7% | 0.82% | - |
| XYZ | 35.14 | 19.91 | 40.52 | - |
| YUV | 118.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 171 | 0 | 0.70 | 0.18 | 0.18 | 315.31 | 0.61 | 0.53 |
| Hex | D0 | 3F | AB | 0 | 46 | 12 | 12 | 13B | 3D | 35 |
| Octal | 320 | 77 | 253 | 0 | 106 | 22 | 22 | 473 | 75 | 65 |
| Binary | 11010000 | 111111 | 10101011 | 0 | 1000110 | 10010 | 10010 | 100111011 | 111101 | 110101 |
Color Harmonies of #D03FAB
Complementary color
Monochromatic Colors of #D03FAB
Black with #D03FAB
Text Example
Text Example
White with #D03FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FAB; }
p { color: rgb(208,63,171); }
H1.HeaderClassName
{
color: #D03FAB;
}
.AnyTagClassName
{
color: #D03FAB;
}
</style>
background-color css
<style>
a { background-color: #D03FAB; }
a { background-color: rgb(208,63,171); }
div.DivClassName
{
background-color: #D03FAB;
}
.BgClassName
{
background-color: #D03FAB;
}
</style>
border-color css
<style>
span { border-color: #D03FAB; }
span { border-color: rgb(208,63,171); }
td.TdClassName
{
border-color: #D03FAB;
}
.TagClassName
{
border-color: #D03FAB;
}
</style>