Shades of Mulberry #DC4FAA
Tints of Mulberry #DC4FAA
RGB
CMYK
RGB Variations
Color information
#DC4FAA (or 0xDC4FAA) is known color: Mulberry. HEX triplet: DC, 4F and AA. RGB value is (220,79,170). Sum of RGB (Red+Green+Blue) = 220+79+170=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4FAA is #23B055. Grayscale: #838383. Windows color (decimal): -2338902 or 11161564. OLE color: 11161564.
HSL color Cylindrical-coordinate representation of color #DC4FAA: hue angle of 321.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4FAA is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 170 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.14 |
| HSL | 321.28º | 0.67% | 0.59% | - |
| HSV(B) | 321.28º | 0.64% | 0.86% | - |
| XYZ | 39.57 | 23.71 | 40.52 | - |
| YUV | 131.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 170 | 0 | 0.64 | 0.23 | 0.14 | 321.28 | 0.67 | 0.59 |
| Hex | DC | 4F | AA | 0 | 40 | 17 | E | 141 | 43 | 3B |
| Octal | 334 | 117 | 252 | 0 | 100 | 27 | 16 | 501 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10101010 | 0 | 1000000 | 10111 | 1110 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DC4FAA
Complementary color
Monochromatic Colors of #DC4FAA
Black with #DC4FAA
Text Example
Text Example
White with #DC4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FAA; }
p { color: rgb(220,79,170); }
H1.HeaderClassName
{
color: #DC4FAA;
}
.AnyTagClassName
{
color: #DC4FAA;
}
</style>
background-color css
<style>
a { background-color: #DC4FAA; }
a { background-color: rgb(220,79,170); }
div.DivClassName
{
background-color: #DC4FAA;
}
.BgClassName
{
background-color: #DC4FAA;
}
</style>
border-color css
<style>
span { border-color: #DC4FAA; }
span { border-color: rgb(220,79,170); }
td.TdClassName
{
border-color: #DC4FAA;
}
.TagClassName
{
border-color: #DC4FAA;
}
</style>