#DD53A5

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

Shades of Mulberry #DD53A5

Tints of Mulberry #DD53A5

Color information

#DD53A5 (or 0xDD53A5) is unknown color: approx Mulberry. HEX triplet: DD, 53 and A5. RGB value is (221,83,165). Sum of RGB (Red+Green+Blue) = 221+83+165=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53A5 is #22AC5A. Grayscale: #858585. Windows color (decimal): -2272347 or 10834909. OLE color: 10834909.

HSL color Cylindrical-coordinate representation of color #DD53A5: hue angle of 324.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53A5 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB22183165-
CMYK00.620.250.13
HSL324.35º66.99%59.61%-
HSV(B)324.35º62.44%86.67%-
XYZ39.724.2838.19-
YUV133.61145.72190.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=47.12%
G=17.70%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218316500.620.250.13324.3566.9959.61
HexDD53A503E19D144433c
Octal335123245076311550410374
Binary1101110110100111010010101111101100111011010001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD53A5; }

 p { color: rgb(221,83,165); }

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

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

 a { background-color: rgb(221,83,165); }

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

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

 span { border-color: rgb(221,83,165); }

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