Shades of Mulberry #D04693
Tints of Mulberry #D04693
RGB
CMYK
RGB Variations
Color information
#D04693 (or 0xD04693) is known color: Mulberry. HEX triplet: D0, 46 and 93. RGB value is (208,70,147). Sum of RGB (Red+Green+Blue) = 208+70+147=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D04693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04693 is #2FB96C. Grayscale: #777777. Windows color (decimal): -3127661 or 9651920. OLE color: 9651920.
HSL color Cylindrical-coordinate representation of color #D04693: hue angle of 326.52º 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 #D04693 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 147 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.18 |
| HSL | 326.52º | 0.59% | 0.55% | - |
| HSV(B) | 326.52º | 0.66% | 0.82% | - |
| XYZ | 33.47 | 19.9 | 29.68 | - |
| YUV | 120.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 147 | 0 | 0.66 | 0.29 | 0.18 | 326.52 | 0.59 | 0.55 |
| Hex | D0 | 46 | 93 | 0 | 42 | 1D | 12 | 147 | 3B | 37 |
| Octal | 320 | 106 | 223 | 0 | 102 | 35 | 22 | 507 | 73 | 67 |
| Binary | 11010000 | 1000110 | 10010011 | 0 | 1000010 | 11101 | 10010 | 101000111 | 111011 | 110111 |
Color Harmonies of #D04693
Complementary color
Monochromatic Colors of #D04693
Black with #D04693
Text Example
Text Example
White with #D04693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04693; }
p { color: rgb(208,70,147); }
H1.HeaderClassName
{
color: #D04693;
}
.AnyTagClassName
{
color: #D04693;
}
</style>
background-color css
<style>
a { background-color: #D04693; }
a { background-color: rgb(208,70,147); }
div.DivClassName
{
background-color: #D04693;
}
.BgClassName
{
background-color: #D04693;
}
</style>
border-color css
<style>
span { border-color: #D04693; }
span { border-color: rgb(208,70,147); }
td.TdClassName
{
border-color: #D04693;
}
.TagClassName
{
border-color: #D04693;
}
</style>