#DF4FB4

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

Shades of Fuchsia #DF4FB4

Tints of Fuchsia #DF4FB4

Color information

#DF4FB4 (or 0xDF4FB4) is unknown color: approx Fuchsia. HEX triplet: DF, 4F and B4. RGB value is (223,79,180). Sum of RGB (Red+Green+Blue) = 223+79+180=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FB4 is #20B04B. Grayscale: #858585. Windows color (decimal): -2142284 or 11816927. OLE color: 11816927.

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

Color convert

RGB22379180-
CMYK00.650.190.13
HSL317.92º69.23%59.22%-
HSV(B)317.92º64.57%87.45%-
XYZ41.4724.5845.74-
YUV133.57154.21191.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 79 (31.25% from 255) = 16.39%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=46.27%
G=16.39%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237918000.650.190.13317.9269.2359.22
HexDF4FB404113D13e453b
Octal3371172640101231547610573
Binary11011111100111110110100010000011001111011001111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4FB4; }

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

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

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

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

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

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

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

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