#DD4FB4

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

Shades of Fuchsia #DD4FB4

Tints of Fuchsia #DD4FB4

Color information

#DD4FB4 (or 0xDD4FB4) is unknown color: approx Fuchsia. HEX triplet: DD, 4F and B4. RGB value is (221,79,180). Sum of RGB (Red+Green+Blue) = 221+79+180=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB4 is #22B04B. Grayscale: #848484. Windows color (decimal): -2273356 or 11816925. OLE color: 11816925.

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

Color convert

RGB22179180-
CMYK00.640.190.13
HSL317.32º67.62%58.82%-
HSV(B)317.32º64.25%86.67%-
XYZ40.8524.2645.71-
YUV132.97154.54190.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 79 (31.25% from 255) = 16.46%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=46.04%
G=16.46%
B=37.5%

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
Decimal2217918000.640.190.13317.3267.6258.82
HexDD4FB404013D13d443b
Octal3351172640100231547510473
Binary11011101100111110110100010000001001111011001111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FB4; }

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

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

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

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

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

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

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

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