Shades of Mulberry #DC549B
Tints of Mulberry #DC549B
RGB
CMYK
RGB Variations
Color information
#DC549B (or 0xDC549B) is known color: Mulberry. HEX triplet: DC, 54 and 9B. RGB value is (220,84,155). Sum of RGB (Red+Green+Blue) = 220+84+155=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC549B is #23AB64. Grayscale: #848484. Windows color (decimal): -2337637 or 10179804. OLE color: 10179804.
HSL color Cylindrical-coordinate representation of color #DC549B: hue angle of 328.68º 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 #DC549B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 155 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.14 |
| HSL | 328.68º | 0.66% | 0.6% | - |
| HSV(B) | 328.68º | 0.62% | 0.86% | - |
| XYZ | 38.6 | 23.92 | 33.59 | - |
| YUV | 132.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 155 | 0 | 0.62 | 0.30 | 0.14 | 328.68 | 0.66 | 0.6 |
| Hex | DC | 54 | 9B | 0 | 3E | 1E | E | 149 | 42 | 3C |
| Octal | 334 | 124 | 233 | 0 | 76 | 36 | 16 | 511 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10011011 | 0 | 111110 | 11110 | 1110 | 101001001 | 1000010 | 111100 |
Color Harmonies of #DC549B
Complementary color
Monochromatic Colors of #DC549B
Black with #DC549B
Text Example
Text Example
White with #DC549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC549B; }
p { color: rgb(220,84,155); }
H1.HeaderClassName
{
color: #DC549B;
}
.AnyTagClassName
{
color: #DC549B;
}
</style>
background-color css
<style>
a { background-color: #DC549B; }
a { background-color: rgb(220,84,155); }
div.DivClassName
{
background-color: #DC549B;
}
.BgClassName
{
background-color: #DC549B;
}
</style>
border-color css
<style>
span { border-color: #DC549B; }
span { border-color: rgb(220,84,155); }
td.TdClassName
{
border-color: #DC549B;
}
.TagClassName
{
border-color: #DC549B;
}
</style>