Shades of Mulberry #D04C9D
Tints of Mulberry #D04C9D
RGB
CMYK
RGB Variations
Color information
#D04C9D (or 0xD04C9D) is known color: Mulberry. HEX triplet: D0, 4C and 9D. RGB value is (208,76,157). Sum of RGB (Red+Green+Blue) = 208+76+157=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C9D is #2FB362. Grayscale: #7C7C7C. Windows color (decimal): -3126115 or 10308816. OLE color: 10308816.
HSL color Cylindrical-coordinate representation of color #D04C9D: hue angle of 323.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C9D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 157 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.18 |
| HSL | 323.18º | 0.58% | 0.56% | - |
| HSV(B) | 323.18º | 0.63% | 0.82% | - |
| XYZ | 34.68 | 21.01 | 34.13 | - |
| YUV | 124.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 157 | 0 | 0.63 | 0.25 | 0.18 | 323.18 | 0.58 | 0.56 |
| Hex | D0 | 4C | 9D | 0 | 3F | 19 | 12 | 143 | 3A | 38 |
| Octal | 320 | 114 | 235 | 0 | 77 | 31 | 22 | 503 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10011101 | 0 | 111111 | 11001 | 10010 | 101000011 | 111010 | 111000 |
Color Harmonies of #D04C9D
Complementary color
Monochromatic Colors of #D04C9D
Black with #D04C9D
Text Example
Text Example
White with #D04C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C9D; }
p { color: rgb(208,76,157); }
H1.HeaderClassName
{
color: #D04C9D;
}
.AnyTagClassName
{
color: #D04C9D;
}
</style>
background-color css
<style>
a { background-color: #D04C9D; }
a { background-color: rgb(208,76,157); }
div.DivClassName
{
background-color: #D04C9D;
}
.BgClassName
{
background-color: #D04C9D;
}
</style>
border-color css
<style>
span { border-color: #D04C9D; }
span { border-color: rgb(208,76,157); }
td.TdClassName
{
border-color: #D04C9D;
}
.TagClassName
{
border-color: #D04C9D;
}
</style>