Shades of Mulberry #DC44AC
Tints of Mulberry #DC44AC
RGB
CMYK
RGB Variations
Color information
#DC44AC (or 0xDC44AC) is known color: Mulberry. HEX triplet: DC, 44 and AC. RGB value is (220,68,172). Sum of RGB (Red+Green+Blue) = 220+68+172=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC44AC is #23BB53. Grayscale: #7D7D7D. Windows color (decimal): -2341716 or 11289820. OLE color: 11289820.
HSL color Cylindrical-coordinate representation of color #DC44AC: hue angle of 318.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC44AC is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 172 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.14 |
| HSL | 318.95º | 0.68% | 0.56% | - |
| HSV(B) | 318.95º | 0.69% | 0.86% | - |
| XYZ | 39.03 | 22.33 | 41.28 | - |
| YUV | 125.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 172 | 0 | 0.69 | 0.22 | 0.14 | 318.95 | 0.68 | 0.56 |
| Hex | DC | 44 | AC | 0 | 45 | 16 | E | 13F | 44 | 38 |
| Octal | 334 | 104 | 254 | 0 | 105 | 26 | 16 | 477 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10101100 | 0 | 1000101 | 10110 | 1110 | 100111111 | 1000100 | 111000 |
Color Harmonies of #DC44AC
Complementary color
Monochromatic Colors of #DC44AC
Black with #DC44AC
Text Example
Text Example
White with #DC44AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44AC; }
p { color: rgb(220,68,172); }
H1.HeaderClassName
{
color: #DC44AC;
}
.AnyTagClassName
{
color: #DC44AC;
}
</style>
background-color css
<style>
a { background-color: #DC44AC; }
a { background-color: rgb(220,68,172); }
div.DivClassName
{
background-color: #DC44AC;
}
.BgClassName
{
background-color: #DC44AC;
}
</style>
border-color css
<style>
span { border-color: #DC44AC; }
span { border-color: rgb(220,68,172); }
td.TdClassName
{
border-color: #DC44AC;
}
.TagClassName
{
border-color: #DC44AC;
}
</style>