#DD56A3

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

Shades of Mulberry #DD56A3

Tints of Mulberry #DD56A3

Color information

#DD56A3 (or 0xDD56A3) is unknown color: approx Mulberry. HEX triplet: DD, 56 and A3. RGB value is (221,86,163). Sum of RGB (Red+Green+Blue) = 221+86+163=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A3 is #22A95C. Grayscale: #868686. Windows color (decimal): -2271581 or 10704605. OLE color: 10704605.

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

Color convert

RGB22186163-
CMYK00.610.260.13
HSL325.78º66.5%60.2%-
HSV(B)325.78º61.09%86.67%-
XYZ39.7624.6737.32-
YUV135.14143.73189.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=47.02%
G=18.30%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218616300.610.260.13325.7866.560.2
HexDD56A303D1AD146433c
Octal335126243075321550610374
Binary1101110110101101010001101111011101011011010001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56A3; }

 p { color: rgb(221,86,163); }

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

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

 a { background-color: rgb(221,86,163); }

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

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

 span { border-color: rgb(221,86,163); }

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