#DD5497

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

Shades of Mulberry #DD5497

Tints of Mulberry #DD5497

Color information

#DD5497 (or 0xDD5497) is unknown color: approx Mulberry. HEX triplet: DD, 54 and 97. RGB value is (221,84,151). Sum of RGB (Red+Green+Blue) = 221+84+151=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5497 is #22AB68. Grayscale: #848484. Windows color (decimal): -2272105 or 9917661. OLE color: 9917661.

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

Color convert

RGB22184151-
CMYK00.620.320.13
HSL330.66º66.83%59.8%-
HSV(B)330.66º61.99%86.67%-
XYZ38.5823.9531.87-
YUV132.6138.39191.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=48.46%
G=18.42%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218415100.620.320.13330.6666.8359.8
HexDD549703E20D14b433c
Octal335124227076401551310374
Binary11011101101010010010111011111010000011011010010111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5497; }

 p { color: rgb(221,84,151); }

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

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

 a { background-color: rgb(221,84,151); }

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

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

 span { border-color: rgb(221,84,151); }

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