Shades of Mulberry #DC45AD
Tints of Mulberry #DC45AD
RGB
CMYK
RGB Variations
Color information
#DC45AD (or 0xDC45AD) is known color: Mulberry. HEX triplet: DC, 45 and AD. RGB value is (220,69,173). Sum of RGB (Red+Green+Blue) = 220+69+173=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC45AD is #23BA52. Grayscale: #7D7D7D. Windows color (decimal): -2341459 or 11355612. OLE color: 11355612.
HSL color Cylindrical-coordinate representation of color #DC45AD: hue angle of 318.68º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC45AD is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 173 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.14 |
| HSL | 318.68º | 0.68% | 0.57% | - |
| HSV(B) | 318.68º | 0.69% | 0.86% | - |
| XYZ | 39.19 | 22.49 | 41.81 | - |
| YUV | 126.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 173 | 0 | 0.69 | 0.21 | 0.14 | 318.68 | 0.68 | 0.57 |
| Hex | DC | 45 | AD | 0 | 45 | 15 | E | 13F | 44 | 39 |
| Octal | 334 | 105 | 255 | 0 | 105 | 25 | 16 | 477 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10101101 | 0 | 1000101 | 10101 | 1110 | 100111111 | 1000100 | 111001 |
Color Harmonies of #DC45AD
Complementary color
Monochromatic Colors of #DC45AD
Black with #DC45AD
Text Example
Text Example
White with #DC45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45AD; }
p { color: rgb(220,69,173); }
H1.HeaderClassName
{
color: #DC45AD;
}
.AnyTagClassName
{
color: #DC45AD;
}
</style>
background-color css
<style>
a { background-color: #DC45AD; }
a { background-color: rgb(220,69,173); }
div.DivClassName
{
background-color: #DC45AD;
}
.BgClassName
{
background-color: #DC45AD;
}
</style>
border-color css
<style>
span { border-color: #DC45AD; }
span { border-color: rgb(220,69,173); }
td.TdClassName
{
border-color: #DC45AD;
}
.TagClassName
{
border-color: #DC45AD;
}
</style>