Shades of Mulberry #D03D97
Tints of Mulberry #D03D97
RGB
CMYK
RGB Variations
Color information
#D03D97 (or 0xD03D97) is known color: Mulberry. HEX triplet: D0, 3D and 97. RGB value is (208,61,151). Sum of RGB (Red+Green+Blue) = 208+61+151=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D97 is #2FC268. Grayscale: #727272. Windows color (decimal): -3129961 or 9911760. OLE color: 9911760.
HSL color Cylindrical-coordinate representation of color #D03D97: hue angle of 323.27º 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 #D03D97 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 151 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.18 |
| HSL | 323.27º | 0.61% | 0.53% | - |
| HSV(B) | 323.27º | 0.71% | 0.82% | - |
| XYZ | 33.27 | 18.98 | 31.19 | - |
| YUV | 115.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 151 | 0 | 0.71 | 0.27 | 0.18 | 323.27 | 0.61 | 0.53 |
| Hex | D0 | 3D | 97 | 0 | 47 | 1B | 12 | 143 | 3D | 35 |
| Octal | 320 | 75 | 227 | 0 | 107 | 33 | 22 | 503 | 75 | 65 |
| Binary | 11010000 | 111101 | 10010111 | 0 | 1000111 | 11011 | 10010 | 101000011 | 111101 | 110101 |
Color Harmonies of #D03D97
Complementary color
Monochromatic Colors of #D03D97
Black with #D03D97
Text Example
Text Example
White with #D03D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D97; }
p { color: rgb(208,61,151); }
H1.HeaderClassName
{
color: #D03D97;
}
.AnyTagClassName
{
color: #D03D97;
}
</style>
background-color css
<style>
a { background-color: #D03D97; }
a { background-color: rgb(208,61,151); }
div.DivClassName
{
background-color: #D03D97;
}
.BgClassName
{
background-color: #D03D97;
}
</style>
border-color css
<style>
span { border-color: #D03D97; }
span { border-color: rgb(208,61,151); }
td.TdClassName
{
border-color: #D03D97;
}
.TagClassName
{
border-color: #D03D97;
}
</style>