#DE4D94

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

Shades of Mulberry #DE4D94

Tints of Mulberry #DE4D94

Color information

#DE4D94 (or 0xDE4D94) is unknown color: approx Mulberry. HEX triplet: DE, 4D and 94. RGB value is (222,77,148). Sum of RGB (Red+Green+Blue) = 222+77+148=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D94 is #21B26B. Grayscale: #808080. Windows color (decimal): -2208364 or 9719262. OLE color: 9719262.

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

Color convert

RGB22277148-
CMYK00.650.330.13
HSL330.62º68.72%58.63%-
HSV(B)330.62º65.32%87.06%-
XYZ38.1222.9830.44-
YUV128.45139.04194.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=49.66%
G=17.23%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227714800.650.330.13330.6268.7258.63
HexDE4D9404121D14b453b
Octal3361152240101411551310573
Binary110111101001101100101000100000110000111011010010111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D94; }

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

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

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

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

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

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

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

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