#DE4B9A

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

Shades of Mulberry #DE4B9A

Tints of Mulberry #DE4B9A

Color information

#DE4B9A (or 0xDE4B9A) is unknown color: approx Mulberry. HEX triplet: DE, 4B and 9A. RGB value is (222,75,154). Sum of RGB (Red+Green+Blue) = 222+75+154=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4B9A is #21B465. Grayscale: #7F7F7F. Windows color (decimal): -2208870 or 10111966. OLE color: 10111966.

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

Color convert

RGB22275154-
CMYK00.660.310.13
HSL327.76º69.01%58.24%-
HSV(B)327.76º66.22%87.06%-
XYZ38.4722.8932.96-
YUV127.96142.7195.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=49.22%
G=16.63%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227515400.660.310.13327.7669.0158.24
HexDE4B9A0421FD148453a
Octal3361132320102371551010572
Binary11011110100101110011010010000101111111011010010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B9A; }

 p { color: rgb(222,75,154); }

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

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

 a { background-color: rgb(222,75,154); }

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

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

 span { border-color: rgb(222,75,154); }

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