#DD5599

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

Shades of Mulberry #DD5599

Tints of Mulberry #DD5599

Color information

#DD5599 (or 0xDD5599) is unknown color: approx Mulberry. HEX triplet: DD, 55 and 99. RGB value is (221,85,153). Sum of RGB (Red+Green+Blue) = 221+85+153=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5599 is #22AA66. Grayscale: #858585. Windows color (decimal): -2271847 or 10048989. OLE color: 10048989.

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

Color convert

RGB22185153-
CMYK00.620.310.13
HSL330º66.67%60%-
HSV(B)330º61.54%86.67%-
XYZ38.8224.1732.76-
YUV133.42139.06190.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218515300.620.310.1333066.6760
HexDD559903E1FD14a433c
Octal335125231076371551210374
Binary1101110110101011001100101111101111111011010010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5599; }

 p { color: rgb(221,85,153); }

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

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

 a { background-color: rgb(221,85,153); }

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

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

 span { border-color: rgb(221,85,153); }

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