Shades of Mulberry #DC44AB
Tints of Mulberry #DC44AB
RGB
CMYK
RGB Variations
Color information
#DC44AB (or 0xDC44AB) is known color: Mulberry. HEX triplet: DC, 44 and AB. RGB value is (220,68,171). Sum of RGB (Red+Green+Blue) = 220+68+171=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC44AB is #23BB54. Grayscale: #7C7C7C. Windows color (decimal): -2341717 or 11224284. OLE color: 11224284.
HSL color Cylindrical-coordinate representation of color #DC44AB: hue angle of 319.34º 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 #DC44AB is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 171 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.14 |
| HSL | 319.34º | 0.68% | 0.56% | - |
| HSV(B) | 319.34º | 0.69% | 0.86% | - |
| XYZ | 38.93 | 22.29 | 40.78 | - |
| YUV | 125.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 171 | 0 | 0.69 | 0.22 | 0.14 | 319.34 | 0.68 | 0.56 |
| Hex | DC | 44 | AB | 0 | 45 | 16 | E | 13F | 44 | 38 |
| Octal | 334 | 104 | 253 | 0 | 105 | 26 | 16 | 477 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10101011 | 0 | 1000101 | 10110 | 1110 | 100111111 | 1000100 | 111000 |
Color Harmonies of #DC44AB
Complementary color
Monochromatic Colors of #DC44AB
Black with #DC44AB
Text Example
Text Example
White with #DC44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44AB; }
p { color: rgb(220,68,171); }
H1.HeaderClassName
{
color: #DC44AB;
}
.AnyTagClassName
{
color: #DC44AB;
}
</style>
background-color css
<style>
a { background-color: #DC44AB; }
a { background-color: rgb(220,68,171); }
div.DivClassName
{
background-color: #DC44AB;
}
.BgClassName
{
background-color: #DC44AB;
}
</style>
border-color css
<style>
span { border-color: #DC44AB; }
span { border-color: rgb(220,68,171); }
td.TdClassName
{
border-color: #DC44AB;
}
.TagClassName
{
border-color: #DC44AB;
}
</style>