Shades of Mulberry #DC4A9A
Tints of Mulberry #DC4A9A
RGB
CMYK
RGB Variations
Color information
#DC4A9A (or 0xDC4A9A) is known color: Mulberry. HEX triplet: DC, 4A and 9A. RGB value is (220,74,154). Sum of RGB (Red+Green+Blue) = 220+74+154=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A9A is #23B565. Grayscale: #7E7E7E. Windows color (decimal): -2340198 or 10111708. OLE color: 10111708.
HSL color Cylindrical-coordinate representation of color #DC4A9A: hue angle of 327.12º 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 #DC4A9A is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 154 | - |
| CMYK | 0 | 0.66 | 0.3 | 0.14 |
| HSL | 327.12º | 0.68% | 0.58% | - |
| HSV(B) | 327.12º | 0.66% | 0.86% | - |
| XYZ | 37.8 | 22.45 | 32.91 | - |
| YUV | 126.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 154 | 0 | 0.66 | 0.3 | 0.14 | 327.12 | 0.68 | 0.58 |
| Hex | DC | 4A | 9A | 0 | 42 | 1E | E | 147 | 44 | 3A |
| Octal | 334 | 112 | 232 | 0 | 102 | 36 | 16 | 507 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10011010 | 0 | 1000010 | 11110 | 1110 | 101000111 | 1000100 | 111010 |
Color Harmonies of #DC4A9A
Complementary color
Monochromatic Colors of #DC4A9A
Black with #DC4A9A
Text Example
Text Example
White with #DC4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A9A; }
p { color: rgb(220,74,154); }
H1.HeaderClassName
{
color: #DC4A9A;
}
.AnyTagClassName
{
color: #DC4A9A;
}
</style>
background-color css
<style>
a { background-color: #DC4A9A; }
a { background-color: rgb(220,74,154); }
div.DivClassName
{
background-color: #DC4A9A;
}
.BgClassName
{
background-color: #DC4A9A;
}
</style>
border-color css
<style>
span { border-color: #DC4A9A; }
span { border-color: rgb(220,74,154); }
td.TdClassName
{
border-color: #DC4A9A;
}
.TagClassName
{
border-color: #DC4A9A;
}
</style>