Shades of Mulberry #DC4BA8
Tints of Mulberry #DC4BA8
RGB
CMYK
RGB Variations
Color information
#DC4BA8 (or 0xDC4BA8) is known color: Mulberry. HEX triplet: DC, 4B and A8. RGB value is (220,75,168). Sum of RGB (Red+Green+Blue) = 220+75+168=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BA8 is #23B457. Grayscale: #808080. Windows color (decimal): -2339928 or 11029468. OLE color: 11029468.
HSL color Cylindrical-coordinate representation of color #DC4BA8: hue angle of 321.52º 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 #DC4BA8 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 168 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.14 |
| HSL | 321.52º | 0.67% | 0.58% | - |
| HSV(B) | 321.52º | 0.66% | 0.86% | - |
| XYZ | 39.1 | 23.07 | 39.44 | - |
| YUV | 128.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 168 | 0 | 0.66 | 0.24 | 0.14 | 321.52 | 0.67 | 0.58 |
| Hex | DC | 4B | A8 | 0 | 42 | 18 | E | 142 | 43 | 3A |
| Octal | 334 | 113 | 250 | 0 | 102 | 30 | 16 | 502 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10101000 | 0 | 1000010 | 11000 | 1110 | 101000010 | 1000011 | 111010 |
Color Harmonies of #DC4BA8
Complementary color
Monochromatic Colors of #DC4BA8
Black with #DC4BA8
Text Example
Text Example
White with #DC4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BA8; }
p { color: rgb(220,75,168); }
H1.HeaderClassName
{
color: #DC4BA8;
}
.AnyTagClassName
{
color: #DC4BA8;
}
</style>
background-color css
<style>
a { background-color: #DC4BA8; }
a { background-color: rgb(220,75,168); }
div.DivClassName
{
background-color: #DC4BA8;
}
.BgClassName
{
background-color: #DC4BA8;
}
</style>
border-color css
<style>
span { border-color: #DC4BA8; }
span { border-color: rgb(220,75,168); }
td.TdClassName
{
border-color: #DC4BA8;
}
.TagClassName
{
border-color: #DC4BA8;
}
</style>