Shades of Mulberry #D04481
Tints of Mulberry #D04481
RGB
CMYK
RGB Variations
Color information
#D04481 (or 0xD04481) is known color: Mulberry. HEX triplet: D0, 44 and 81. RGB value is (208,68,129). Sum of RGB (Red+Green+Blue) = 208+68+129=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D04481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04481 is #2FBB7E. Grayscale: #747474. Windows color (decimal): -3128191 or 8471760. OLE color: 8471760.
HSL color Cylindrical-coordinate representation of color #D04481: hue angle of 333.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04481 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 129 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.18 |
| HSL | 333.86º | 0.6% | 0.54% | - |
| HSV(B) | 333.86º | 0.67% | 0.82% | - |
| XYZ | 32.04 | 19.13 | 22.77 | - |
| YUV | 116.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 129 | 0 | 0.67 | 0.38 | 0.18 | 333.86 | 0.6 | 0.54 |
| Hex | D0 | 44 | 81 | 0 | 43 | 26 | 12 | 14E | 3C | 36 |
| Octal | 320 | 104 | 201 | 0 | 103 | 46 | 22 | 516 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10000001 | 0 | 1000011 | 100110 | 10010 | 101001110 | 111100 | 110110 |
Color Harmonies of #D04481
Complementary color
Monochromatic Colors of #D04481
Black with #D04481
Text Example
Text Example
White with #D04481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04481; }
p { color: rgb(208,68,129); }
H1.HeaderClassName
{
color: #D04481;
}
.AnyTagClassName
{
color: #D04481;
}
</style>
background-color css
<style>
a { background-color: #D04481; }
a { background-color: rgb(208,68,129); }
div.DivClassName
{
background-color: #D04481;
}
.BgClassName
{
background-color: #D04481;
}
</style>
border-color css
<style>
span { border-color: #D04481; }
span { border-color: rgb(208,68,129); }
td.TdClassName
{
border-color: #D04481;
}
.TagClassName
{
border-color: #D04481;
}
</style>