Shades of Mulberry #DC54A4
Tints of Mulberry #DC54A4
RGB
CMYK
RGB Variations
Color information
#DC54A4 (or 0xDC54A4) is known color: Mulberry. HEX triplet: DC, 54 and A4. RGB value is (220,84,164). Sum of RGB (Red+Green+Blue) = 220+84+164=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54A4 is #23AB5B. Grayscale: #858585. Windows color (decimal): -2337628 or 10769628. OLE color: 10769628.
HSL color Cylindrical-coordinate representation of color #DC54A4: hue angle of 324.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54A4 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 164 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.14 |
| HSL | 324.71º | 0.66% | 0.6% | - |
| HSV(B) | 324.71º | 0.62% | 0.86% | - |
| XYZ | 39.39 | 24.24 | 37.72 | - |
| YUV | 133.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 164 | 0 | 0.62 | 0.25 | 0.14 | 324.71 | 0.66 | 0.6 |
| Hex | DC | 54 | A4 | 0 | 3E | 19 | E | 145 | 42 | 3C |
| Octal | 334 | 124 | 244 | 0 | 76 | 31 | 16 | 505 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10100100 | 0 | 111110 | 11001 | 1110 | 101000101 | 1000010 | 111100 |
Color Harmonies of #DC54A4
Complementary color
Monochromatic Colors of #DC54A4
Black with #DC54A4
Text Example
Text Example
White with #DC54A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54A4; }
p { color: rgb(220,84,164); }
H1.HeaderClassName
{
color: #DC54A4;
}
.AnyTagClassName
{
color: #DC54A4;
}
</style>
background-color css
<style>
a { background-color: #DC54A4; }
a { background-color: rgb(220,84,164); }
div.DivClassName
{
background-color: #DC54A4;
}
.BgClassName
{
background-color: #DC54A4;
}
</style>
border-color css
<style>
span { border-color: #DC54A4; }
span { border-color: rgb(220,84,164); }
td.TdClassName
{
border-color: #DC54A4;
}
.TagClassName
{
border-color: #DC54A4;
}
</style>