Shades of Mulberry #D04CA7
Tints of Mulberry #D04CA7
RGB
CMYK
RGB Variations
Color information
#D04CA7 (or 0xD04CA7) is known color: Mulberry. HEX triplet: D0, 4C and A7. RGB value is (208,76,167). Sum of RGB (Red+Green+Blue) = 208+76+167=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA7 is #2FB358. Grayscale: #7D7D7D. Windows color (decimal): -3126105 or 10964176. OLE color: 10964176.
HSL color Cylindrical-coordinate representation of color #D04CA7: hue angle of 318.64º 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 #D04CA7 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 167 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.18 |
| HSL | 318.64º | 0.58% | 0.56% | - |
| HSV(B) | 318.64º | 0.63% | 0.82% | - |
| XYZ | 35.57 | 21.37 | 38.81 | - |
| YUV | 125.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 167 | 0 | 0.63 | 0.20 | 0.18 | 318.64 | 0.58 | 0.56 |
| Hex | D0 | 4C | A7 | 0 | 3F | 14 | 12 | 13F | 3A | 38 |
| Octal | 320 | 114 | 247 | 0 | 77 | 24 | 22 | 477 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10100111 | 0 | 111111 | 10100 | 10010 | 100111111 | 111010 | 111000 |
Color Harmonies of #D04CA7
Complementary color
Monochromatic Colors of #D04CA7
Black with #D04CA7
Text Example
Text Example
White with #D04CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CA7; }
p { color: rgb(208,76,167); }
H1.HeaderClassName
{
color: #D04CA7;
}
.AnyTagClassName
{
color: #D04CA7;
}
</style>
background-color css
<style>
a { background-color: #D04CA7; }
a { background-color: rgb(208,76,167); }
div.DivClassName
{
background-color: #D04CA7;
}
.BgClassName
{
background-color: #D04CA7;
}
</style>
border-color css
<style>
span { border-color: #D04CA7; }
span { border-color: rgb(208,76,167); }
td.TdClassName
{
border-color: #D04CA7;
}
.TagClassName
{
border-color: #D04CA7;
}
</style>