#DF4ED7

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

Shades of Free Speech Magenta #DF4ED7

Tints of Free Speech Magenta #DF4ED7

Color information

#DF4ED7 (or 0xDF4ED7) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4E and D7. RGB value is (223,78,215). Sum of RGB (Red+Green+Blue) = 223+78+215=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4ED7 is #20B128. Grayscale: #888888. Windows color (decimal): -2142505 or 14110431. OLE color: 14110431.

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

Color convert

RGB22378215-
CMYK00.650.040.13
HSL303.31º69.38%59.02%-
HSV(B)303.31º65.02%87.45%-
XYZ45.4226.0466.92-
YUV136.97172.04189.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 78 (30.86% from 255) = 15.12%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=43.22%
G=15.12%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237821500.650.040.13303.3169.3859.02
HexDF4ED70414D12f453b
Octal337116327010141545710573
Binary110111111001110110101110100000110011011001011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4ED7; }

 p { color: rgb(223,78,215); }

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

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

 a { background-color: rgb(223,78,215); }

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

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

 span { border-color: rgb(223,78,215); }

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