Shades of Mulberry #DE49A7
Tints of Mulberry #DE49A7
RGB
CMYK
RGB Variations
Color information
#DE49A7 (or 0xDE49A7) is known color: Mulberry. HEX triplet: DE, 49 and A7. RGB value is (222,73,167). Sum of RGB (Red+Green+Blue) = 222+73+167=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE49A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE49A7 is #21B658. Grayscale: #808080. Windows color (decimal): -2209369 or 10963422. OLE color: 10963422.
HSL color Cylindrical-coordinate representation of color #DE49A7: hue angle of 322.15º 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 #DE49A7 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 167 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.13 |
| HSL | 322.15º | 0.69% | 0.58% | - |
| HSV(B) | 322.15º | 0.67% | 0.87% | - |
| XYZ | 39.48 | 23.08 | 38.93 | - |
| YUV | 128.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 167 | 0 | 0.67 | 0.25 | 0.13 | 322.15 | 0.69 | 0.58 |
| Hex | DE | 49 | A7 | 0 | 43 | 19 | D | 142 | 45 | 3A |
| Octal | 336 | 111 | 247 | 0 | 103 | 31 | 15 | 502 | 105 | 72 |
| Binary | 11011110 | 1001001 | 10100111 | 0 | 1000011 | 11001 | 1101 | 101000010 | 1000101 | 111010 |
Color Harmonies of #DE49A7
Complementary color
Monochromatic Colors of #DE49A7
Black with #DE49A7
Text Example
Text Example
White with #DE49A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE49A7; }
p { color: rgb(222,73,167); }
H1.HeaderClassName
{
color: #DE49A7;
}
.AnyTagClassName
{
color: #DE49A7;
}
</style>
background-color css
<style>
a { background-color: #DE49A7; }
a { background-color: rgb(222,73,167); }
div.DivClassName
{
background-color: #DE49A7;
}
.BgClassName
{
background-color: #DE49A7;
}
</style>
border-color css
<style>
span { border-color: #DE49A7; }
span { border-color: rgb(222,73,167); }
td.TdClassName
{
border-color: #DE49A7;
}
.TagClassName
{
border-color: #DE49A7;
}
</style>