#DF4AF4

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

Shades of Free Speech Magenta #DF4AF4

Tints of Free Speech Magenta #DF4AF4

Color information

#DF4AF4 (or 0xDF4AF4) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4A and F4. RGB value is (223,74,244). Sum of RGB (Red+Green+Blue) = 223+74+244=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF4AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4AF4 is #20B50B. Grayscale: #898989. Windows color (decimal): -2143500 or 16009951. OLE color: 16009951.

HSL color Cylindrical-coordinate representation of color #DF4AF4: hue angle of 292.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4AF4 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22374244-
CMYK0.090.7000.04
HSL292.59º88.54%62.35%-
HSV(B)292.59º69.67%95.69%-
XYZ49.2127.1288.23-
YUV137.93187.86188.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 74 (29.30% from 255) = 13.68%
BLUE value IS 244 (95.70% from 255) = 45.10%
R=41.22%
G=13.68%
B=45.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal223742440.090.7000.04292.5988.5462.35
HexDF4AF494604125593e
Octal337112364111060444513176
Binary110111111001010111101001001100011001001001001011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4AF4; }

 p { color: rgb(223,74,244); }

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

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

 a { background-color: rgb(223,74,244); }

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

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

 span { border-color: rgb(223,74,244); }

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