Shades of Mulberry #DE489C
Tints of Mulberry #DE489C
RGB
CMYK
RGB Variations
Color information
#DE489C (or 0xDE489C) is known color: Mulberry. HEX triplet: DE, 48 and 9C. RGB value is (222,72,156). Sum of RGB (Red+Green+Blue) = 222+72+156=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE489C is #21B763. Grayscale: #7E7E7E. Windows color (decimal): -2209636 or 10242270. OLE color: 10242270.
HSL color Cylindrical-coordinate representation of color #DE489C: hue angle of 326.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE489C is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 156 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.13 |
| HSL | 326.4º | 0.69% | 0.58% | - |
| HSV(B) | 326.4º | 0.68% | 0.87% | - |
| XYZ | 38.44 | 22.56 | 33.78 | - |
| YUV | 126.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 156 | 0 | 0.68 | 0.30 | 0.13 | 326.4 | 0.69 | 0.58 |
| Hex | DE | 48 | 9C | 0 | 44 | 1E | D | 146 | 45 | 3A |
| Octal | 336 | 110 | 234 | 0 | 104 | 36 | 15 | 506 | 105 | 72 |
| Binary | 11011110 | 1001000 | 10011100 | 0 | 1000100 | 11110 | 1101 | 101000110 | 1000101 | 111010 |
Color Harmonies of #DE489C
Complementary color
Monochromatic Colors of #DE489C
Black with #DE489C
Text Example
Text Example
White with #DE489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE489C; }
p { color: rgb(222,72,156); }
H1.HeaderClassName
{
color: #DE489C;
}
.AnyTagClassName
{
color: #DE489C;
}
</style>
background-color css
<style>
a { background-color: #DE489C; }
a { background-color: rgb(222,72,156); }
div.DivClassName
{
background-color: #DE489C;
}
.BgClassName
{
background-color: #DE489C;
}
</style>
border-color css
<style>
span { border-color: #DE489C; }
span { border-color: rgb(222,72,156); }
td.TdClassName
{
border-color: #DE489C;
}
.TagClassName
{
border-color: #DE489C;
}
</style>