#DD4EA2

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

Shades of Mulberry #DD4EA2

Tints of Mulberry #DD4EA2

Color information

#DD4EA2 (or 0xDD4EA2) is unknown color: approx Mulberry. HEX triplet: DD, 4E and A2. RGB value is (221,78,162). Sum of RGB (Red+Green+Blue) = 221+78+162=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EA2 is #22B15D. Grayscale: #828282. Windows color (decimal): -2273630 or 10637021. OLE color: 10637021.

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

Color convert

RGB22178162-
CMYK00.650.270.13
HSL324.76º67.77%58.63%-
HSV(B)324.76º64.71%86.67%-
XYZ39.0623.4336.65-
YUV130.33145.88192.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 162 (63.67% from 255) = 35.14%
R=47.94%
G=16.92%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217816200.650.270.13324.7667.7758.63
HexDD4EA20411BD145443b
Octal3351162420101331550510473
Binary11011101100111010100010010000011101111011010001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4EA2; }

 p { color: rgb(221,78,162); }

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

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

 a { background-color: rgb(221,78,162); }

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

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

 span { border-color: rgb(221,78,162); }

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