Shades of Mulberry #DC4B9E
Tints of Mulberry #DC4B9E
RGB
CMYK
RGB Variations
Color information
#DC4B9E (or 0xDC4B9E) is known color: Mulberry. HEX triplet: DC, 4B and 9E. RGB value is (220,75,158). Sum of RGB (Red+Green+Blue) = 220+75+158=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B9E is #23B461. Grayscale: #7F7F7F. Windows color (decimal): -2339938 or 10374108. OLE color: 10374108.
HSL color Cylindrical-coordinate representation of color #DC4B9E: hue angle of 325.66º 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 #DC4B9E is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 158 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.14 |
| HSL | 325.66º | 0.67% | 0.58% | - |
| HSV(B) | 325.66º | 0.66% | 0.86% | - |
| XYZ | 38.2 | 22.72 | 34.72 | - |
| YUV | 127.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 158 | 0 | 0.66 | 0.28 | 0.14 | 325.66 | 0.67 | 0.58 |
| Hex | DC | 4B | 9E | 0 | 42 | 1C | E | 146 | 43 | 3A |
| Octal | 334 | 113 | 236 | 0 | 102 | 34 | 16 | 506 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10011110 | 0 | 1000010 | 11100 | 1110 | 101000110 | 1000011 | 111010 |
Color Harmonies of #DC4B9E
Complementary color
Monochromatic Colors of #DC4B9E
Black with #DC4B9E
Text Example
Text Example
White with #DC4B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B9E; }
p { color: rgb(220,75,158); }
H1.HeaderClassName
{
color: #DC4B9E;
}
.AnyTagClassName
{
color: #DC4B9E;
}
</style>
background-color css
<style>
a { background-color: #DC4B9E; }
a { background-color: rgb(220,75,158); }
div.DivClassName
{
background-color: #DC4B9E;
}
.BgClassName
{
background-color: #DC4B9E;
}
</style>
border-color css
<style>
span { border-color: #DC4B9E; }
span { border-color: rgb(220,75,158); }
td.TdClassName
{
border-color: #DC4B9E;
}
.TagClassName
{
border-color: #DC4B9E;
}
</style>