#DD44B5

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

Shades of Fuchsia #DD44B5

Tints of Fuchsia #DD44B5

Color information

#DD44B5 (or 0xDD44B5) is unknown color: approx Fuchsia. HEX triplet: DD, 44 and B5. RGB value is (221,68,181). Sum of RGB (Red+Green+Blue) = 221+68+181=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44B5 is #22BB4A. Grayscale: #7E7E7E. Windows color (decimal): -2276171 or 11879645. OLE color: 11879645.

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

Color convert

RGB22168181-
CMYK00.690.180.13
HSL315.69º69.23%56.67%-
HSV(B)315.69º69.23%86.67%-
XYZ40.2322.8446-
YUV126.63158.69195.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=47.02%
G=14.47%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216818100.690.180.13315.6969.2356.67
HexDD44B504512D13c4539
Octal3351042650105221547410571
Binary11011101100010010110101010001011001011011001111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44B5; }

 p { color: rgb(221,68,181); }

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

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

 a { background-color: rgb(221,68,181); }

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

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

 span { border-color: rgb(221,68,181); }

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