Shades of Mulberry #D03F9B
Tints of Mulberry #D03F9B
RGB
CMYK
RGB Variations
Color information
#D03F9B (or 0xD03F9B) is known color: Mulberry. HEX triplet: D0, 3F and 9B. RGB value is (208,63,155). Sum of RGB (Red+Green+Blue) = 208+63+155=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F9B is #2FC064. Grayscale: #747474. Windows color (decimal): -3129445 or 10174416. OLE color: 10174416.
HSL color Cylindrical-coordinate representation of color #D03F9B: hue angle of 321.93º 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 #D03F9B is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 155 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.18 |
| HSL | 321.93º | 0.61% | 0.53% | - |
| HSV(B) | 321.93º | 0.7% | 0.82% | - |
| XYZ | 33.71 | 19.33 | 32.97 | - |
| YUV | 116.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 155 | 0 | 0.70 | 0.25 | 0.18 | 321.93 | 0.61 | 0.53 |
| Hex | D0 | 3F | 9B | 0 | 46 | 19 | 12 | 142 | 3D | 35 |
| Octal | 320 | 77 | 233 | 0 | 106 | 31 | 22 | 502 | 75 | 65 |
| Binary | 11010000 | 111111 | 10011011 | 0 | 1000110 | 11001 | 10010 | 101000010 | 111101 | 110101 |
Color Harmonies of #D03F9B
Complementary color
Monochromatic Colors of #D03F9B
Black with #D03F9B
Text Example
Text Example
White with #D03F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F9B; }
p { color: rgb(208,63,155); }
H1.HeaderClassName
{
color: #D03F9B;
}
.AnyTagClassName
{
color: #D03F9B;
}
</style>
background-color css
<style>
a { background-color: #D03F9B; }
a { background-color: rgb(208,63,155); }
div.DivClassName
{
background-color: #D03F9B;
}
.BgClassName
{
background-color: #D03F9B;
}
</style>
border-color css
<style>
span { border-color: #D03F9B; }
span { border-color: rgb(208,63,155); }
td.TdClassName
{
border-color: #D03F9B;
}
.TagClassName
{
border-color: #D03F9B;
}
</style>