Shades of Mulberry #DE4A9A
Tints of Mulberry #DE4A9A
RGB
CMYK
RGB Variations
Color information
#DE4A9A (or 0xDE4A9A) is known color: Mulberry. HEX triplet: DE, 4A and 9A. RGB value is (222,74,154). Sum of RGB (Red+Green+Blue) = 222+74+154=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4A9A is #21B565. Grayscale: #7F7F7F. Windows color (decimal): -2209126 or 10111710. OLE color: 10111710.
HSL color Cylindrical-coordinate representation of color #DE4A9A: hue angle of 327.57º 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 #DE4A9A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 154 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.13 |
| HSL | 327.57º | 0.69% | 0.58% | - |
| HSV(B) | 327.57º | 0.67% | 0.87% | - |
| XYZ | 38.41 | 22.76 | 32.94 | - |
| YUV | 127.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 154 | 0 | 0.67 | 0.31 | 0.13 | 327.57 | 0.69 | 0.58 |
| Hex | DE | 4A | 9A | 0 | 43 | 1F | D | 148 | 45 | 3A |
| Octal | 336 | 112 | 232 | 0 | 103 | 37 | 15 | 510 | 105 | 72 |
| Binary | 11011110 | 1001010 | 10011010 | 0 | 1000011 | 11111 | 1101 | 101001000 | 1000101 | 111010 |
Color Harmonies of #DE4A9A
Complementary color
Monochromatic Colors of #DE4A9A
Black with #DE4A9A
Text Example
Text Example
White with #DE4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4A9A; }
p { color: rgb(222,74,154); }
H1.HeaderClassName
{
color: #DE4A9A;
}
.AnyTagClassName
{
color: #DE4A9A;
}
</style>
background-color css
<style>
a { background-color: #DE4A9A; }
a { background-color: rgb(222,74,154); }
div.DivClassName
{
background-color: #DE4A9A;
}
.BgClassName
{
background-color: #DE4A9A;
}
</style>
border-color css
<style>
span { border-color: #DE4A9A; }
span { border-color: rgb(222,74,154); }
td.TdClassName
{
border-color: #DE4A9A;
}
.TagClassName
{
border-color: #DE4A9A;
}
</style>