#DE4D9B

Color #DE4D9B Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DE4D9B

Tints of Mulberry #DE4D9B

Color information

#DE4D9B (or 0xDE4D9B) is unknown color: approx Mulberry. HEX triplet: DE, 4D and 9B. RGB value is (222,77,155). Sum of RGB (Red+Green+Blue) = 222+77+155=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D9B is #21B264. Grayscale: #818181. Windows color (decimal): -2208357 or 10178014. OLE color: 10178014.

HSL color Cylindrical-coordinate representation of color #DE4D9B: hue angle of 327.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4D9B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB22277155-
CMYK00.650.300.13
HSL327.72º68.72%58.63%-
HSV(B)327.72º65.32%87.06%-
XYZ38.6923.233.45-
YUV129.25142.54194.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=48.90%
G=16.96%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227715500.650.300.13327.7268.7258.63
HexDE4D9B0411ED148453b
Octal3361152330101361551010573
Binary11011110100110110011011010000011111011011010010001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D9B; }

 p { color: rgb(222,77,155); }

 H1.HeaderClassName
 {
   color: #DE4D9B;
 }
 .AnyTagClassName
 {
   color: #DE4D9B;
 }
</style>
background-color css

<style>
 a { background-color: #DE4D9B; }

 a { background-color: rgb(222,77,155); }

 div.DivClassName
 {
   background-color: #DE4D9B;
 }
 .BgClassName
 {
   background-color: #DE4D9B;
 }
</style>
border-color css

<style>
 span { border-color: #DE4D9B; }

 span { border-color: rgb(222,77,155); }

 td.TdClassName
 {
   border-color: #DE4D9B;
 }
 .TagClassName
 {
   border-color: #DE4D9B;
 }
</style>