#DE4D97

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

Shades of Mulberry #DE4D97

Tints of Mulberry #DE4D97

Color information

#DE4D97 (or 0xDE4D97) is unknown color: approx Mulberry. HEX triplet: DE, 4D and 97. RGB value is (222,77,151). Sum of RGB (Red+Green+Blue) = 222+77+151=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D97 is #21B268. Grayscale: #808080. Windows color (decimal): -2208361 or 9915870. OLE color: 9915870.

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

Color convert

RGB22277151-
CMYK00.650.320.13
HSL329.38º68.72%58.63%-
HSV(B)329.38º65.32%87.06%-
XYZ38.3623.0731.71-
YUV128.79140.54194.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=49.33%
G=17.11%
B=33.56%

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
Decimal2227715100.650.320.13329.3868.7258.63
HexDE4D9704120D149453b
Octal3361152270101401551110573
Binary110111101001101100101110100000110000011011010010011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D97; }

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

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

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

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

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

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

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

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