Shades of Mulberry #D03D95
Tints of Mulberry #D03D95
RGB
CMYK
RGB Variations
Color information
#D03D95 (or 0xD03D95) is known color: Mulberry. HEX triplet: D0, 3D and 95. RGB value is (208,61,149). Sum of RGB (Red+Green+Blue) = 208+61+149=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D95 is #2FC26A. Grayscale: #727272. Windows color (decimal): -3129963 or 9780688. OLE color: 9780688.
HSL color Cylindrical-coordinate representation of color #D03D95: hue angle of 324.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D95 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 149 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.18 |
| HSL | 324.08º | 0.61% | 0.53% | - |
| HSV(B) | 324.08º | 0.71% | 0.82% | - |
| XYZ | 33.11 | 18.92 | 30.34 | - |
| YUV | 114.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 149 | 0 | 0.71 | 0.28 | 0.18 | 324.08 | 0.61 | 0.53 |
| Hex | D0 | 3D | 95 | 0 | 47 | 1C | 12 | 144 | 3D | 35 |
| Octal | 320 | 75 | 225 | 0 | 107 | 34 | 22 | 504 | 75 | 65 |
| Binary | 11010000 | 111101 | 10010101 | 0 | 1000111 | 11100 | 10010 | 101000100 | 111101 | 110101 |
Color Harmonies of #D03D95
Complementary color
Monochromatic Colors of #D03D95
Black with #D03D95
Text Example
Text Example
White with #D03D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D95; }
p { color: rgb(208,61,149); }
H1.HeaderClassName
{
color: #D03D95;
}
.AnyTagClassName
{
color: #D03D95;
}
</style>
background-color css
<style>
a { background-color: #D03D95; }
a { background-color: rgb(208,61,149); }
div.DivClassName
{
background-color: #D03D95;
}
.BgClassName
{
background-color: #D03D95;
}
</style>
border-color css
<style>
span { border-color: #D03D95; }
span { border-color: rgb(208,61,149); }
td.TdClassName
{
border-color: #D03D95;
}
.TagClassName
{
border-color: #D03D95;
}
</style>