#DD52B2

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

Shades of Fuchsia #DD52B2

Tints of Fuchsia #DD52B2

Color information

#DD52B2 (or 0xDD52B2) is unknown color: approx Fuchsia. HEX triplet: DD, 52 and B2. RGB value is (221,82,178). Sum of RGB (Red+Green+Blue) = 221+82+178=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52B2 is #22AD4D. Grayscale: #868686. Windows color (decimal): -2272590 or 11686621. OLE color: 11686621.

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

Color convert

RGB22182178-
CMYK00.630.190.13
HSL318.56º67.15%59.41%-
HSV(B)318.56º62.9%86.67%-
XYZ40.8724.6244.72-
YUV134.5152.55189.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=45.95%
G=17.05%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218217800.630.190.13318.5667.1559.41
HexDD52B203F13D13f433b
Octal335122262077231547710373
Binary1101110110100101011001001111111001111011001111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD52B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD52B2; }

 p { color: rgb(221,82,178); }

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

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

 a { background-color: rgb(221,82,178); }

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

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

 span { border-color: rgb(221,82,178); }

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