Shades of Mulberry #D04098
Tints of Mulberry #D04098
RGB
CMYK
RGB Variations
Color information
#D04098 (or 0xD04098) is known color: Mulberry. HEX triplet: D0, 40 and 98. RGB value is (208,64,152). Sum of RGB (Red+Green+Blue) = 208+64+152=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D04098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04098 is #2FBF67. Grayscale: #747474. Windows color (decimal): -3129192 or 9978064. OLE color: 9978064.
HSL color Cylindrical-coordinate representation of color #D04098: hue angle of 323.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04098 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 152 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.18 |
| HSL | 323.33º | 0.61% | 0.53% | - |
| HSV(B) | 323.33º | 0.69% | 0.82% | - |
| XYZ | 33.51 | 19.34 | 31.67 | - |
| YUV | 117.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 152 | 0 | 0.69 | 0.27 | 0.18 | 323.33 | 0.61 | 0.53 |
| Hex | D0 | 40 | 98 | 0 | 45 | 1B | 12 | 143 | 3D | 35 |
| Octal | 320 | 100 | 230 | 0 | 105 | 33 | 22 | 503 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10011000 | 0 | 1000101 | 11011 | 10010 | 101000011 | 111101 | 110101 |
Color Harmonies of #D04098
Complementary color
Monochromatic Colors of #D04098
Black with #D04098
Text Example
Text Example
White with #D04098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04098; }
p { color: rgb(208,64,152); }
H1.HeaderClassName
{
color: #D04098;
}
.AnyTagClassName
{
color: #D04098;
}
</style>
background-color css
<style>
a { background-color: #D04098; }
a { background-color: rgb(208,64,152); }
div.DivClassName
{
background-color: #D04098;
}
.BgClassName
{
background-color: #D04098;
}
</style>
border-color css
<style>
span { border-color: #D04098; }
span { border-color: rgb(208,64,152); }
td.TdClassName
{
border-color: #D04098;
}
.TagClassName
{
border-color: #D04098;
}
</style>