Shades of Mulberry #DE4A9B
Tints of Mulberry #DE4A9B
RGB
CMYK
RGB Variations
Color information
#DE4A9B (or 0xDE4A9B) is known color: Mulberry. HEX triplet: DE, 4A and 9B. RGB value is (222,74,155). Sum of RGB (Red+Green+Blue) = 222+74+155=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4A9B is #21B564. Grayscale: #7F7F7F. Windows color (decimal): -2209125 or 10177246. OLE color: 10177246.
HSL color Cylindrical-coordinate representation of color #DE4A9B: hue angle of 327.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4A9B is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 155 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.13 |
| HSL | 327.16º | 0.69% | 0.58% | - |
| HSV(B) | 327.16º | 0.67% | 0.87% | - |
| XYZ | 38.49 | 22.79 | 33.38 | - |
| YUV | 127.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 155 | 0 | 0.67 | 0.30 | 0.13 | 327.16 | 0.69 | 0.58 |
| Hex | DE | 4A | 9B | 0 | 43 | 1E | D | 147 | 45 | 3A |
| Octal | 336 | 112 | 233 | 0 | 103 | 36 | 15 | 507 | 105 | 72 |
| Binary | 11011110 | 1001010 | 10011011 | 0 | 1000011 | 11110 | 1101 | 101000111 | 1000101 | 111010 |
Color Harmonies of #DE4A9B
Complementary color
Monochromatic Colors of #DE4A9B
Black with #DE4A9B
Text Example
Text Example
White with #DE4A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4A9B; }
p { color: rgb(222,74,155); }
H1.HeaderClassName
{
color: #DE4A9B;
}
.AnyTagClassName
{
color: #DE4A9B;
}
</style>
background-color css
<style>
a { background-color: #DE4A9B; }
a { background-color: rgb(222,74,155); }
div.DivClassName
{
background-color: #DE4A9B;
}
.BgClassName
{
background-color: #DE4A9B;
}
</style>
border-color css
<style>
span { border-color: #DE4A9B; }
span { border-color: rgb(222,74,155); }
td.TdClassName
{
border-color: #DE4A9B;
}
.TagClassName
{
border-color: #DE4A9B;
}
</style>