Shades of Mulberry #D04281
Tints of Mulberry #D04281
RGB
CMYK
RGB Variations
Color information
#D04281 (or 0xD04281) is known color: Mulberry. HEX triplet: D0, 42 and 81. RGB value is (208,66,129). Sum of RGB (Red+Green+Blue) = 208+66+129=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D04281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04281 is #2FBD7E. Grayscale: #737373. Windows color (decimal): -3128703 or 8471248. OLE color: 8471248.
HSL color Cylindrical-coordinate representation of color #D04281: hue angle of 333.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04281 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 129 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.18 |
| HSL | 333.38º | 0.6% | 0.54% | - |
| HSV(B) | 333.38º | 0.68% | 0.82% | - |
| XYZ | 31.92 | 18.89 | 22.73 | - |
| YUV | 115.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 129 | 0 | 0.68 | 0.38 | 0.18 | 333.38 | 0.6 | 0.54 |
| Hex | D0 | 42 | 81 | 0 | 44 | 26 | 12 | 14D | 3C | 36 |
| Octal | 320 | 102 | 201 | 0 | 104 | 46 | 22 | 515 | 74 | 66 |
| Binary | 11010000 | 1000010 | 10000001 | 0 | 1000100 | 100110 | 10010 | 101001101 | 111100 | 110110 |
Color Harmonies of #D04281
Complementary color
Monochromatic Colors of #D04281
Black with #D04281
Text Example
Text Example
White with #D04281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04281; }
p { color: rgb(208,66,129); }
H1.HeaderClassName
{
color: #D04281;
}
.AnyTagClassName
{
color: #D04281;
}
</style>
background-color css
<style>
a { background-color: #D04281; }
a { background-color: rgb(208,66,129); }
div.DivClassName
{
background-color: #D04281;
}
.BgClassName
{
background-color: #D04281;
}
</style>
border-color css
<style>
span { border-color: #D04281; }
span { border-color: rgb(208,66,129); }
td.TdClassName
{
border-color: #D04281;
}
.TagClassName
{
border-color: #D04281;
}
</style>