Shades of Mulberry #D04592
Tints of Mulberry #D04592
RGB
CMYK
RGB Variations
Color information
#D04592 (or 0xD04592) is known color: Mulberry. HEX triplet: D0, 45 and 92. RGB value is (208,69,146). Sum of RGB (Red+Green+Blue) = 208+69+146=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D04592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04592 is #2FBA6D. Grayscale: #777777. Windows color (decimal): -3127918 or 9586128. OLE color: 9586128.
HSL color Cylindrical-coordinate representation of color #D04592: hue angle of 326.76º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04592 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 146 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.18 |
| HSL | 326.76º | 0.6% | 0.54% | - |
| HSV(B) | 326.76º | 0.67% | 0.82% | - |
| XYZ | 33.33 | 19.74 | 29.25 | - |
| YUV | 119.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 146 | 0 | 0.67 | 0.30 | 0.18 | 326.76 | 0.6 | 0.54 |
| Hex | D0 | 45 | 92 | 0 | 43 | 1E | 12 | 147 | 3C | 36 |
| Octal | 320 | 105 | 222 | 0 | 103 | 36 | 22 | 507 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10010010 | 0 | 1000011 | 11110 | 10010 | 101000111 | 111100 | 110110 |
Color Harmonies of #D04592
Complementary color
Monochromatic Colors of #D04592
Black with #D04592
Text Example
Text Example
White with #D04592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04592; }
p { color: rgb(208,69,146); }
H1.HeaderClassName
{
color: #D04592;
}
.AnyTagClassName
{
color: #D04592;
}
</style>
background-color css
<style>
a { background-color: #D04592; }
a { background-color: rgb(208,69,146); }
div.DivClassName
{
background-color: #D04592;
}
.BgClassName
{
background-color: #D04592;
}
</style>
border-color css
<style>
span { border-color: #D04592; }
span { border-color: rgb(208,69,146); }
td.TdClassName
{
border-color: #D04592;
}
.TagClassName
{
border-color: #D04592;
}
</style>