Shades of Mulberry #DC4AA7
Tints of Mulberry #DC4AA7
RGB
CMYK
RGB Variations
Color information
#DC4AA7 (or 0xDC4AA7) is known color: Mulberry. HEX triplet: DC, 4A and A7. RGB value is (220,74,167). Sum of RGB (Red+Green+Blue) = 220+74+167=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AA7 is #23B558. Grayscale: #808080. Windows color (decimal): -2340185 or 10963676. OLE color: 10963676.
HSL color Cylindrical-coordinate representation of color #DC4AA7: hue angle of 321.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4AA7 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 167 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.14 |
| HSL | 321.78º | 0.68% | 0.58% | - |
| HSV(B) | 321.78º | 0.66% | 0.86% | - |
| XYZ | 38.94 | 22.9 | 38.93 | - |
| YUV | 128.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 167 | 0 | 0.66 | 0.24 | 0.14 | 321.78 | 0.68 | 0.58 |
| Hex | DC | 4A | A7 | 0 | 42 | 18 | E | 142 | 44 | 3A |
| Octal | 334 | 112 | 247 | 0 | 102 | 30 | 16 | 502 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10100111 | 0 | 1000010 | 11000 | 1110 | 101000010 | 1000100 | 111010 |
Color Harmonies of #DC4AA7
Complementary color
Monochromatic Colors of #DC4AA7
Black with #DC4AA7
Text Example
Text Example
White with #DC4AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AA7; }
p { color: rgb(220,74,167); }
H1.HeaderClassName
{
color: #DC4AA7;
}
.AnyTagClassName
{
color: #DC4AA7;
}
</style>
background-color css
<style>
a { background-color: #DC4AA7; }
a { background-color: rgb(220,74,167); }
div.DivClassName
{
background-color: #DC4AA7;
}
.BgClassName
{
background-color: #DC4AA7;
}
</style>
border-color css
<style>
span { border-color: #DC4AA7; }
span { border-color: rgb(220,74,167); }
td.TdClassName
{
border-color: #DC4AA7;
}
.TagClassName
{
border-color: #DC4AA7;
}
</style>