#DD49B6

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

Shades of Fuchsia #DD49B6

Tints of Fuchsia #DD49B6

Color information

#DD49B6 (or 0xDD49B6) is unknown color: approx Fuchsia. HEX triplet: DD, 49 and B6. RGB value is (221,73,182). Sum of RGB (Red+Green+Blue) = 221+73+182=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49B6 is #22B649. Grayscale: #818181. Windows color (decimal): -2274890 or 11946461. OLE color: 11946461.

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

Color convert

RGB22173182-
CMYK00.670.180.13
HSL315.81º68.52%57.65%-
HSV(B)315.81º66.97%86.67%-
XYZ40.6423.5146.65-
YUV129.68157.53193.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 73 (28.91% from 255) = 15.34%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=46.43%
G=15.34%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217318200.670.180.13315.8168.5257.65
HexDD49B604312D13c453a
Octal3351112660103221547410572
Binary11011101100100110110110010000111001011011001111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD49B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD49B6; }

 p { color: rgb(221,73,182); }

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

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

 a { background-color: rgb(221,73,182); }

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

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

 span { border-color: rgb(221,73,182); }

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