#DF4ED8

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

Shades of Free Speech Magenta #DF4ED8

Tints of Free Speech Magenta #DF4ED8

Color information

#DF4ED8 (or 0xDF4ED8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4E and D8. RGB value is (223,78,216). Sum of RGB (Red+Green+Blue) = 223+78+216=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4ED8 is #20B127. Grayscale: #888888. Windows color (decimal): -2142504 or 14175967. OLE color: 14175967.

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

Color convert

RGB22378216-
CMYK00.650.030.13
HSL302.9º69.38%59.02%-
HSV(B)302.9º65.02%87.45%-
XYZ45.5526.0967.6-
YUV137.09172.54189.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 78 (30.86% from 255) = 15.09%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=43.13%
G=15.09%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237821600.650.030.13302.969.3859.02
HexDF4ED80413D12f453b
Octal337116330010131545710573
Binary11011111100111011011000010000011111011001011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4ED8; }

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

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

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

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

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

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

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

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