#DF4BB5

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

Shades of Fuchsia #DF4BB5

Tints of Fuchsia #DF4BB5

Color information

#DF4BB5 (or 0xDF4BB5) is unknown color: approx Fuchsia. HEX triplet: DF, 4B and B5. RGB value is (223,75,181). Sum of RGB (Red+Green+Blue) = 223+75+181=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BB5 is #20B44A. Grayscale: #838383. Windows color (decimal): -2143307 or 11881439. OLE color: 11881439.

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

Color convert

RGB22375181-
CMYK00.660.190.13
HSL317.03º69.81%58.43%-
HSV(B)317.03º66.37%87.45%-
XYZ41.2924.0646.18-
YUV131.34156.03193.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=46.56%
G=15.66%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237518100.660.190.13317.0369.8158.43
HexDF4BB504213D13d463a
Octal3371132650102231547510672
Binary11011111100101110110101010000101001111011001111011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4BB5; }

 p { color: rgb(223,75,181); }

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

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

 a { background-color: rgb(223,75,181); }

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

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

 span { border-color: rgb(223,75,181); }

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