#DF4AF0

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

Shades of Free Speech Magenta #DF4AF0

Tints of Free Speech Magenta #DF4AF0

Color information

#DF4AF0 (or 0xDF4AF0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4A and F0. RGB value is (223,74,240). Sum of RGB (Red+Green+Blue) = 223+74+240=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF4AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4AF0 is #20B50F. Grayscale: #888888. Windows color (decimal): -2143504 or 15747807. OLE color: 15747807.

HSL color Cylindrical-coordinate representation of color #DF4AF0: hue angle of 293.86º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4AF0 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22374240-
CMYK0.070.6900.06
HSL293.86º84.69%61.57%-
HSV(B)293.86º69.17%94.12%-
XYZ48.6126.8885.06-
YUV137.47185.86189-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=41.53%
G=13.78%
B=44.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223742400.070.6900.06293.8684.6961.57
HexDF4AF074506126553e
Octal33711236071050644612576
Binary11011111100101011110000111100010101101001001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4AF0; }

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

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

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

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

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

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

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

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