#DD42B4

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

Shades of Fuchsia #DD42B4

Tints of Fuchsia #DD42B4

Color information

#DD42B4 (or 0xDD42B4) is unknown color: approx Fuchsia. HEX triplet: DD, 42 and B4. RGB value is (221,66,180). Sum of RGB (Red+Green+Blue) = 221+66+180=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42B4 is #22BD4B. Grayscale: #7D7D7D. Windows color (decimal): -2276684 or 11813597. OLE color: 11813597.

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

Color convert

RGB22166180-
CMYK00.700.190.13
HSL315.87º69.51%56.27%-
HSV(B)315.87º70.14%86.67%-
XYZ40.0122.5645.43-
YUV125.34158.85196.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 66 (26.17% from 255) = 14.13%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=47.32%
G=14.13%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216618000.700.190.13315.8769.5156.27
HexDD42B404613D13c4638
Octal3351022640106231547410670
Binary11011101100001010110100010001101001111011001111001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD42B4; }

 p { color: rgb(221,66,180); }

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

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

 a { background-color: rgb(221,66,180); }

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

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

 span { border-color: rgb(221,66,180); }

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