#DD46AA

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

Shades of Mulberry #DD46AA

Tints of Mulberry #DD46AA

Color information

#DD46AA (or 0xDD46AA) is unknown color: approx Mulberry. HEX triplet: DD, 46 and AA. RGB value is (221,70,170). Sum of RGB (Red+Green+Blue) = 221+70+170=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46AA is #22B955. Grayscale: #7E7E7E. Windows color (decimal): -2275670 or 11159261. OLE color: 11159261.

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

Color convert

RGB22170170-
CMYK00.680.230.13
HSL320.26º68.95%57.06%-
HSV(B)320.26º68.33%86.67%-
XYZ39.2622.6540.33-
YUV126.55152.53195.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=47.94%
G=15.18%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217017000.680.230.13320.2668.9557.06
HexDD46AA04417D1404539
Octal3351062520104271550010571
Binary11011101100011010101010010001001011111011010000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46AA; }

 p { color: rgb(221,70,170); }

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

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

 a { background-color: rgb(221,70,170); }

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

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

 span { border-color: rgb(221,70,170); }

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