Shades of Mulberry #DC4BAC
Tints of Mulberry #DC4BAC
RGB
CMYK
RGB Variations
Color information
#DC4BAC (or 0xDC4BAC) is known color: Mulberry. HEX triplet: DC, 4B and AC. RGB value is (220,75,172). Sum of RGB (Red+Green+Blue) = 220+75+172=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BAC is #23B453. Grayscale: #818181. Windows color (decimal): -2339924 or 11291612. OLE color: 11291612.
HSL color Cylindrical-coordinate representation of color #DC4BAC: hue angle of 319.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BAC is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 172 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.14 |
| HSL | 319.86º | 0.67% | 0.58% | - |
| HSV(B) | 319.86º | 0.66% | 0.86% | - |
| XYZ | 39.48 | 23.23 | 41.43 | - |
| YUV | 129.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 172 | 0 | 0.66 | 0.22 | 0.14 | 319.86 | 0.67 | 0.58 |
| Hex | DC | 4B | AC | 0 | 42 | 16 | E | 140 | 43 | 3A |
| Octal | 334 | 113 | 254 | 0 | 102 | 26 | 16 | 500 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10101100 | 0 | 1000010 | 10110 | 1110 | 101000000 | 1000011 | 111010 |
Color Harmonies of #DC4BAC
Complementary color
Monochromatic Colors of #DC4BAC
Black with #DC4BAC
Text Example
Text Example
White with #DC4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BAC; }
p { color: rgb(220,75,172); }
H1.HeaderClassName
{
color: #DC4BAC;
}
.AnyTagClassName
{
color: #DC4BAC;
}
</style>
background-color css
<style>
a { background-color: #DC4BAC; }
a { background-color: rgb(220,75,172); }
div.DivClassName
{
background-color: #DC4BAC;
}
.BgClassName
{
background-color: #DC4BAC;
}
</style>
border-color css
<style>
span { border-color: #DC4BAC; }
span { border-color: rgb(220,75,172); }
td.TdClassName
{
border-color: #DC4BAC;
}
.TagClassName
{
border-color: #DC4BAC;
}
</style>