Shades of Mulberry #DC48AD
Tints of Mulberry #DC48AD
RGB
CMYK
RGB Variations
Color information
#DC48AD (or 0xDC48AD) is known color: Mulberry. HEX triplet: DC, 48 and AD. RGB value is (220,72,173). Sum of RGB (Red+Green+Blue) = 220+72+173=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC48AD is #23B752. Grayscale: #7F7F7F. Windows color (decimal): -2340691 or 11356380. OLE color: 11356380.
HSL color Cylindrical-coordinate representation of color #DC48AD: hue angle of 319.05º 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 #DC48AD is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 173 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.14 |
| HSL | 319.05º | 0.68% | 0.57% | - |
| HSV(B) | 319.05º | 0.67% | 0.86% | - |
| XYZ | 39.38 | 22.87 | 41.87 | - |
| YUV | 127.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 173 | 0 | 0.67 | 0.21 | 0.14 | 319.05 | 0.68 | 0.57 |
| Hex | DC | 48 | AD | 0 | 43 | 15 | E | 13F | 44 | 39 |
| Octal | 334 | 110 | 255 | 0 | 103 | 25 | 16 | 477 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10101101 | 0 | 1000011 | 10101 | 1110 | 100111111 | 1000100 | 111001 |
Color Harmonies of #DC48AD
Complementary color
Monochromatic Colors of #DC48AD
Black with #DC48AD
Text Example
Text Example
White with #DC48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48AD; }
p { color: rgb(220,72,173); }
H1.HeaderClassName
{
color: #DC48AD;
}
.AnyTagClassName
{
color: #DC48AD;
}
</style>
background-color css
<style>
a { background-color: #DC48AD; }
a { background-color: rgb(220,72,173); }
div.DivClassName
{
background-color: #DC48AD;
}
.BgClassName
{
background-color: #DC48AD;
}
</style>
border-color css
<style>
span { border-color: #DC48AD; }
span { border-color: rgb(220,72,173); }
td.TdClassName
{
border-color: #DC48AD;
}
.TagClassName
{
border-color: #DC48AD;
}
</style>