#DD54B3

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

Shades of Fuchsia #DD54B3

Tints of Fuchsia #DD54B3

Color information

#DD54B3 (or 0xDD54B3) is unknown color: approx Fuchsia. HEX triplet: DD, 54 and B3. RGB value is (221,84,179). Sum of RGB (Red+Green+Blue) = 221+84+179=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54B3 is #22AB4C. Grayscale: #878787. Windows color (decimal): -2272077 or 11752669. OLE color: 11752669.

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

Color convert

RGB22184179-
CMYK00.620.190.13
HSL318.39º66.83%59.8%-
HSV(B)318.39º61.99%86.67%-
XYZ41.1324.9745.3-
YUV135.79152.39188.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 84 (33.20% from 255) = 17.36%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=45.66%
G=17.36%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218417900.620.190.13318.3966.8359.8
HexDD54B303E13D13e433c
Octal335124263076231547610374
Binary1101110110101001011001101111101001111011001111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54B3; }

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

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

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

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

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

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

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

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