Shades of Mulberry #D04392
Tints of Mulberry #D04392
RGB
CMYK
RGB Variations
Color information
#D04392 (or 0xD04392) is known color: Mulberry. HEX triplet: D0, 43 and 92. RGB value is (208,67,146). Sum of RGB (Red+Green+Blue) = 208+67+146=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D04392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04392 is #2FBC6D. Grayscale: #757575. Windows color (decimal): -3128430 or 9585616. OLE color: 9585616.
HSL color Cylindrical-coordinate representation of color #D04392: hue angle of 326.38º 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 #D04392 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 146 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.18 |
| HSL | 326.38º | 0.6% | 0.54% | - |
| HSV(B) | 326.38º | 0.68% | 0.82% | - |
| XYZ | 33.21 | 19.5 | 29.21 | - |
| YUV | 118.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 146 | 0 | 0.68 | 0.30 | 0.18 | 326.38 | 0.6 | 0.54 |
| Hex | D0 | 43 | 92 | 0 | 44 | 1E | 12 | 146 | 3C | 36 |
| Octal | 320 | 103 | 222 | 0 | 104 | 36 | 22 | 506 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10010010 | 0 | 1000100 | 11110 | 10010 | 101000110 | 111100 | 110110 |
Color Harmonies of #D04392
Complementary color
Monochromatic Colors of #D04392
Black with #D04392
Text Example
Text Example
White with #D04392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04392; }
p { color: rgb(208,67,146); }
H1.HeaderClassName
{
color: #D04392;
}
.AnyTagClassName
{
color: #D04392;
}
</style>
background-color css
<style>
a { background-color: #D04392; }
a { background-color: rgb(208,67,146); }
div.DivClassName
{
background-color: #D04392;
}
.BgClassName
{
background-color: #D04392;
}
</style>
border-color css
<style>
span { border-color: #D04392; }
span { border-color: rgb(208,67,146); }
td.TdClassName
{
border-color: #D04392;
}
.TagClassName
{
border-color: #D04392;
}
</style>