Shades of Mulberry #DC48AB
Tints of Mulberry #DC48AB
RGB
CMYK
RGB Variations
Color information
#DC48AB (or 0xDC48AB) is known color: Mulberry. HEX triplet: DC, 48 and AB. RGB value is (220,72,171). Sum of RGB (Red+Green+Blue) = 220+72+171=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC48AB is #23B754. Grayscale: #7F7F7F. Windows color (decimal): -2340693 or 11225308. OLE color: 11225308.
HSL color Cylindrical-coordinate representation of color #DC48AB: hue angle of 319.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC48AB is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 171 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.14 |
| HSL | 319.86º | 0.68% | 0.57% | - |
| HSV(B) | 319.86º | 0.67% | 0.86% | - |
| XYZ | 39.18 | 22.79 | 40.86 | - |
| YUV | 127.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 171 | 0 | 0.67 | 0.22 | 0.14 | 319.86 | 0.68 | 0.57 |
| Hex | DC | 48 | AB | 0 | 43 | 16 | E | 140 | 44 | 39 |
| Octal | 334 | 110 | 253 | 0 | 103 | 26 | 16 | 500 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10101011 | 0 | 1000011 | 10110 | 1110 | 101000000 | 1000100 | 111001 |
Color Harmonies of #DC48AB
Complementary color
Monochromatic Colors of #DC48AB
Black with #DC48AB
Text Example
Text Example
White with #DC48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48AB; }
p { color: rgb(220,72,171); }
H1.HeaderClassName
{
color: #DC48AB;
}
.AnyTagClassName
{
color: #DC48AB;
}
</style>
background-color css
<style>
a { background-color: #DC48AB; }
a { background-color: rgb(220,72,171); }
div.DivClassName
{
background-color: #DC48AB;
}
.BgClassName
{
background-color: #DC48AB;
}
</style>
border-color css
<style>
span { border-color: #DC48AB; }
span { border-color: rgb(220,72,171); }
td.TdClassName
{
border-color: #DC48AB;
}
.TagClassName
{
border-color: #DC48AB;
}
</style>