Shades of Mulberry #DE4FA4
Tints of Mulberry #DE4FA4
RGB
CMYK
RGB Variations
Color information
#DE4FA4 (or 0xDE4FA4) is known color: Mulberry. HEX triplet: DE, 4F and A4. RGB value is (222,79,164). Sum of RGB (Red+Green+Blue) = 222+79+164=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4FA4 is #21B05B. Grayscale: #838383. Windows color (decimal): -2207836 or 10768350. OLE color: 10768350.
HSL color Cylindrical-coordinate representation of color #DE4FA4: hue angle of 324.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE4FA4 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 164 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.13 |
| HSL | 324.34º | 0.68% | 0.59% | - |
| HSV(B) | 324.34º | 0.64% | 0.87% | - |
| XYZ | 39.62 | 23.8 | 37.63 | - |
| YUV | 131.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 164 | 0 | 0.64 | 0.26 | 0.13 | 324.34 | 0.68 | 0.59 |
| Hex | DE | 4F | A4 | 0 | 40 | 1A | D | 144 | 44 | 3B |
| Octal | 336 | 117 | 244 | 0 | 100 | 32 | 15 | 504 | 104 | 73 |
| Binary | 11011110 | 1001111 | 10100100 | 0 | 1000000 | 11010 | 1101 | 101000100 | 1000100 | 111011 |
Color Harmonies of #DE4FA4
Complementary color
Monochromatic Colors of #DE4FA4
Black with #DE4FA4
Text Example
Text Example
White with #DE4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4FA4; }
p { color: rgb(222,79,164); }
H1.HeaderClassName
{
color: #DE4FA4;
}
.AnyTagClassName
{
color: #DE4FA4;
}
</style>
background-color css
<style>
a { background-color: #DE4FA4; }
a { background-color: rgb(222,79,164); }
div.DivClassName
{
background-color: #DE4FA4;
}
.BgClassName
{
background-color: #DE4FA4;
}
</style>
border-color css
<style>
span { border-color: #DE4FA4; }
span { border-color: rgb(222,79,164); }
td.TdClassName
{
border-color: #DE4FA4;
}
.TagClassName
{
border-color: #DE4FA4;
}
</style>