Shades of Mulberry #D04394
Tints of Mulberry #D04394
RGB
CMYK
RGB Variations
Color information
#D04394 (or 0xD04394) is known color: Mulberry. HEX triplet: D0, 43 and 94. RGB value is (208,67,148). Sum of RGB (Red+Green+Blue) = 208+67+148=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D04394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04394 is #2FBC6B. Grayscale: #767676. Windows color (decimal): -3128428 or 9716688. OLE color: 9716688.
HSL color Cylindrical-coordinate representation of color #D04394: hue angle of 325.53º 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 #D04394 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 148 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.18 |
| HSL | 325.53º | 0.6% | 0.54% | - |
| HSV(B) | 325.53º | 0.68% | 0.82% | - |
| XYZ | 33.36 | 19.56 | 30.03 | - |
| YUV | 118.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 148 | 0 | 0.68 | 0.29 | 0.18 | 325.53 | 0.6 | 0.54 |
| Hex | D0 | 43 | 94 | 0 | 44 | 1D | 12 | 146 | 3C | 36 |
| Octal | 320 | 103 | 224 | 0 | 104 | 35 | 22 | 506 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10010100 | 0 | 1000100 | 11101 | 10010 | 101000110 | 111100 | 110110 |
Color Harmonies of #D04394
Complementary color
Monochromatic Colors of #D04394
Black with #D04394
Text Example
Text Example
White with #D04394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04394; }
p { color: rgb(208,67,148); }
H1.HeaderClassName
{
color: #D04394;
}
.AnyTagClassName
{
color: #D04394;
}
</style>
background-color css
<style>
a { background-color: #D04394; }
a { background-color: rgb(208,67,148); }
div.DivClassName
{
background-color: #D04394;
}
.BgClassName
{
background-color: #D04394;
}
</style>
border-color css
<style>
span { border-color: #D04394; }
span { border-color: rgb(208,67,148); }
td.TdClassName
{
border-color: #D04394;
}
.TagClassName
{
border-color: #D04394;
}
</style>