Shades of Mulberry #D05394
Tints of Mulberry #D05394
RGB
CMYK
RGB Variations
Color information
#D05394 (or 0xD05394) is known color: Mulberry. HEX triplet: D0, 53 and 94. RGB value is (208,83,148). Sum of RGB (Red+Green+Blue) = 208+83+148=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D05394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05394 is #2FAC6B. Grayscale: #7F7F7F. Windows color (decimal): -3124332 or 9720784. OLE color: 9720784.
HSL color Cylindrical-coordinate representation of color #D05394: hue angle of 328.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05394 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 148 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.18 |
| HSL | 328.8º | 0.57% | 0.57% | - |
| HSV(B) | 328.8º | 0.6% | 0.82% | - |
| XYZ | 34.45 | 21.73 | 30.4 | - |
| YUV | 127.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 148 | 0 | 0.60 | 0.29 | 0.18 | 328.8 | 0.57 | 0.57 |
| Hex | D0 | 53 | 94 | 0 | 3C | 1D | 12 | 149 | 39 | 39 |
| Octal | 320 | 123 | 224 | 0 | 74 | 35 | 22 | 511 | 71 | 71 |
| Binary | 11010000 | 1010011 | 10010100 | 0 | 111100 | 11101 | 10010 | 101001001 | 111001 | 111001 |
Color Harmonies of #D05394
Complementary color
Monochromatic Colors of #D05394
Black with #D05394
Text Example
Text Example
White with #D05394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05394; }
p { color: rgb(208,83,148); }
H1.HeaderClassName
{
color: #D05394;
}
.AnyTagClassName
{
color: #D05394;
}
</style>
background-color css
<style>
a { background-color: #D05394; }
a { background-color: rgb(208,83,148); }
div.DivClassName
{
background-color: #D05394;
}
.BgClassName
{
background-color: #D05394;
}
</style>
border-color css
<style>
span { border-color: #D05394; }
span { border-color: rgb(208,83,148); }
td.TdClassName
{
border-color: #D05394;
}
.TagClassName
{
border-color: #D05394;
}
</style>