#DE4D96

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

Shades of Mulberry #DE4D96

Tints of Mulberry #DE4D96

Color information

#DE4D96 (or 0xDE4D96) is unknown color: approx Mulberry. HEX triplet: DE, 4D and 96. RGB value is (222,77,150). Sum of RGB (Red+Green+Blue) = 222+77+150=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D96 is #21B269. Grayscale: #808080. Windows color (decimal): -2208362 or 9850334. OLE color: 9850334.

HSL color Cylindrical-coordinate representation of color #DE4D96: hue angle of 329.79º 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 #DE4D96 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22277150-
CMYK00.650.320.13
HSL329.79º68.72%58.63%-
HSV(B)329.79º65.32%87.06%-
XYZ38.2823.0431.28-
YUV128.68140.04194.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=49.44%
G=17.15%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227715000.650.320.13329.7968.7258.63
HexDE4D9604120D14a453b
Octal3361152260101401551210573
Binary110111101001101100101100100000110000011011010010101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D96; }

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

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

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

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

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

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

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

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