Shades of Mulberry #DE4BA3
Tints of Mulberry #DE4BA3
RGB
CMYK
RGB Variations
Color information
#DE4BA3 (or 0xDE4BA3) is known color: Mulberry. HEX triplet: DE, 4B and A3. RGB value is (222,75,163). Sum of RGB (Red+Green+Blue) = 222+75+163=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4BA3 is #21B45C. Grayscale: #808080. Windows color (decimal): -2208861 or 10701790. OLE color: 10701790.
HSL color Cylindrical-coordinate representation of color #DE4BA3: hue angle of 324.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4BA3 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 75 | 163 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.13 |
| HSL | 324.08º | 0.69% | 0.58% | - |
| HSV(B) | 324.08º | 0.66% | 0.87% | - |
| XYZ | 39.25 | 23.21 | 37.06 | - |
| YUV | 128.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 75 | 163 | 0 | 0.66 | 0.27 | 0.13 | 324.08 | 0.69 | 0.58 |
| Hex | DE | 4B | A3 | 0 | 42 | 1B | D | 144 | 45 | 3A |
| Octal | 336 | 113 | 243 | 0 | 102 | 33 | 15 | 504 | 105 | 72 |
| Binary | 11011110 | 1001011 | 10100011 | 0 | 1000010 | 11011 | 1101 | 101000100 | 1000101 | 111010 |
Color Harmonies of #DE4BA3
Complementary color
Monochromatic Colors of #DE4BA3
Black with #DE4BA3
Text Example
Text Example
White with #DE4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4BA3; }
p { color: rgb(222,75,163); }
H1.HeaderClassName
{
color: #DE4BA3;
}
.AnyTagClassName
{
color: #DE4BA3;
}
</style>
background-color css
<style>
a { background-color: #DE4BA3; }
a { background-color: rgb(222,75,163); }
div.DivClassName
{
background-color: #DE4BA3;
}
.BgClassName
{
background-color: #DE4BA3;
}
</style>
border-color css
<style>
span { border-color: #DE4BA3; }
span { border-color: rgb(222,75,163); }
td.TdClassName
{
border-color: #DE4BA3;
}
.TagClassName
{
border-color: #DE4BA3;
}
</style>