Shades of Mulberry #DE4993
Tints of Mulberry #DE4993
RGB
CMYK
RGB Variations
Color information
#DE4993 (or 0xDE4993) is known color: Mulberry. HEX triplet: DE, 49 and 93. RGB value is (222,73,147). Sum of RGB (Red+Green+Blue) = 222+73+147=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4993 is #21B66C. Grayscale: #7D7D7D. Windows color (decimal): -2209389 or 9652702. OLE color: 9652702.
HSL color Cylindrical-coordinate representation of color #DE4993: hue angle of 330.2º 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 #DE4993 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 147 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.13 |
| HSL | 330.2º | 0.69% | 0.58% | - |
| HSV(B) | 330.2º | 0.67% | 0.87% | - |
| XYZ | 37.77 | 22.4 | 29.94 | - |
| YUV | 125.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 147 | 0 | 0.67 | 0.34 | 0.13 | 330.2 | 0.69 | 0.58 |
| Hex | DE | 49 | 93 | 0 | 43 | 22 | D | 14A | 45 | 3A |
| Octal | 336 | 111 | 223 | 0 | 103 | 42 | 15 | 512 | 105 | 72 |
| Binary | 11011110 | 1001001 | 10010011 | 0 | 1000011 | 100010 | 1101 | 101001010 | 1000101 | 111010 |
Color Harmonies of #DE4993
Complementary color
Monochromatic Colors of #DE4993
Black with #DE4993
Text Example
Text Example
White with #DE4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4993; }
p { color: rgb(222,73,147); }
H1.HeaderClassName
{
color: #DE4993;
}
.AnyTagClassName
{
color: #DE4993;
}
</style>
background-color css
<style>
a { background-color: #DE4993; }
a { background-color: rgb(222,73,147); }
div.DivClassName
{
background-color: #DE4993;
}
.BgClassName
{
background-color: #DE4993;
}
</style>
border-color css
<style>
span { border-color: #DE4993; }
span { border-color: rgb(222,73,147); }
td.TdClassName
{
border-color: #DE4993;
}
.TagClassName
{
border-color: #DE4993;
}
</style>