Shades of Mulberry #DC4FA8
Tints of Mulberry #DC4FA8
RGB
CMYK
RGB Variations
Color information
#DC4FA8 (or 0xDC4FA8) is known color: Mulberry. HEX triplet: DC, 4F and A8. RGB value is (220,79,168). Sum of RGB (Red+Green+Blue) = 220+79+168=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4FA8 is #23B057. Grayscale: #838383. Windows color (decimal): -2338904 or 11030492. OLE color: 11030492.
HSL color Cylindrical-coordinate representation of color #DC4FA8: hue angle of 322.13º 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 #DC4FA8 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 168 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.14 |
| HSL | 322.13º | 0.67% | 0.59% | - |
| HSV(B) | 322.13º | 0.64% | 0.86% | - |
| XYZ | 39.38 | 23.63 | 39.53 | - |
| YUV | 131.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 168 | 0 | 0.64 | 0.24 | 0.14 | 322.13 | 0.67 | 0.59 |
| Hex | DC | 4F | A8 | 0 | 40 | 18 | E | 142 | 43 | 3B |
| Octal | 334 | 117 | 250 | 0 | 100 | 30 | 16 | 502 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10101000 | 0 | 1000000 | 11000 | 1110 | 101000010 | 1000011 | 111011 |
Color Harmonies of #DC4FA8
Complementary color
Monochromatic Colors of #DC4FA8
Black with #DC4FA8
Text Example
Text Example
White with #DC4FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FA8; }
p { color: rgb(220,79,168); }
H1.HeaderClassName
{
color: #DC4FA8;
}
.AnyTagClassName
{
color: #DC4FA8;
}
</style>
background-color css
<style>
a { background-color: #DC4FA8; }
a { background-color: rgb(220,79,168); }
div.DivClassName
{
background-color: #DC4FA8;
}
.BgClassName
{
background-color: #DC4FA8;
}
</style>
border-color css
<style>
span { border-color: #DC4FA8; }
span { border-color: rgb(220,79,168); }
td.TdClassName
{
border-color: #DC4FA8;
}
.TagClassName
{
border-color: #DC4FA8;
}
</style>