Shades of Mulberry #D03B9C
Tints of Mulberry #D03B9C
RGB
CMYK
RGB Variations
Color information
#D03B9C (or 0xD03B9C) is known color: Mulberry. HEX triplet: D0, 3B and 9C. RGB value is (208,59,156). Sum of RGB (Red+Green+Blue) = 208+59+156=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B9C is #2FC463. Grayscale: #727272. Windows color (decimal): -3130468 or 10238928. OLE color: 10238928.
HSL color Cylindrical-coordinate representation of color #D03B9C: hue angle of 320.94º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B9C is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 156 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.18 |
| HSL | 320.94º | 0.61% | 0.52% | - |
| HSV(B) | 320.94º | 0.72% | 0.82% | - |
| XYZ | 33.58 | 18.94 | 33.34 | - |
| YUV | 114.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 156 | 0 | 0.72 | 0.25 | 0.18 | 320.94 | 0.61 | 0.52 |
| Hex | D0 | 3B | 9C | 0 | 48 | 19 | 12 | 141 | 3D | 34 |
| Octal | 320 | 73 | 234 | 0 | 110 | 31 | 22 | 501 | 75 | 64 |
| Binary | 11010000 | 111011 | 10011100 | 0 | 1001000 | 11001 | 10010 | 101000001 | 111101 | 110100 |
Color Harmonies of #D03B9C
Complementary color
Monochromatic Colors of #D03B9C
Black with #D03B9C
Text Example
Text Example
White with #D03B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B9C; }
p { color: rgb(208,59,156); }
H1.HeaderClassName
{
color: #D03B9C;
}
.AnyTagClassName
{
color: #D03B9C;
}
</style>
background-color css
<style>
a { background-color: #D03B9C; }
a { background-color: rgb(208,59,156); }
div.DivClassName
{
background-color: #D03B9C;
}
.BgClassName
{
background-color: #D03B9C;
}
</style>
border-color css
<style>
span { border-color: #D03B9C; }
span { border-color: rgb(208,59,156); }
td.TdClassName
{
border-color: #D03B9C;
}
.TagClassName
{
border-color: #D03B9C;
}
</style>