#DF4AD2

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

Shades of Free Speech Magenta #DF4AD2

Tints of Free Speech Magenta #DF4AD2

Color information

#DF4AD2 (or 0xDF4AD2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4A and D2. RGB value is (223,74,210). Sum of RGB (Red+Green+Blue) = 223+74+210=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AD2 is #20B52D. Grayscale: #858585. Windows color (decimal): -2143534 or 13781727. OLE color: 13781727.

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

Color convert

RGB22374210-
CMYK00.670.060.13
HSL305.23º69.95%58.24%-
HSV(B)305.23º66.82%87.45%-
XYZ44.5125.2463.5-
YUV134.05170.86191.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=43.98%
G=14.60%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237421000.670.060.13305.2369.9558.24
HexDF4AD20436D131463a
Octal337112322010361546110672
Binary110111111001010110100100100001111011011001100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4AD2; }

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

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

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

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

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

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

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

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