Shades of Mulberry #DC45A8
Tints of Mulberry #DC45A8
RGB
CMYK
RGB Variations
Color information
#DC45A8 (or 0xDC45A8) is known color: Mulberry. HEX triplet: DC, 45 and A8. RGB value is (220,69,168). Sum of RGB (Red+Green+Blue) = 220+69+168=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC45A8 is #23BA57. Grayscale: #7D7D7D. Windows color (decimal): -2341464 or 11027932. OLE color: 11027932.
HSL color Cylindrical-coordinate representation of color #DC45A8: hue angle of 320.66º 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 #DC45A8 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 168 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.14 |
| HSL | 320.66º | 0.68% | 0.57% | - |
| HSV(B) | 320.66º | 0.69% | 0.86% | - |
| XYZ | 38.71 | 22.3 | 39.31 | - |
| YUV | 125.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 168 | 0 | 0.69 | 0.24 | 0.14 | 320.66 | 0.68 | 0.57 |
| Hex | DC | 45 | A8 | 0 | 45 | 18 | E | 141 | 44 | 39 |
| Octal | 334 | 105 | 250 | 0 | 105 | 30 | 16 | 501 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10101000 | 0 | 1000101 | 11000 | 1110 | 101000001 | 1000100 | 111001 |
Color Harmonies of #DC45A8
Complementary color
Monochromatic Colors of #DC45A8
Black with #DC45A8
Text Example
Text Example
White with #DC45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45A8; }
p { color: rgb(220,69,168); }
H1.HeaderClassName
{
color: #DC45A8;
}
.AnyTagClassName
{
color: #DC45A8;
}
</style>
background-color css
<style>
a { background-color: #DC45A8; }
a { background-color: rgb(220,69,168); }
div.DivClassName
{
background-color: #DC45A8;
}
.BgClassName
{
background-color: #DC45A8;
}
</style>
border-color css
<style>
span { border-color: #DC45A8; }
span { border-color: rgb(220,69,168); }
td.TdClassName
{
border-color: #DC45A8;
}
.TagClassName
{
border-color: #DC45A8;
}
</style>