Shades of Mulberry #DC5294
Tints of Mulberry #DC5294
RGB
CMYK
RGB Variations
Color information
#DC5294 (or 0xDC5294) is known color: Mulberry. HEX triplet: DC, 52 and 94. RGB value is (220,82,148). Sum of RGB (Red+Green+Blue) = 220+82+148=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5294 is #23AD6B. Grayscale: #828282. Windows color (decimal): -2338156 or 9720540. OLE color: 9720540.
HSL color Cylindrical-coordinate representation of color #DC5294: hue angle of 331.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5294 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 148 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.14 |
| HSL | 331.3º | 0.66% | 0.59% | - |
| HSV(B) | 331.3º | 0.63% | 0.86% | - |
| XYZ | 37.88 | 23.39 | 30.54 | - |
| YUV | 130.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 148 | 0 | 0.63 | 0.33 | 0.14 | 331.3 | 0.66 | 0.59 |
| Hex | DC | 52 | 94 | 0 | 3F | 21 | E | 14B | 42 | 3B |
| Octal | 334 | 122 | 224 | 0 | 77 | 41 | 16 | 513 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10010100 | 0 | 111111 | 100001 | 1110 | 101001011 | 1000010 | 111011 |
Color Harmonies of #DC5294
Complementary color
Monochromatic Colors of #DC5294
Black with #DC5294
Text Example
Text Example
White with #DC5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5294; }
p { color: rgb(220,82,148); }
H1.HeaderClassName
{
color: #DC5294;
}
.AnyTagClassName
{
color: #DC5294;
}
</style>
background-color css
<style>
a { background-color: #DC5294; }
a { background-color: rgb(220,82,148); }
div.DivClassName
{
background-color: #DC5294;
}
.BgClassName
{
background-color: #DC5294;
}
</style>
border-color css
<style>
span { border-color: #DC5294; }
span { border-color: rgb(220,82,148); }
td.TdClassName
{
border-color: #DC5294;
}
.TagClassName
{
border-color: #DC5294;
}
</style>