#DD57B3

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

Shades of Fuchsia #DD57B3

Tints of Fuchsia #DD57B3

Color information

#DD57B3 (or 0xDD57B3) is unknown color: approx Fuchsia. HEX triplet: DD, 57 and B3. RGB value is (221,87,179). Sum of RGB (Red+Green+Blue) = 221+87+179=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57B3 is #22A84C. Grayscale: #898989. Windows color (decimal): -2271309 or 11753437. OLE color: 11753437.

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

Color convert

RGB22187179-
CMYK00.610.190.13
HSL318.81º66.34%60.39%-
HSV(B)318.81º60.63%86.67%-
XYZ41.3625.4445.38-
YUV137.55151.39187.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 87 (34.38% from 255) = 17.86%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=45.38%
G=17.86%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218717900.610.190.13318.8166.3460.39
HexDD57B303D13D13f423c
Octal335127263075231547710274
Binary1101110110101111011001101111011001111011001111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD57B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD57B3; }

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

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

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

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

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

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

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

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