#DF4AC4

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

Shades of Free Speech Magenta #DF4AC4

Tints of Free Speech Magenta #DF4AC4

Color information

#DF4AC4 (or 0xDF4AC4) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4A and C4. RGB value is (223,74,196). Sum of RGB (Red+Green+Blue) = 223+74+196=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AC4 is #20B53B. Grayscale: #848484. Windows color (decimal): -2143548 or 12864223. OLE color: 12864223.

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

Color convert

RGB22374196-
CMYK00.670.120.13
HSL310.87º69.95%58.24%-
HSV(B)310.87º66.82%87.45%-
XYZ42.8424.5754.71-
YUV132.46163.86192.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 74 (29.30% from 255) = 15.01%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=45.23%
G=15.01%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237419600.670.120.13310.8769.9558.24
HexDF4AC4043CD137463a
Octal3371123040103141546710672
Binary1101111110010101100010001000011110011011001101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4AC4; }

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

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

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

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

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

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

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

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