#DD4FB3

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

Shades of Fuchsia #DD4FB3

Tints of Fuchsia #DD4FB3

Color information

#DD4FB3 (or 0xDD4FB3) is unknown color: approx Fuchsia. HEX triplet: DD, 4F and B3. RGB value is (221,79,179). Sum of RGB (Red+Green+Blue) = 221+79+179=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB3 is #22B04C. Grayscale: #848484. Windows color (decimal): -2273357 or 11751389. OLE color: 11751389.

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

Color convert

RGB22179179-
CMYK00.640.190.13
HSL317.75º67.62%58.82%-
HSV(B)317.75º64.25%86.67%-
XYZ40.7524.2245.17-
YUV132.86154.04190.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=46.14%
G=16.49%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217917900.640.190.13317.7567.6258.82
HexDD4FB304013D13e443b
Octal3351172630100231547610473
Binary11011101100111110110011010000001001111011001111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FB3; }

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

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

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

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

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

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

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

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