#DF4FBF

Color #DF4FBF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF4FBF

Tints of Free Speech Magenta #DF4FBF

Color information

#DF4FBF (or 0xDF4FBF) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4F and BF. RGB value is (223,79,191). Sum of RGB (Red+Green+Blue) = 223+79+191=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FBF is #20B040. Grayscale: #868686. Windows color (decimal): -2142273 or 12537823. OLE color: 12537823.

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

Color convert

RGB22379191-
CMYK00.650.140.13
HSL313.33º69.23%59.22%-
HSV(B)313.33º64.57%87.45%-
XYZ42.6325.0451.88-
YUV134.82159.71190.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 79 (31.25% from 255) = 16.02%
BLUE value IS 191 (75% from 255) = 38.74%
R=45.23%
G=16.02%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237919100.650.140.13313.3369.2359.22
HexDF4FBF041ED139453b
Octal3371172770101161547110573
Binary1101111110011111011111101000001111011011001110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4FBF; }

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

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

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

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

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

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

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

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