Shades of Mulberry #D04199
Tints of Mulberry #D04199
RGB
CMYK
RGB Variations
Color information
#D04199 (or 0xD04199) is known color: Mulberry. HEX triplet: D0, 41 and 99. RGB value is (208,65,153). Sum of RGB (Red+Green+Blue) = 208+65+153=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D04199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04199 is #2FBE66. Grayscale: #757575. Windows color (decimal): -3128935 or 10043856. OLE color: 10043856.
HSL color Cylindrical-coordinate representation of color #D04199: hue angle of 323.08º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04199 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 153 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.18 |
| HSL | 323.08º | 0.6% | 0.54% | - |
| HSV(B) | 323.08º | 0.69% | 0.82% | - |
| XYZ | 33.65 | 19.49 | 32.13 | - |
| YUV | 117.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 153 | 0 | 0.69 | 0.26 | 0.18 | 323.08 | 0.6 | 0.54 |
| Hex | D0 | 41 | 99 | 0 | 45 | 1A | 12 | 143 | 3C | 36 |
| Octal | 320 | 101 | 231 | 0 | 105 | 32 | 22 | 503 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10011001 | 0 | 1000101 | 11010 | 10010 | 101000011 | 111100 | 110110 |
Color Harmonies of #D04199
Complementary color
Monochromatic Colors of #D04199
Black with #D04199
Text Example
Text Example
White with #D04199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04199; }
p { color: rgb(208,65,153); }
H1.HeaderClassName
{
color: #D04199;
}
.AnyTagClassName
{
color: #D04199;
}
</style>
background-color css
<style>
a { background-color: #D04199; }
a { background-color: rgb(208,65,153); }
div.DivClassName
{
background-color: #D04199;
}
.BgClassName
{
background-color: #D04199;
}
</style>
border-color css
<style>
span { border-color: #D04199; }
span { border-color: rgb(208,65,153); }
td.TdClassName
{
border-color: #D04199;
}
.TagClassName
{
border-color: #D04199;
}
</style>