#DD46A9

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

Shades of Mulberry #DD46A9

Tints of Mulberry #DD46A9

Color information

#DD46A9 (or 0xDD46A9) is unknown color: approx Mulberry. HEX triplet: DD, 46 and A9. RGB value is (221,70,169). Sum of RGB (Red+Green+Blue) = 221+70+169=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46A9 is #22B956. Grayscale: #7E7E7E. Windows color (decimal): -2275671 or 11093725. OLE color: 11093725.

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

Color convert

RGB22170169-
CMYK00.680.240.13
HSL320.66º68.95%57.06%-
HSV(B)320.66º68.33%86.67%-
XYZ39.1722.6239.84-
YUV126.43152.03195.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=48.04%
G=15.22%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217016900.680.240.13320.6668.9557.06
HexDD46A904418D1414539
Octal3351062510104301550110571
Binary11011101100011010101001010001001100011011010000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46A9; }

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

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

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

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

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

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

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

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