Shades of Mulberry #D04790
Tints of Mulberry #D04790
RGB
CMYK
RGB Variations
Color information
#D04790 (or 0xD04790) is known color: Mulberry. HEX triplet: D0, 47 and 90. RGB value is (208,71,144). Sum of RGB (Red+Green+Blue) = 208+71+144=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D04790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04790 is #2FB86F. Grayscale: #787878. Windows color (decimal): -3127408 or 9455568. OLE color: 9455568.
HSL color Cylindrical-coordinate representation of color #D04790: hue angle of 328.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04790 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 144 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.18 |
| HSL | 328.03º | 0.59% | 0.55% | - |
| HSV(B) | 328.03º | 0.66% | 0.82% | - |
| XYZ | 33.3 | 19.93 | 28.48 | - |
| YUV | 120.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 144 | 0 | 0.66 | 0.31 | 0.18 | 328.03 | 0.59 | 0.55 |
| Hex | D0 | 47 | 90 | 0 | 42 | 1F | 12 | 148 | 3B | 37 |
| Octal | 320 | 107 | 220 | 0 | 102 | 37 | 22 | 510 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10010000 | 0 | 1000010 | 11111 | 10010 | 101001000 | 111011 | 110111 |
Color Harmonies of #D04790
Complementary color
Monochromatic Colors of #D04790
Black with #D04790
Text Example
Text Example
White with #D04790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04790; }
p { color: rgb(208,71,144); }
H1.HeaderClassName
{
color: #D04790;
}
.AnyTagClassName
{
color: #D04790;
}
</style>
background-color css
<style>
a { background-color: #D04790; }
a { background-color: rgb(208,71,144); }
div.DivClassName
{
background-color: #D04790;
}
.BgClassName
{
background-color: #D04790;
}
</style>
border-color css
<style>
span { border-color: #D04790; }
span { border-color: rgb(208,71,144); }
td.TdClassName
{
border-color: #D04790;
}
.TagClassName
{
border-color: #D04790;
}
</style>